

/* main area with header, footer, and nav */

html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background-color: black;
}

#wrapper {
	position: relative;
	width: 975px;
	height: 650px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	font-family: Impact;
	font-size: .8em;
	word-spacing: .5em;
	letter-spacing: .3em;
	background-repeat: no-repeat;
	background-position: 10px 55px;
	}

#header {
	position: absolute;
	top: -20px;
	left: 10px;	
	width: 965px;
	height: 45px;
	margin: 30px 30px 0 auto;
	text-align: left;	
	background-color: #202020;	
	font-size: 1em;
}


ul.nav {
	margin-left: 15px;
	list-style: none;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: left;
	width: 100%;
}

ul.nav li {
	display: inline;
	float: left;
}

ul.nav a {
	line-height: 20px;
	border-bottom: 0px;
	padding: 10px 15px 5px 15px;
	margin-right: 5px;
	background-color: #202020;
	text-decoration: none;
	color: white;
}


ul.contact {
	margin-left: 15px;
	list-style: none;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: left;
	width: 100%;
}

ul.contact li {
	display: inline;
	float: right;
}

ul.contact a {
	line-height: 20px;
	border-bottom: 0px;
	padding: 10px 15px 5px 15px;
	margin-right: 40px;
	background-color: #202020;
	text-decoration: none;
	color: white;
}

#footer {
	position: absolute;
	top: 6px;
	left: 10px;	
	width: 965px;
	height: 45px;
	margin: 627px 30px 0 auto;
	text-align: right;	
	background-color: #202020;
}

#footer p {
	margin-right: 40px;
	line-height: 20px;
	color: white;
	word-spacing: .1em;
	letter-spacing: .2em;
	font-size: 1em;
}

#header a:hover {
	color: red;
}


/* front page image */

img.front {
	position: relative;
	width: 280px;
	height: 100px;
	margin-left: 660px;
	margin-top: 430px;
}



/* about page image, text */

img.about {
	position: absolute;
	width: 207px;
	height: 65px;
	margin-left: 75px;
	margin-top: 470px;
	padding: none;
}

#aboutheader {
	width: 250px;
	height: 25px;	position: absolute;	margin-left: 20px;	margin-top: 5px;
}

#aboutheader p {
	width: 233px;
	height: 25px;	position: relative;	margin-left: 48px;	margin-top: 142px;
	color: white;
	font-size: 1em;
	font-family: Arial, sans-serif;
	word-spacing: .4em;
	letter-spacing: .1em;}

#aboutheader img {
	float: left;
	width: 14px;
	height: 15px;
	margin-left: 265px;	margin-top: -39px;
}

.textBody {	font-family: Arial, Helvetica, sans-serif;	text-align: left;	position: absolute;	top: 160px;	left: 67px;	margin-right: 60px;	font-size: .8em;	letter-spacing: .1em;	word-spacing: -.2em;	color: white;	width: 233px;	line-height: 1.5em;
	padding: none;}

/* work page image, text */


#work {
	float: right;
	width: 100px;
	height: 100px;	position: relative;	margin-right: 350px;	margin-top: 100px;
	text-align: left;
}

#work img {
	position: absolute;
	width: 14px;
	height: 15px;
	margin-left: -260px;
	margin-top: 50px;}

img.work {	position: relative;	margin-left: 150px;	margin-top: 475px;}


#work p {
	float: left;
	width: 300px;
	height: 500px;	position: relative;	margin-left: 150px;	margin-top: 50px;
	color: white;
	font-size: 1.1em;
	font-family: Arial, sans-serif;
	word-spacing: .4em;
	letter-spacing: .1em;}


#worktext {
	position: relative;
	top: 160px;
	left: 650px;
	color: white;
	font-size: .9em;
	font-family: Arial, sans-serif;
	word-spacing: .1em;
	letter-spacing: .1em;
	line-height: 1.4em;
}


#worktext1 {
	position: absolute;
	top: 5px;
	left: 0px;
	text-align: right;
}


#worktext2 {
	position: absolute;
	top: 15px;
	left: 150px;
	text-align: right;

}



/* services images */

img.services {
	position: relative;
	width: 280px;
	height: 100px;
	margin-left: 100px;
	margin-top: 430px;
}


/* dna images, text */


#dna {
	float: right;
	width: 100px;
	height: 100px;	position: relative;	margin-right: 320px;	margin-top: 100px;
	text-align: left;
}


#dna img {
	position: absolute;
	width: 14px;
	height: 15px;
	margin-left: -262px;
	margin-top: 51px;}


img.dna {	position: relative;	margin-left: 700px;	margin-top: 260px;}

#dna p {
	float: left;
	width: 300px;
	height: 500px;	position: relative;	margin-left: 150px;	margin-top: 50px;
	color: white;
	font-size: 1.2em;
	font-family: Arial, sans-serif;
	word-spacing: .4em;
	letter-spacing: .1em;}


#dnatext {
	position: relative;
	top: 170px;
	left: 705px;
	color: white;
	font-size: .8em;
	font-family: Arial, sans-serif;
	word-spacing: 0em;
	letter-spacing: .1em;
	line-height: 1.4em;
}


#dnatext1 {
	position: absolute;
	top: 5px;
	left: 0px;
	text-align: left;
	width: 260px;
}



/* contact form */

#contactForm {
	position: absolute;
	font-size: .9em;
	font-family: Helvetica, Arial, sans-serif;
	color: white;
	margin-top: 200px;
	margin-left: 80px;
}

#contactForm .label {
	float: left;
	width: 280px;
	margin-right: 10px;
	text-align: right;
	font-weight: normal;
	clear: left;
}

input#name, input#email, textarea#message {
	background-color: white;
	font-family: Helvetica, Arial, sans-serif;
	font-size: .9em;
	width: 300px;
	margin-top: -2px;
}	


input#submit {
	
}	



#contactForm .submit {
	position: relative;
	margin-left: 550px;
	margin-top: -7px;
	background-color: black;
	color: white;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: lowercase;
	font-size: 1em;
	border: none;
	width: 43px;
	text-align: left;
	font-weight: normal;
	clear: left;
}

/* thanks, oops */

#oops {
	position: absolute;
	height: 300px;
	width: 700px;
	margin: 300px 100px 100px 175px;
	text-align: left;	
	font-size: 1.5em;
	color: white;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 2em;
	word-spacing: .1em;
}

#thanks {
	position: absolute;
	height: 300px;
	width: 700px;
	margin: 300px 100px 100px 175px;
	text-align: left;	
	font-size: 1.5em;
	color: white;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 2em;
	word-spacing: .1em;
}

