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.5em;
	color: #624A46;
}

h2 {
	font-size: 1.1em;
	color: #808285;
	margin-top: 10px; 
}

a {
	color: #7299D0; 
}

a:hover {
	color: #398B6A;
	background-color: #EAEAEA;
}

.img-main{
background:transparent; 
padding: 5px;
}
.img-over{
background:#f0a642; 
padding: 5px;
}

p {
	font-size: .8em;
	line-height: 1.5;
	margin-bottom: 10px;
}

p.section {
	color: #624A46;
	font-weight: bold;
	font-size: 1em;
}

.subhead {
	color: #624A46;
	font-weight: bold;
}

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/top_bg.jpg);
	background-repeat: no-repeat;
	background-position: 4px 4px;
	position: relative;
}

a#logo {
	float: left;
	margin-left: 25px;
	width: 300px;
	height: 100px;
}
a#logo:hover {
	background-color: transparent;
}

#body-content {
	margin-left:198px;
	margin-top:175px;
	position: relative;
}
#left-column{
	float:left;
	width: 367px;
	padding-right: 10px;
	border-right-style: dashed;
	border-width: 1px;
	border-color: #D0D0D0;
	margin-bottom: 30px;
}

#right-column {
	margin-left: 407px;
	width: 367px;
}
#page-title {
	width: 610px;
	height: 100px;
	padding: 0px;
}

#sidebar {
	width: 150px;
	position: absolute;
	top:250px;
	left: 20px;
}


ul.resume {
	list-style-type: none;
	margin: 0;
}
ul.left-nav {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	font-weight: bold;
}

ul.left-nav a {	
	line-height: 1;
	display: block;
	padding: 5px;
	padding-left: 12px;
}

ul.left-nav a#selected {
	color: #398B6A;
	font-weight: bold;
}

ul.top-nav {
	position: absolute;
	top: 128px;
	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-top: 5px;
	padding-left: 15px;
	padding-right: 5px;
}
ul.top-nav a:hover {
	color: #ffffff;
	background-color: #00B86E;
}
.large-link {
	font-size: 1.1em;
	font-weight: bold;
	position: absolute;
}
#previous {	
	top: 2px;
	left: -100px;
}
#next {
	top: 2px;
	left: 540px;	
}
.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 7px;
	color: #ffffff;	
}