html, body {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #fff;
}


/* general resetting of elements default values to a consistent crossbrowser display */
* { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6, p {margin: 1em 0;}
pre, blockquote, form, label, ul, ol, dl, fieldset, address { margin: 1.5em 0; }
li, dd, blockquote { margin-left: 40px; }
fieldset { padding:10px; }
/* general resetting of elements default values to a consistent crossbrowser display */

/* forms */

html {
	overflow-y: scroll;
}

input {
	margin-right: 0.5em;
}

input.input_text {
	height: 1.5em;
}

select {
	height: 1.5em;
}

/* others */

img {
	margin: 0;
	padding: 0;
	border: none;
}

a {
  color: #666666;
}

a:hover {
  color: #999999;
}

div#wrapper {
  text-align: center;
  padding: 1px;
}

div#page {
  margin: 0 auto;
  width: 50%;
  text-align: left;
}

div#logo {
  margin: 18em auto 8em auto;
  width: 25em;
}

h1 {
  margin: 0;
  font-size: 3em;
  color: #000000;
}

h2 {
  margin: 0;
  margin: -0.25em 0 0 7em;
  font-weight: normal;
  font-size: 1.2em;
  color: #000000;
}

div#note {
  font-family: "Courier New", Courier, monospace;
  border-top: 1px dashed #999;
  padding: 1em 5% 0.5em 5%;
  font-size: 0.9em;
}

div#note p {
  margin: 0;
}

p#link_back_container {
  font-family: "Courier New", Courier, monospace;
}

a#link_back {
  font-family: "Courier New", Courier, monospace;
  font-size: 0.9em;
}

a#link_back:hover {

}

div#services {
  font-family: "Courier New", Courier, monospace;
  border-top: 1px dashed #999;
  border-bottom: 1px dashed #999;
  padding: 1em 5% 0.5em 5%;
  font-size: 0.9em;
}

div#services ul {
  list-style-type: circle;
  margin: 1em;
}

div#services p {
  margin: 0;
  margin-bottom: 1em;
}

div#work {
  font-family: "Courier New", Courier, monospace;
  border-top: 1px dashed #999;
  border-bottom: 1px dashed #999;
  padding: 1em 5% 0.5em 5%;
  font-size: 0.9em;
}

div#work ul {
  list-style-type: circle;
  margin: 1em;
}

div#work ul li{
	padding-bottom: 1em;
}

div#work p {
  margin: 0;
  margin-bottom: 1em;
}
