@charset "UTF-8";
/* CSS Document */

body{
	margin:75px 0 0 0;
	padding:0;
	text-align:center;
	background-color:#5f120c;
	color:#e8bd11;
	font:.75em/1.3em "Trebuchet MS", Arial, Helvetica;
}
h2{
	margin:0 0 10px 0;
}
#home-content-wrapper{
	width:920px;
	height:635px;
	margin:0 auto;
	background:url(/images/chili-home-bg.jpg) no-repeat;
}
#content-wrapper{
	width:920px;
	height:635px;
	margin:0 auto;
	background:url(/images/chili-bg.jpg) no-repeat;
}
#body-wrapper{
	width:660px;
	float:left;
	position:absolute;
	margin:430px 0 0 0;
	padding-bottom:75px;
	text-align:left;
}
#body-wrapper a{
	color:#c42a12;
    text-decoration:none;
}
#body-wrapper a:link{
	color:#c42a12;
}
#body-wrapper a:visited{
	color:#c42a12;
}
#body-wrapper a:hover{
	color:#e8bd11;
	border-bottom:1px dotted #e8bd11;
}
#nav-wrapper{
	float:left;
	margin:296px 0 0 120px;
	position:absolute;
}
#nav {
	list-decoration:none;
	padding:0;
	margin:0;
	height:31px;
}
#nav li {
	list-style:none;
	padding 0;
	margin:0;
	float:left;
}
#nav li, #nav a {
	display:block;
	height:31px;
}
#nav #event-details a{
	width:309px;
	background:transparent url(/images/event-details.gif) 0 0 no-repeat;
}
#nav #event-details a:hover {
	background-position:0 -31px;
}
#nav #rules a{
	width:152px;
	background:transparent url(/images/rules.gif) 0 0 no-repeat;
}
#nav #rules a:hover {
	background-position:0 -31px;
}
#nav #faq a{
	width:65px;
	background:transparent url(/images/faq.gif) 0 0 no-repeat;
}
#nav #faq a:hover {
	background-position:0 -31px;
}
#home-widget-wrapper{
	margin-top:-20px;
	width:240px;
	background:url(/images/home-widget-bg.jpg) no-repeat;
	float:right;
}
#widget-wrapper{
	margin-top:231px;
	width:240px;
	background:url(/images/widget-bg.jpg) no-repeat;
	float:right;
}
#widget-content{
	text-align:left;
	padding:130px 40px 40px 40px;
}
#widget-content a{
	color:#c42a12;
    text-decoration:none;
}
#widget-content a:link{
	color:#c42a12;
}
#widget-content a:visited{
	color:#c42a12;
}
#widget-content a:hover{
	color:#e8bd11;
	border-bottom:1px dotted #e8bd11;
}
#footer{
	margin:20px 0 0 0;
	color:#99650f;
	font-size:.9em;
}
