html, body{
margin:0;
padding:0;
background-color:#000000;
}
.clear{clear: both;}
span{display: none;}
p{
color: #FFFFFF;
margin-left: 10px;
margin-right: 5px;
}
em{color:#FFFFFF;}
h1{}
h2{color:#FFFFFF;}
h3{color:#FFFFFF;}
h4{}
h5{}
a{color: #00a29f;}
a:visited{color: #06dade;}
li{color: #FFFFFF; list-style-type:none;}
hr{
margin-left:5px;
margin-right:2px;
color: #00c4ff;
}
strong{color: #FFFFFF;}

img{ border: 0px none; border-style: none;}
/* main */
#shell{
	width:600px;
	margin:0 auto;
}

#header{
	width:600px;
	height:118px;
	background:url('../images/header.jpg') center no-repeat;
}

/* nav */
#nav{
	width:137px;
	float:left;
	margin-left:3px;
	position:absolute;
}
#nav_header{
	width:137px;
	height:24px;
	float: left;
	background:url('../images/nav_header.jpg') center no-repeat;
}
#blog a{
	width:137px;
	height:21px;
	float: left;
	background: url('../images/nav_blog.jpg') center no-repeat;
	background-position: 0px 0px;
}
#blog a:hover{ background-position: 0px -21px;}
#blog a:active{	background-position: 0px -42px;}
#resume a{
	width:137px;
	height:19px;
	float: left;
	background:url('../images/nav_resume.jpg') center no-repeat;
	background-position: 0px 0px;
}
#resume a:hover{ background-position: 0px -19px;}
#resume a:active{	background-position: 0px -38px;}
#projects a{
	width:137px;
	height:20px;
	float: left;
	background:url('../images/nav_projects.jpg') center no-repeat;
	background-position: 0px 0px;
}
#projects a:hover{ background-position: 0px -20px;}
#projects a:active{	background-position: 0px -40px;}
#links a{
	width:137px;
	height:19px;
	float: left;
	background:url('../images/nav_links.jpg') center no-repeat;
	background-position: 0px 0px;
}
#links a:hover{ background-position: 0px -19px;}
#links a:active{	background-position: 0px -38px;}
#aboutme a{
	width:137px;
	height:19px;
	float: left;
	background:url('../images/nav_aboutme.jpg') center no-repeat;
	background-position: 0px 0px;
}
#aboutme a:hover{ background-position: 0px -19px;}
#aboutme a:active{	background-position: 0px -38px;}
#contact a{
	width:137px;
	height:20px;
	float: left;
	background:url('../images/nav_contact.jpg') center no-repeat;
	background-position: 0px 0px;
}
#contact a:hover{ background-position: 0px -20px;}
#contact a:active{	background-position: 0px -40px;}
#nav_footer{
	width:137px;
	height:30px;
	float: left;
	background:url('../images/nav_footer.jpg') center no-repeat;
}
/* Poll CSS */
#poll{
	width:130px;
	float: left;
	border-color: #00a29f;
}
/* contact forms */
#contactform dt{
margin-left:10px;
color:#FFFFFF;
}
#contactform input{margin-left:70px;}
/* body */
#body_shell{
	float:right;
	padding:0;
}
#body_txt{
	width:462px;
	height:153px;
	float: right;
	background:url('../images/body_blog.jpg') center no-repeat;
}
#body_repeat{
	width:462px;
	margin-top: -96px;
	float: right;
	background:url('../images/body_repeat.jpg') center repeat-y;
}
#body_divider{
	width:462px;
	height:27px;
	float: right;
	background:url('../images/body_divider.jpg') center no-repeat;
}
#body_footer{
	width:462px;
	height:67px;
	float: right;
	background:url('../images/body_footer.jpg') center no-repeat;
}
#body_footer img{
	width:70px;
	height:70px;
	margin-left: 15px;
	margin-top: -8px;
	border: 0px none;
}
.body_title ul{
	list-style-type:none;
	margin:0;
	padding:0;
	width:450px;
	height:40px;
	background:url('../images/title_banner.jpg') center no-repeat;
	background-position: 10px 0px;
}
.body_title li{ padding:0px; margin-top: -20px; margin-left: 15px;}
.body_title h3{color:#FFFFFF; margin-top:20px}
.body_title h2{
	margin:0;
	padding:0;
	color:#FFFFFF;
	background:url('../images/title_banner.jpg') center no-repeat;
	background-position: 10px 0px;
}
.body_title em{
	color:#9E9E9E;
	padding:0px;
}
.body_title_center ul{
	list-style-type:none;
	margin:0;
	padding:0;
	width:450px;
	height:40px;
	background:url('../images/title_banner_center.jpg') center no-repeat;
	background-position: 10px 0px;
}
.body_title_center h3{color:#FFFFFF; margin-top:20px}
.body_title_center h2{
	margin:0;
	padding:0;
	color:#FFFFFF;
	background:url('../images/title_banner_center.jpg') center no-repeat;
	background-position: 10px 0px;
}

#twitter{
	margin:0;
	padding:0;
	color:#FFFFFF;
	background:url('../images/title_banner_center.jpg') center no-repeat;
	background-position: 10px 0px;
}
/* footer */
#footer{
	width:600px;
	height:58px;
	float:left;
	background:url('../images/footer.jpg') center no-repeat;
}
#footer h5{
	color:#FFFFFF;
	font-size: 8.5pt;
	margin-top: 2px;
	margin-left: 160px;
	padding: 13px;
}