body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:white;
	margin:auto;
	text-align: center;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}
.center {
	margin: auto;
	text-align:center;
}
p {
	margin: 0; padding:0;
}
p.content { padding: 0 20px; margin:0; }
/* custom elements */
#header {
	margin-top: 3px;
	background-color:white;
	width:100%;
	position:relative;

}
.filler {
	height: 225px;
	width: 960px;
/*	margin-left: 10px;	*/

}
#header-img{ 
	margin-top: 5px;
		background-image: url('img/header-bg.png');
	background-repeat: repeat-x;
	}
#header-img img { float:left; }

#menu { margin-top: 5px;}
#main-wrap { 
	background-color: black;
	height:1250px;
}
#sidebar { 
	background-color: black; /* black; */ 
	height: 100%; 
/*	padding-left:10px; */	
}
#main-content {
	background-color: white;
/*	width: 634px; 	/* 594px; */
	height: 100%;
	float: left;
	text-align: left;
	padding: 20px 0px;
/*	margin-right: 20px; margin-left: 20px;	*/
}

#menu img, #sidebar img { float: right; }

.style3 {
	font-size: 14px;
	color: #3366FF;
}

.black { background-color: black; }

