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


body {
background:url(images/bg.jpg);
margin:0;
	}

#container {
	margin:0 auto;
	width:902px;
	height:auto;
	padding:0;
	}



#header {
	float:left;
	width:902px; height:576px;
	background:url(images/header.png) no-repeat;
	margin:0; padding:0;
	}


#maincontent {
	float:left;
	width:902px;
	height:auto;
	background:url(images/main.png) repeat-y;
	margin:0; padding:0;
	}
	
#maincontent h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#c8d242;
	font-size:30px;
	width:650px;
	text-align:center;
	margin:15px 0 0 120px;
	}
	
#maincontent h2 {
	color:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	width:650px;
	text-align:center;
	margin:0 0 15px 120px;
	font-weight:bold;
	}
#maincontent h3 {
	color:#c8d242;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	width:650px;
	text-align:center;
	font-weight:normal;
	margin:15px 0 0px 120px;
	}
#maincontent h3 a {
	color:#ffffff;
	width:650px;
	text-align:center;
	font-weight:bold;
	}
#maincontent ul {
	float:left;
	margin:15px 0 15px 200px;
	width:450px;
	}
#maincontent ul li {
	color:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:18px;
	padding:0 0 20px 0;
	list-style:none;
	}





#botmenu {
	width:900px;
	height:auto;
	margin:40px 0 15px 170px;
	}





#botvendor {
	float:left;
	margin:0 20px 0 0;
	}
#botvendor a {
	float:left;
	background:url(images/bottom-vendor.png) no-repeat;
	width:260px; height:100px;
	text-decoration:none;
}
#botvendor a:hover {
	background:url(images/bottom-vendor-over.png) no-repeat;
}





#botchili {
	float:left;
	margin:0 20px 0 0;
	}
#botchili a {
	float:left;
	background:url(images/bottom-chili.png) no-repeat;
	width:260px; height:100px;
	text-decoration:none;
}
#botchili a:hover {
	background:url(images/bottom-chili-over.png) no-repeat;
}







#botsched {
	float:left;
	margin:0 20px 0 0;
	}
#botsched a {
	float:left;
	background:url(images/bottom-sched.png) no-repeat;
	width:260px; height:100px;
	text-decoration:none;
}
#botsched a:hover {
	background:url(images/bottom-sched-over.png) no-repeat;
}


#preload {
	display:none;
	}










	
#footer {
	float:left;
	width:902px;
	height:auto;
	background:url(images/footer.png) no-repeat top;
	margin:0; padding:0;
	}

#footer p {
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#ffffff;
	padding:6px;
	margin:87px 0 25px 0;
	line-height:16px;
	}	
#footer p a {
	text-decoration:underline;
	color:#FFFF99;
	}

		