*{
	margin: 0;
	padding: 0;
}
body{
	font-family: "Georgia";
	background: #bdd8d8 url('sidebar_bg.gif') repeat-y left;
}
a{
	color: #857e64;
	text-decoration: none;
}
li{
	list-style: none;
}
.empty{
	clear: both;
}
#wrapper{
	width: 760px;
}
#sidebar{
	position: fixed;
	width: 317px;
	float: left;
}
#logo{
    margin: 20px auto;
	background: url(logo.gif) no-repeat;
	width: 269px;
	height: 64px;
}
#nav a{
	font-weight: bold;
	font-size: 13px;
	color: #857e64;
	text-align: right;
	padding: 4px 10px 4px 0;
	width: 306px;
	display: block;
	text-decoration: none;
}
#nav .light a{
	background: url(nav_light.jpg) right repeat-y;
}
#nav a:hover{
	color: #c8e4e4;
	background: url(nav_hover.jpg) right repeat-y;
}
#nav .sub{
border-top: 1px solid #857e64;
border-bottom: 1px solid #857e64;
}
#nav .sub a{
	font-weight: normal;
	font-size: 11px;
	padding: 4px 10px 4px 0;
	width: 306px;
}
#work_sub{
	width: 316px;
	height: 27px;
	background: url(work_subheader.jpg) no-repeat right;
}
#about_sub{
	margin: 10px 0 0;
	width: 316px;
	height: 27px;
	background: url(about_subheader.jpg) no-repeat right;
}
#mainbar{
	float: right;
	width: 443px;
}
#work_header{
	background: url(work_header.jpg) no-repeat;
	width: 95px;
	height: 34px;
	margin: 30px 0 0 20px;
}
#about_header{
	background: url(about_header.jpg) no-repeat;
	width: 105px;
	height: 34px;
	margin: 30px 0 0 20px;
}
#illustrator{
	background: url(illustrator_header.jpg) left no-repeat;
	width:443px;
	height: 20px;
}
#traditional{
	background: url(traditional_header.jpg) left no-repeat;
	width: 443px;
	height: 20px;
	margin: 20px 0 0;
}
#photoshop{
	background: url(photoshop_header.jpg) left no-repeat;
	width: 443px;
	height: 20px;
	margin: 20px 0 0;
}
#contact{
	background: url(contact_header.jpg) left no-repeat;
	width:443px;
	height: 20px;
}
#bio{
	background: url(bio_header.jpg) left no-repeat;
	width:443px;
	height: 20px;
}
#clients{
	background: url(clients_header.jpg) left no-repeat;
	margin: 10px 0 0 0;
	width:443px;
	height: 20px;
}
#education{
	background: url(education_header.jpg) left no-repeat;
	margin: 10px 0 0 0;
	width:443px;
	height: 20px;
}
#career{
	background: url(career_header.jpg) left no-repeat;
	margin: 10px 0 0 0;
	width:443px;
	height: 20px;
}
.thumb{
	margin: 10px 0 30px 6px;
	width: 431px;
}
.thumb img{
	border: 1px solid #857e64;
}
a.full_size{
	background: url(full_size.jpg) no-repeat;
	width: 94px;
	height: 16px;
	float: right;
	margin: -4px 0 0;
}
a.desc_butt{
	background: url(desc_butt.jpg) no-repeat;
	width: 78px;
	height: 16px;
	float: left;
	margin: -4px 0 0;
}
.thumb_desc{
	background: url(desc_bottom.jpg) no-repeat bottom center #bdd8d8;
	padding: 10px 20px 10px 20px;
	color: #857e64;
	width: 391px;
	font-size: 12px;
	line-height: 17px;
	text-align: left;
}
.thumb_desc a{
	font-weight: bold;
	color: #fff;
}
.thumb_desc a:hover{
	color: #857e64;
}
a.desc_hide{
	font-size: 13px;
	margin: 0 0 0 374px;
	color: #bdd8d8;
	padding: 3px 10px;
	background: #857e64;
}
a.desc_hide:hover{
	background: #bdd8d8;
	color: #857e64;
}
h3.thumb_header{
	padding: 0 0 5px 0;
}
p.programs{
	padding: 10px 0 5px;
}
.text{
	padding: 20px 10px 10px 15px;
	color: #857e64;
	font-size: 12px;
	line-height: 17px;
	text-align: left;
}
.text_list li{
	padding: 5px 10px 0 15px;
	color: #857e64;
	font-size: 12px;
	line-height: 17px;
}
.form{
	padding: 10px 0 20px 15px;
	color: #857e64;
	font-size: 12px;
	line-height: 17px;
}