/*----------------------------------------------------------------
Basic Style Sheet

version: 1.1 (April, 09)
author: TISHON
email: hello@tishon.com
website: http://www.jeffcylkowski.com
------------------------------------------------------------------*/

#workContent {
	margin:35px auto 20px auto;
	height:515px;
	width:900px;
	background-color:#FFFFFF;
}
#workContainer{
	width: 900px;
	height: 515px;
	overflow: auto;
	margin: 0 auto;
	overflow-x:hidden;
	overflow-y:hidden;
	margin-top:0px;
}
#left {
	width:170px;
	height:515px;
	float:left;
	line-height:20px;
}
#right {
	width:730px;
	height:500px;
	float:right;
}
.leftsubnav {
	margin-top:185px;
	padding-bottom:10px;
	border-bottom: 1px solid #D8D8D8;
	font-size: 11px;
	color:#B3B3B3;
}
.leftsubnav p{
	display: inline;
	padding:0px 5px 0px 0px;
}
.leftsubnav a {
	text-decoration:none;
	color:#B3B3B3;
}
.leftsubnav a:hover {
	text-decoration:none;
	color:#666666;
}
.selected{
	color:#E09A86 !important;
}
.info {
	padding-top:9px;
	width: 150px;
}
.info p{
	font-size: 11px;
}
h2{
	font-size:12px;
	font-weight: bold;
	font-style: italic;
}
.photo {
	margin: 0 auto;
	text-align: center;
}
