body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	background-color: #BFC6B9;
	margin: 0;
	padding: 0;
	letter-spacing: .05em;
	color: #666666;
}
img {
	display: block;
	border: 0;
}
a {
	color: #A3A0A0;
	text-decoration: none;
}
a:hover {
	color: #666
}
#main {
	width: 950px;
	height: 705px;
	margin: 10px auto 5px;
	background-color: #FFF8DC
}
#header {
	position: relative;
	overflow: auto;
	height: 90px;
}
#header #logo {
	position: absolute;
	top: 30px;
	left: 40px;
}
#header #topnav {
	float: right;
	list-style: none;
	padding: 53px 42px 0px 0px;
	margin: 0;
}
#header #topnav li {
	float: left;
	padding-left: 25px;
}
.hero-wrapper{
	width: 900px;
	height: 575px;
	margin: 0 25px;	
	overflow: hidden;
	border: 0px solid #666666;
	text-align: center;
	display: block;
}
.gallery-wrapper{
	width: 900px;
	height: 580px;
	margin: 0px 25px;	
	overflow: hidden;
	border: 0px solid #666666;
	text-align: center;
	display: block;
}
.photo-wrapper {
	width: 900px;
	height: 575px;
	margin: 0 24px;	
	overflow: hidden;
	border: 0px solid #666666;
}
#subnav2 {
	float: right;
	list-style: none;
	padding: 1px 42px 2px;
	margin: 0;
}
#subnav2 li {
	float: left;
	padding-left: 25px;
}


.hero-wrapper-img {
	border: 0 none;
	display: inline;
	padding: 2px;
}

#bottom-wrapper {
	overflow: auto;
	position: relative;
	padding-bottom: 30px;
}

#subnav {
	overflow: auto;
	list-style: none;
	margin: 0;
	padding: 10px 25px 0;
}
#subnav>li {
	float: left;
	padding-right: 30px;
	font-size: 12px;
	position: relative;
	height: 150px;
}
#subnav ul {
	display: none;
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 20px;
}
#subnav li.on ul {
	display: block;
}
#subnav ul li {
	float: none;
	padding: 0 0 5px 0;
	font-size: 11px;
	letter-spacing: normal;
}
#subnav>li.on>a, #subnav ul li.on a, #topnav li.on a {
	color: #333;
}
.social-network {
	position: absolute;
	list-style: none;
	margin: 0;
	padding: 0;
	left: 25px;
}
.social-network li {
	float: left;
	padding-right: 5px;
}
#content {
	position: absolute;
	top: 40px;
	left: 25px;
	z-index: 100;
	width: 900px;
}
.sidebar {
	position: absolute;
	right: 0;
	top: 0;
	text-align: right;
}
#footer {
	width: 950px;
	margin: 0 auto;
	padding: 0;
}
#footer .copyright {
	float: right:
	width: 50%;
	font-size: 11px;
	color: #777;
	text-align: right;
}
#footer .copyright a {
	color: #777777;
	text-decoration: underline;
}
#footer .copyright a:hover {
	color: #777777;
}

/* page styles */
.clients-row {
	float: left;
	list-style: none;
	padding: 40px 40px 0 40px;
	margin: 0;
	width: 150px;
}
.clients-row li {
	font-size: 14px;
	text-transform: uppercase;
	line-height: 1.5em;
}
.photo-nav {
	position: absolute;
	top: 10px;
	right: 25px;
	font-size: 13px;
}

#bio-area {
	width: 815px;
	height: auto;
	padding: 40px 40px 100px;
	line-height: 1.75em;
}
#bio-area .photo {
	float: left;
	padding-right: 30px;
}
#bio-area .copy {
	margin-left: 250px;
}