#mainDiv {
	width:100%;
	text-align:center;
	background-color: #000000;
	color: #FFFFFF;
}
#bodyDiv {
	background-color:#000000;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	width:800px;
	text-align:center;
	margin-top:10px;
	background-color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	list-style-image: none;
	list-style-type: none;
}
#headerDiv {
	background-color:#000000;
	width: 800px;
	height: 120px;
}
#leftPane {
	float:left;
	width:155px;
	height:750px;
	background-color:#000000;
	padding: 10px;
	background-image: url(images/background1.jpg);
}
#contentPane {
	width:620px;
	float:right;
	text-align:center;
	height:auto;
	background-color:#000000;
	color: #FFFFFF;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #f1f1f1;
	text-decoration: none;
}
a:hover {
	color: #f1f1f1;
	text-decoration:underline;
}
