* {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
}
a {
	text-decoration:none;
	color:#0083B1;
}
a:hover {
	text-decoration:none;
}
a img {
	border:0;
}
.clear {
	clear:both;
}
#wrap {
	width:760px;
	margin:100px auto;
}
#header {
	height:127px;
	width:748px;
}
#header #logo {
	float:left;
	height:127px;
	width:120px;
}
#header #header-right {
	float:left;
	height:61px;
	width:621px;
	margin-top:66px;
}
#header #header-right #navigation {
	height:22px;
	width:626px;
	background-image: url(../img/nav-bg.jpg);
	background-repeat:repeat-x;
	border:1px solid #335C64;
	position:relative;
}	
#header #header-right #navigation .nav-divider,
#header #header-right #navigation .nav-link {
	float:left;
}
#header #header-right #navigation .nav-link {
	width:95px;
}
#header #header-right #navigation #link-hover {
	top:-12px;
	left:0;
	height:4px;
	width:94px;
	background-color:#8DC73E;
}
#header #header-right #navigation #navigation-links {
	padding:4px 3px;
	float:right;
}
#header #header-right #navigation #navigation-links {
	color:#FFFFFF;
	font-size:11px;
}
#header #header-right #navigation #navigation-links a {
	padding: 0 20px 0 20px;
	color:#FFFFFF;
	font-size:11px;
}
#content-main {
	background-image: url(../img/main-header-bg.jpg);
	background-repeat:no-repeat;
}
#content-bg {
	background-image: url(../img/main-content-bg.jpg);
	background-repeat:repeat-y;
	width:760px;
}
#content-wrapper {
	height:386px;
	width:746px;
	padding:1px 0 0 1px;
	position:relative;
}
#content-footer {
	background-image: url(../img/main-footer-bg.jpg);
	background-repeat:no-repeat;
	height:30px;
	width:760px;
}
#indicator {
	position:relative;
	top:-107px;
	left:10px;
}
/* Specific Page Styling */
#bio-content {
	padding:40px 90px 0 40px;
}

#portfolio_top {
	height:19px;
}
#portfolio_mid {
	height:260px;
	overflow:hidden;
	border-top:1px solid #8DC73E;
	border-bottom:1px solid #8DC73E;	
}
#image_holder {
	float:left;
	width:446px;
	text-align:center;
	position:relative;
}
#image_holder_2 {
	height:260px;
	overflow:hidden;
}
#image_holder_indicator {
	position:absolute;
	top:100px;
	left:190px;
}
#item_details {
	float:right;
	width:300px;
}
#item_details_content {
	padding:40px 30px 0 0;
}
.site_url {
	margin-top:10px;
}
#portfolio_bottom {
	height:105px;
}
#portfolio_bottom_content {
	padding:20px 20px 0 26px;
}
#portfolio_bottom #gallery {
	margin:auto;
	height:74px;
	overflow:hidden;
	vertical-align:top;
}
#portfolio_bottom .arrow_holder {
	float:left;
	display:block;
	list-style-type:none;
	margin-left:10px;	
	padding-top:25px;
}
#portfolio_bottom .thumb_holder {
	height:74px;
	width:109px;
	padding:1px 0 0 1px;
	margin-left:20px;
	background-image:url(../img/portfolio/portfolio-thumb-bg.jpg);
	background-repeat:no-repeat;
	float:left;
	display:block;
	list-style-type:none;
	white-space:nowrap;
}
#portfolio_item_indicator {
	position:absolute;
	top:110px;
	left:330px;
}
div.email {
	height:386px;
	width:746px;
	background-image: url(../img/email.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;	
}
div.email div#inner-content {
	padding:90px 0 0 68px;
}
div.email a {
	font-size:12px;
	color:#8DC73E;
	text-decoration:underline;
}

div#links_wrapper {
	height:386px;
	width:746px;
	background-image: url(../img/links-bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;	
}

div#links_wrapper #links_content {
	padding:40px 90px 0 40px;
}

/* Content Styling */
#content {
	font-size:11px;
	color:#898989;
	line-height:20px;
}
#content .highlight {
	color:#0083B1;
}
#content h1, p {
	margin-bottom:25px;
}
#content h1 {
	font-size:14px;
	font-weight:normal;
	color:#466D75;
	line-height:20px;
	margin-bottom:10px;
}
#content h2 {
	font-size:14px;
	font-weight:normal;
	line-height:20px;
	margin-bottom:10px;
	color:#ACACAC;
}
#content ul {
	list-style-position:inside;

}