body, h1, h2, h3, h4, h5, h6, p, ul, a, img{
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-family: "Verdana";
	color: #555753; 
	text-decoration: none;
	border: none;
	
}

h1 {
	font-size: 1.2em;
	color: #624A46;
	
}

h2 {
	font-size: 1em;
	color: #555753;
	margin-top: 10px; 
	font-weight: bold;
}

a {
	color: #7299D0; 
}

a:hover {
	color: #398B6A;
	background-color: #EAEAEA;
}


p {
	font-size: .8em;
	color: #555753;
	line-height: 1.5;
	margin-bottom: 10px;
}

li {
	font-size: .7em;
	color: #808285; 
	line-height: 1.5;
	margin-bottom: 3px;
}

body {
	background-color: #624A46;
}

#wrapper {
	width: 990px;
	margin-right: auto;
	margin-left:auto;
	margin-top:10px;
	margin-bottom:30px;
	padding: 4px;
	background-color: #ffffff;
	background-image:    url(../images/test_home6.jpg);
	background-repeat: no-repeat;
	background-position: 4px 4px;
	position: relative;
	height: 600px;
}

#spotlight {
	position: absolute;
	top: 120px;
	left: 400px;	
	width: 550px;
}

#body-content {
	position: absolute;
	top: 410px;
	margin-left: 10px;
	width: 520px;
}

ul.top-nav {
	position: absolute;
	top: 352px;
	left: 450px;
	margin: 0px;
	padding: 0px;	
	font-size: 1.2em;
}

ul.top-nav li {
	display: inline;
	padding: 30px;
	list-style-type: none;
}

ul.top-nav a {
	color: #CCF1E2;
	font-weight: bold;
	padding-left: 15px;
}
ul.top-nav a:hover {
	color: #ffffff;
	background-color: #00B86E;
}

.right {
	text-align: right;
}

.clear{
	clear:both;		
}
#contact {	text-align: center;	
	margin-top: 50px;
}
*html ul.left-nav a {
	height: 1px;
}

body#resume a#resumeNav, 
body#portfolio a#portfolioNav, 
body#skills a#skillsNav, 
body#home a#homeNav
{
	background-image:    url(../images/top_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	color: #ffffff;	
}