body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background:#666 url(../images/bg.gif) repeat-y top center;
	margin:0 auto;
	
}
p#contentDescription
{
	display:none;	
}
#mainWrapper {
	margin:0 auto;
	background:#fff;
	width:750px;
	min-height:100%;
	padding-bottom:20px;
	text-align:center;
}
#titleHeader {
	width:750px;
	background:url(../images/portfolioHeader.gif) no-repeat;
	height:85px;
	clear:both;
}

#titleHeader h1 {
	padding:0px;
	margin:0px;
	width:0px;
	height:0px;
	text-indent:-5000px;
}

#menu {
	float:left;
	position:relative;
	padding:0 0 0 10px;
	top:80px;
	text-align:left;
	font-size:11px;
}

#resumeLink {
	float:right;
	position:relative;
	top:80px;
	padding-right:10px;
}


a
{
	text-decoration:none;
/*	font-weight:bold;
*/	color:#86301f;
	text-align:left;
}

a:hover
{
	text-decoration:underline;
	color:#86301f;
}	

.sample {
	width:750px;
	clear:both;
}
.sampleHR {
	width:730px;
	border-bottom:1px solid #999;
	height:15px;
}

.subHeader
{
	color:#666;
	font-size:11px;
	font-weight:bold;
	text-align:left;
	padding:0 0 10px 0;
}
.description {
	padding:0px 0px 20px 10px;
	width:740px;
	text-align:left;
}
ul.thumbnails li
{
	padding:20px;
	margin:0;
	float:left;
	list-style:none;
}

.sampleTitle {
	font-size:12px;
	font-style:italic;
	font-family:century gothic;
	font-weight:bold;
	/*color:#999;*/
	color:#86301f;

}
.sampleDesc {
	color:#666;
}
.screenshot {
	padding-bottom:20px;
	padding-top:20px;
	margin:0 auto;
}

.screenshotLink {
	text-align:center;
	padding:5px;
	background:#eee;
	width:200px;
	float:right;
	margin-right:10px;
}

.codeSamples {
	color:#86301f;
	text-align:left;
	padding:0 0 0 50px;
}

.codeSamples textarea {
	width:650px;
	margin-bottom:10px;
	height:105px;
	background:#fefdd1;
	border:1px solid #eee;
	font-family:"Courier New", Courier, monospace;
	font-size:11px;
	overflow-x:hidden;
;
	
}