body
{
	background-color: #17070A;
	background-image: url(/images/gradient_bg.gif);
	background-repeat: repeat-x;
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: helvetica, arial, sans-serif;
	font-size: .8em;
}

h1 {
	font-size: 1.2em;
	color: #AF0C00;
	margin: 10px 0 10px 0;
	padding: 0;
}

a 
{
	color: #AF0C00;
	font-weight: bold;
}

a:hover
{
	color: #600;
}

#pagetop
{
	height: 12px;
	width: 100%;
	background-color: #AF0C00;
	border-bottom: solid #111 1px;
	margin: 0;
	padding: 0;
}

#main
{
	text-align: left;
	background-image: url(/images/pagebg.gif);
	background-repeat: y;
	width: 750px;
	margin: 0 auto 0 auto;
}

#main_bio
{
	text-align: left;
	background-image: url(/images/pagebg2.gif);
	background-repeat: y;
	width: 750px;
	margin: 0 auto 0 auto;
}

#content
{
	background-image: url(/images/scrawl.gif);
	background-repeat: no-repeat;
	padding: 20px 0 1px 0;
	margin: 0;
}

#content_bio
{
	background-image: url(/images/scrawl2.gif);
	background-repeat: no-repeat;
	padding: 20px 0 1px 0;
	margin: 0;

}

#menu
{
	width: 180px;
	float: left;
	padding: 0;
	margin: 0;
}

#menu ul
{	
	margin: 10px 0 0 30px;
	padding: 0;
}

#menu ul li
{
	list-style-type: none;
	text-indent: 0;
}

#menu ul a
{
	line-height: 2em;
	font-weight: bold;
	color: black;
	text-decoration: none;
}

#menu ul a:hover
{
	color: #AF0C00;
}

#copy
{
	width: 398px;
	float: left;
	padding: 0;
	margin: 0;
}

#copy p {
	padding: 0 30px 0 20px;
	line-height: 1.6em;
}

#sidebar
{
	width: 160px;
	float: left;
	padding: 0;
}

#sidebar p
{
	font-family: times, serif;
	padding: 0 10px 10px 5px;
	margin-left: 10px;		
	font-size: .9em;
	line-height: 1.6em;
	border-bottom: dotted #C66 1px;
}

#col1 {
	width: 528px;
	float: left;
	column-count: 2;
   	column-gap: 20px;
}

#singlecol {
	width: 528px;
}

.clearing
{
	clear: both;
}

.details
{
	clear: right; 
	margin: 0 172px 0 180px; 
	padding: 5px 20px 0 0; 
	text-align: center; 
	border-top: solid #CCC 1px; 
	font-size: .8em;
}

.details2
{
	clear: right; 
	margin: 0 20px 0 20px; 
	padding: 5px 20px 0 0; 
	text-align: center; 
	border-top: solid #CCC 1px; 
	font-size: .8em;
}

#footer
{
	background-image: url(/images/footer.gif);
	background-repeat: no-repeat;
	height: 6px;
	width: 750px;
	padding: 0;
	margin: 0 auto 0 auto;
}

#footer2
{
	background-image: url(/images/footer2.gif);
	background-repeat: no-repeat;
	height: 6px;
	width: 750px;
	padding: 0;
	margin: 0 auto 0 auto;
}