/* CSS Document */
body{
	width:980px;
	margin:0px auto;
	padding:0;
	background-color:#fff;
}

img{
	border:none;
}

#splash{
	float:left;
	width:980px;
	height:600px;
	background-image:url("../images/system/goodwill_splash_page.jpg");
}

#splashbutton{
	float:left;
	position: relative; left: 770px; top: 298px;
	width:136px;
	height:85px;
	background-image:url("../images/system/button_enter.gif");
}

#navleft{
	float:left;
	width:22px;
	position: relative; left: -958px; top: 0px;
	height:auto !important;
	height:232px;
	min-height:232px;
	background-image:url("../images/system/nav_left.jpg");
	background-repeat: repeat-y;
}

#navright{
	float:left;
	width:22px;
	position: relative; left: 958px; top: 60px;
	height:auto !important;
	height:232px;
	min-height:232px;
	background-image:url("../images/system/nav_right.jpg");
	background-repeat: repeat-y;
}

#topbanner{
	float:left;
	width:980px;
	height:62px;
	background-image:url("../images/system/site_top.jpg");
	background-repeat: no-repeat;
}

#navcontain{
	float:left;
	position: relative; left: 22px; top: 2px;
	width:960px;
	height:101px;
}

#datetime{
	float:left;
	position: relative; left: 550px; top: 160px;
	width:780px;
	height:24px;
	font-family:  Arial,Verdana, sans-serif; font-size: 14px; font-weight: bold; color: #E0E0E0;
}

#navspacer{
	float:left;
	width:936px;
	height:2px;
	position: relative; left: 22px; top: 2px;
	background-image:url("../images/system/nav_sep_horizontal.jpg");
}

#navspacer2{
	float:left;
	width:936px;
	height:2px;
	background-image:url("../images/system/nav_sep_horizontal.jpg");
}

#eventsright { 
	float: right; 
	padding: 40px; 
	padding-top: 160px;
	margin: 0px; 
}

#eventswindow{
	float:left;
	background-color: #000080;
	width:225px;
	height:auto !important;
	height:300px;
}

#maincontain{
	float:left;
	width:960px;
	height:auto !important;
	height:555px;
	min-height:555px;
}

#leftside{
	float:left;
	width:980px;
	height:120px;
	position: relative; left: 22px; top: 10px;
}


#lefttop{
	float:left;
	width:213px;
	height:30px;
}

#leftset{
	float:left;
	width:213px;
	height:68px;
	display:block;
	text-indent:-9999px;
}

#content{
	float:left;
	width:960px;
	height:auto !important;
	height:610px;
	min-height:610px;
}

#lastupdated{
	float:left;
	width:780px;
	height:21px;
}

#footer{
	float:left;
	width:960px;
	height:112px;
}

