@charset "utf-8";
body {
	background-color: #0D0D0D;
	background-image: url(img/top_bg.gif);
	background-position: left top;
	background-attachment: scroll;
	background-repeat: repeat-x;
}
#topcontainer {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background-color: #0D0D0D;
	background-image: url(img/top_content_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
} 

#flash {
}

#topmainContent {
	width: 710px;
	float: left;
	font-size: 90%;
	color: #FFF;
	padding-top: 20px;
	margin: 0;
}

#topmainContent td {
	color: #FFF;
}

#sidebar { 
	float: right;
	padding-top: 20px;

} 

#sidebar img { 
	margin-bottom: 20px;

} 

#topfooter {
	border-top: 1px solid #555;
	margin-top:10px;
	padding-top:5px;
	padding-bottom:30px;
} 
