@charset "UTF-8";
/* CSS Document */

#main {
	border:none;
	/*background-image:url(/images/header/header_background.png);
	background-repeat:repeat-x;*/
	top:0px;
	/*
    left: 50%;
    margin-left: -452px;*/
	position:relative;
	margin-left: auto ;
  	margin-right: auto ;
	width:910px;
	height:750px;
	z-index: 1;
}
#hero {
	height:340px;
	width:910px;
}
#content {
	position:relative;
	margin-left: auto ;
  	margin-right: auto ;
	width:886px;
	height:354px;
}
#contenttop {
	background-image:url(/images/home/home_box_top.jpg);
	background-repeat:no-repeat;
	height:48px;
}
#contentmain {
	background-image:url(/images/home/home_box_middle.png);
	background-repeat:no-repeat;
	height:269px;
}
#contentmainright {
	position:absolute;
	left:640px;
	width:230px;
}
#contentevents {
	margin-top:8px;
	height:275px;
}
h1.events {
	margin: 0 0 0 0;
	font-size:14px;
	font-weight:bold;
	color:#900;
	padding-top:4px;
	padding-bottom:4px;
}
#contentmainmiddle {
	position:absolute;
	left:347px;
	width:265px;
}
#contentmainleft {
	left:12px;
	position:relative;
	width:306px;
}
h1.homewhite {
	margin: 0 0 0 0;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	padding-top:4px;
	padding-bottom:4px;
	
}
div.homewhite {
	color:#ddd;
	line-height:17px;
}
#contentmainnews {
	margin-top:8px;
	background-image:url(/images/home/homelist.png);
	background-repeat:repeat-y;
	height:275px;
}
#newsitem{
	padding-top:2px;
	padding-left:6px;
	height:71px;
}
h1.newsdate {
	margin: 0 0 0 0;
	font-size:14px;
	font-weight:bold;
	color:#900;
	padding-top:4px;
	padding-bottom:2px;
}
.newstext{
	font-size:12px;
	color:#444;
	line-height:15px;
	
}

#contentbottom {
	background-image:url(/images/home/home_box_footer.jpg);
	background-repeat:no-repeat;
	height:37px;
}
