@charset "utf-8";
/* CSS Document */

body{
	width:auto;
	height:auto;
	margin:auto;
	padding:0;
	background:url(../images/body-bg.png) #CC0033 repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}

#main-body{
	width:950px;
	height:auto;
	margin:auto;
	padding:0;
}

/****** HEADER STYLES *********/

#header{
	width:950px;
	height:180px;
	margin:0;
	padding:0;
}

#header1{
	width:111px;
	height:180px;
	margin:0;
	padding:0;
	float:left;
	background:url(../images/header1.jpg) no-repeat;
}

#header2{
	width:111px;
	height:180px;
	margin:0;
	padding:0;
	float:left;
	background:url(../images/header2.jpg) no-repeat;
}

#header3{
	width:111px;
	height:180px;
	margin:0;
	padding:0;
	float:left;
	background:url(../images/header3.jpg) no-repeat;
}

#header4{
	width:366px;
	height:180px;
	margin:0;
	padding:0;
	float:left;
}

#header5{
	width:126px;
	height:180px;
	margin:0;
	padding:0;
	float:left;
	background:url(../images/header4.jpg) no-repeat;
}

#header6{
	width:125px;
	height:180px;
	margin:0;
	padding:0;
	float:left;
	background:url(../images/header5.jpg) no-repeat;
}


/******* COLUMN HOLDER *******/

#col-holder{
	width:950px;
	height:auto;
	margin-bottom:30px;
	padding:0;
	clear:both;
}

#col-left{
	width:180px;
	height:auto;
	margin:0;
	padding:0;
	float:left;
}

#col-center{
	width:581px;
	height:auto;
	margin:0px 12px 0px 12px;
	padding:20px 10px 30px 10px;
	float:left;
	background:#FFFFFF;
}

*html #col-center{
	width:581px;
	height:auto;
	margin:0px 10px 0px 10px;
	padding:20px 10px 30px 10px;
	float:left;
	background:#FFFFFF;
}

#col-right{
	width:145px;
	height:auto;
	margin:0;
	padding:0;
	float:left;
}

/****** CATEGORY STYLES *******/

.categ-holder{
	width:180px;
	height:auto;
	margin-bottom:30px;
	padding:0;
}

.categ-title{
	width:150px;
	height:27px;
	margin:0;
	padding-top:5px;
	padding-left:30px;
	background:url(../images/categ-bg.gif) no-repeat;
	color:#AA0033;
	font-size:16px;
	font-family:"Trebuchet MS";
}

.categ-data{
	width:168px;
	height:auto;
	margin:0;
	padding:5px;
	background:#FFFFFF;
	border-left:1px solid #CFCFCF;
	border-right:1px solid #CFCFCF;
	border-bottom:1px solid #CFCFCF;
}



.categ-link{
	width:162px;
	height:auto;
	margin:0;
	padding:6px 3px 6px 3px;
	background:url(../images/categ-border.png) no-repeat bottom center;
}




.categ-link a{
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#333333;
	font-weight:bold;
	text-decoration:none;
}

.categ-link a:hover{
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#AA0033;
	font-weight:bold;
	text-decoration:none;
}

.sponsor-title{
	width:145px;
	height:27px;
	margin:0;
	padding-top:5px;
	background:url(../images/sponsor-bg.gif) no-repeat;
	color:#AA0033;
	font-size:16px;
	font-family:"Trebuchet MS";
	text-align:center;
}

.sponsor-data{
	width:135px;
	height:auto;
	margin:0;
	padding:4px;
	border-left:1px solid #CFCFCF;
	border-right:1px solid #CFCFCF;
	border-bottom:1px solid #CFCFCF;
	background:#FFFFFF;
}

h2{
	font-family:"Trebuchet MS";
	font-size:20px;
	color:#AA0033;
	text-align:center;
}


/**** FOOTER STYLES *******/

#footer-holder{
	width:950px;
	height:30px;
	margin:0;
	padding-top:20px;
	clear:both;
	color:#FFFFFF;
	font-size:12px;
	background:url(../images/footer-bg.png) no-repeat;
	text-align:center;
}

#footer-holder a{
	color:#FFFFFF;
	font-size:12px;
	text-decoration:none;
} 

#footer-holder a:hover{
	color:#FFFFFF;
	font-size:12px;
	text-decoration:underline;
} 