#center_layout_td {
	width:870px;
	height:700px;
	overflow:hidden;
	background-repeat: no-repeat;
	background-position: top center;
}
#left_layout_td{
	background-repeat: no-repeat;
	background-position: top right;
}
#right_layout_td{
	background-repeat: no-repeat;
	background-position: top left;
}
#banner_div{
	position:relative;
	left:10px;
	width:850px;
	height:125px;
	overflow:hidden;
}

#page_inner_div{
	position:relative;
	left:10px;
	width:850px;
	height:575px;
}
#menu_sub_content_div{
	position:absolute;
	top:0px;
	left:0px;
	width:850px;
	height:50px;
}
#left_content_div{
	position:absolute;
	top:0px;
	left:0px;
	width:225px;
	height:375px;
	overflow:hidden;
}
#left_sub_content_div{
	position:absolute;
	top:50px;
	left:0px;
	width:625px;
	height:525px;
}
#right_content_div{
	position:absolute;
	top:0px;
	left:625px;
	width:225px;
	height:375px;
	overflow:hidden;
}
#right_sub_content_div{
	position:absolute;
	top:50px;
	left:625px;
	width:225px;
	height:525px;
	padding:5px;
	padding-top:10px;
}
#center_content_div{
	position:absolute;
	top:0px;
	left:225px;
	width:400px;
	height:375px;
	overflow:hidden;
}
#center_content_row1_div{
	position:absolute;
	top:0px;
	left:225px;
	width:400px;
	height:275px;
}
#center_content_row2_div{
	position:absolute;
	top:275px;
	left:225px;
	width:400px;
	height:100px;
	overflow:hidden;
}
#bottom_content_div{
	position:absolute;
	top:375px;
	left:0px;
	width:850px;
	height:200px;
	overflow:hidden;
}

#subpage_menu_header{
	background-color:#9ACE2C;
	color: #070400;
	font-family: verdana;
	font-size: 12pt;
	padding: 2px;
	margin-left: 5px;
}
.subpage_menu_item{
	border-bottom: 1px dotted #664D11;
	font-family: verdana;
	font-size: 12pt;
	padding: 2px;
	margin-left: 5px;
	text-indent: 10px;
}
DIV.subpage_menu_item A.active{
	color: #DE7603;
	text-decoration: none;
}
DIV.subpage_menu_item A.inactive{
	color: #DBF13F;
	text-decoration: none;
}

* {
/*	border: 1px solid red;*/
	-moz-box-sizing: border-box;
} 

BODY {
	background-color: black;
	color: white;
}
.event_title {
	font-family: trebuchet,sans-serif;
	color:orange;
}
