/* CSS Document */
/* The List */
/* Fall 2006 */ 

*{
	margin:0 0 0 0;
}

body{
	font-family:verdana;
	text-align:center;
	background:#ab2001;
	}
	
#wrapper{
	margin: 0 auto;
	width:780px;
	text-align:left;
}

#header{
	background:url(images/header.jpg) no-repeat;
	width:780px;
	height:193px;
	margin-bottom:20px;
}

#about{
	background:url(images/contentbg.gif) repeat-y;
	width:724px;
	margin:0 auto;
	margin-bottom:20px;
}

#list{
	background:url(images/contentbg.gif) repeat-y;
	width:724px;
	margin:0 auto;
	margin-bottom:20px;
}

#featured{
	background:url(images/contentbg.gif) repeat-y;
	width:724px;
	margin:0 auto;
	margin-bottom:20px;
}

#rules{
	background:url(images/contentbg.gif) repeat-y;
	width:724px;
	margin:0 auto;
	margin-bottom:20px;
}

#footer{
	color:white;
	font-size:12px;
	text-align:center;
	margin: 0px 0px 20px 0px;
}

.odditem{
	padding: 10px 5px 10px 5px;
	border-top:1px #333333 dashed;
	min-height:180px;
}
/* for Internet Explorer */
/*\*/
* html .odditem,.evenitem {
height: 180px;
}
/**/

.evenitem{
	padding: 10px 5px 10px 5px;
	border-top:1px #333333 dashed;
	clear:both;
	min-height:200px;
}

.boxheader{
	width:724px;
	height:53px;
	margin:0 auto;
	clear:both;
}

.boxfooter{
	background:url(images/contentfooter.gif) no-repeat;
	width:724px;
	height:51px;
	margin:0 auto;
}

.listlogofooter{
	background:url(images/contentlisticon.gif) no-repeat;
	width:780px;
	height:245px;
	margin:0 auto;
}

.contentarea {
	padding:5px 20px 5px 20px;
	font-size:12px;
	color:#333333;
}

.contentarea h4{
	font-size:16px;
}

.contentarea a,a:visited{
	text-decoration:underline;
	color:#990000;
        font-size:12px;
}

#footer a,a:visited{
	text-decoration:underline;
	color:#FFCC00;
        font-size:12px;
}

.pointbox{
	color:white;
	font-size:55px;
	font-family:tahoma;
	text-align:left;
	float:right;
	background:url(images/pointbox.gif) no-repeat;
	width:200px;
	height:100px;
	padding:25px 10px 0px 15px;
	margin-left:5px;
	margin-top:5px;
}

#menu{
	margin:165px 0px 0px 160px;
	position:absolute;
	float:left;
}

#menu a, a:visited{
	text-decoration:none;
	text-transform:uppercase;
	color:#FFCC00;
	font-size:18px;
	font-weight:bold;
}

