#about 
{
	position:relative;
	min-width:100%;
	padding-top:36px;
}

#about-nav {
	position:absolute;
	top: 36px;
	left:-100px;
	width: 240px;
	background-color: #F5F5F5;
	height: 500px;
	padding-left:200px;
}


#about-nav #title 
{
	font-family:Arial;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-transform: uppercase;
	width: 230px;
	border-bottom: 1px solid #6d7075;
	padding-bottom:8px;
	width: 160px;
}

#about-nav ul, #about-nav ul li
{
	list-style:none;
	margin:0;
	padding:0;
}
#about-nav ul
{
	padding-top:8px;
}

#about-nav ul li 
{
	font-family: Georgia;
	font-style:italic;
	font-size:10px;
	line-height:12px;
	color:#666666;
	padding:3px 0 3px 0px;
	cursor: pointer;
}

#about-left 
{
	width:340px;
	display:block;
}

#about-assets 
{
	position:absolute;
	left:340px;
	top:36px;
}

.asset {
	padding-right:15px;
}

.asset .image 
{
	margin-bottom: 15px;
	height:360px;
	width:375px;
}

.asset .image h1
{
	font-family:Arial;
	font-size: 49px;
	font-weight: bold;
	line-height:1em;
	padding-bottom:8px;
	color: #666666;
	text-transform: uppercase;
	margin:0;
}

.asset .image p
{
	font-family: Georgia;
	font-size: 12px;
	padding-bottom:8px;
	color: #666666;
	margin:0;
}

.asset .title 
{
	font-family:Arial;
	font-size: 24px;
	font-weight: bold;
	line-height:1em;
	padding-left:8px;
	border-left: 1px solid #6d7075;
	color: #b2b4b6;
}

.asset .job 
{
	font-family: Georgia;
	font-size: 18px;
	font-style: italic;
	padding-bottom:12px;
	padding-left:8px;
	border-left: 1px solid #6d7075;
	color: #666666;
}

.asset .title .counter
{
	font-family:Arial;
	font-size: 24px;
	font-weight: normal;
	color: #6d7075;
}

.asset .description 
{
	font-family: Georgia;
	font-size: 12px;
	padding-left:8px;
	border-left: 1px solid #6d7075;
	color: #6d7075;
	width: 200px;

}