﻿body {
	color: #ffffff;
	background-color: #000000;
	font-family:  Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 76%;
}

#container {
	margin: 0 auto;
  	width: 900px;
	height: 100%;
	text-align: left;
}

#content {
	top: 00px;
	position: absolute;
	margin-top: 0px;
	margin-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-top: 0px;
	border-left: 0px;
	width: 900px;
}

#top {
	background: url(images/theme/general/banner.gif);
	width: 900px;
	height: 251px;
	top: 00px;
}

#navigation {
	height:56px;
	width:900px;
}

#navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#navigation li {
	float: left;
	margin: 0;
	padding: 0;
}

#home {
background-image: url(/images/theme/general/home2.gif);
background-repeat: no-repeat;
width: 140px;
height: 56px;
}
 
#home a{
background-image: url(/images/theme/general/home.gif);
background-repeat: no-repeat;
width: 140px;
height: 56px;
display: block;
}
 
#home a:hover{
background: none;
}

#resume {
background-image: url(/images/theme/general/resume2.gif);
background-repeat: no-repeat;
width: 168px;
height: 56px;
}
 
#resume a{
background-image: url(/images/theme/general/resume.gif);
background-repeat: no-repeat;
width: 168px;
height: 56px;
display: block;
}
 
#resume a:hover{
background: none;
}

#contact {
background-image: url(/images/theme/general/contact2.gif);
background-repeat: no-repeat;
width: 160px;
height: 56px;
}
 
#contact a{
background-image: url(/images/theme/general/contact.gif);
background-repeat: no-repeat;
width: 160px;
height: 56px;
display: block;
}
 
#contact a:hover{
background: none;
}

#aspirations {
background-image: url(/images/theme/general/aspirations2.gif);
background-repeat: no-repeat;
width: 234px;
height: 56px;
}
 
#aspirations a{
background-image: url(/images/theme/general/aspirations.gif);
background-repeat: no-repeat;
width: 234px;
height: 56px;
display: block;
}
 
#aspirations a:hover{
background: none;
}

#navend {
	background: url(images/theme/general/navend.gif);
	width: 198px;
	height: 56px;
}

#navend img {width: 198px; height: 56px; border: 0; }



#maincontent {
	background: url(images/theme/general/body.gif);
	width: 900px;
	height: 562px;
}

#maincontent span {
	position: relative;
	float: left;
	z-index: 1;
	margin: 0px;
	left: 15px;
	margin-top: 35px;
	margin-bottom: 35px;
	width: 850px;
}
#toptext  {
	position: relative;
	margin: 0px;
	left: 60px;
	top: 5px;
	text-align: left;
	width: 520px;
	height: 500px;
}

#footer {
	width: 900px;
	height: 25px;
}
