@charset "iso-8859-1";
/* 
Made For drewreese.info by Drew Reese. all rights reserved.
©2011 Drew Reese. 
if CSS is used for anything other than drewreese.info leave this author credit.
*/

ul {
	list-style: none;
}

body {
	margin-top: 0px;
	background-color: #4a2d10;
	color: #FFFFFF;
}

#container {
	margin-top: 20px;
	margin: auto;
	width: 960px; 
	height: 100%;
	text-align: left;  
	background-image: url(images/domo-kun-nerd.png);
	background-position: center;
	background-position: top;
	background-repeat: no-repeat;
}

#header {
	padding: 0px 0px 0px 0px;
	height: 145px;
}

#mainContent {
	padding: 0px;
	height: 500px;
	text-align: center;
}

#footer {
	height: 100px;
	text-align: center;
	text-decoration: underline;
	font-family: "Helvetica", Arial, "Trebuchet MS", sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 40px;
}

#home {

	padding: 0px 0px 90px 144px;
	height: 300px;
	background-image: url(images/home-pg.png);
}

#bio {

	padding: 0px 0px 90px 144px;
	height: 300px;
	background-image: url(images/bio-pg.png);
}

#contact {

	padding: 0px 0px 90px 144px;
	height: 300px;
	background-image: url(images/contact-pg.png);
}

#work {

	padding: 0px 0px 90px 144px;
	height: 300px;
	background-image: url(images/work-pg.png);
}

#foohfo {

	padding: 0px 0px 90px 144px;
	height: 300px;
	background-image: url(images/404-pg.png);
}

#menu-li {
	padding: 80px 0px 0px 144px;
}
#menu-li2 {
	padding: 200px 0px 0px 240px;
}

#form { 
	width: 350px;
	padding: 0px 0px 0px 0px;
}

img {
	border: none;
}
