html
{
	background-color: #0f0f0f;
	color: #ffffff;
}

body 
{
	margin-top: 8px;
	margin-bottom: 20px;
	
	/** This is a hack, and all the font sizes should be fixed to resize correctly in IE **/
	font-size: 13px;
}

body strong
{
	font-weight: bold;
}

#bd
{
	border-top: 2px solid #727272;
	border-bottom: 2px solid #727272;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url("../images/main_bg.jpg");
	background-repeat: repeat-y;
}

#ft
{
	margin-top: 15px;
	margin-left: 25px;
	margin-right: 25px;
}




