body {
        background-image : url(page_bg.png);
}

#container {
	height : 767px;
	width : 738px;
	font : 10pt Arial;
	color : #000000;
	text-align : center;
	border : 1px solid #000000;
	background-image : url(content_bg.png);
}

#header {
	border-bottom : 1px solid #000000;
}

#mod_links {
	width : 143px;
	height : 235px;
	float : left;
	text-align : left;
	margin-top : -5px;
	margin-bottom : 6px;
	margin-left : 7px;
	background-image : url(module_links.png);
	padding-top : 30px;
	padding-left : 10px;
}

#mod_sponsors {
	width : 143px;
	height : 232px;
	float : left;
	text-align : left;
	margin-left : 7px;
	background-image : url(module_sponsors.png);
	padding-top : 30px;
	padding-left : 10px;
}

#contentbox {
	width : 568px;
	float : right;
	margin-left : 3px;
	margin-top : -5px;
	text-align : left;
	background-color : #666666;
}

#mod_content {
	border-left : 1px solid #000000;
	border-top : 1px solid #000000;
	border-bottom : 1px solid #000000;
	height : 419px;
	padding-left : 20px;
	padding-right : 20px;
}

#footer {
	border-top : 1px solid #000000;
	margin-top : 539px;
}