@charset "UTF-8";
body  {
	background: #000000;
	margin: 10px 0 0 10px;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Georgia;
	font-size: 100%;
	padding: 0;
}
form  {
	margin: 0;
	padding: 0;
}

#header {
	position:absolute;
	left:10px;
	top:10px;
	width:750px;
	height:60px;
	margin:0px;
	padding: 0 10px 0 20px;
}
#header2 {
	position:absolute;
	left:10px;
	top:70px;
	width:750px;
	height:10px;
	margin:0px;
	background-color: #FFFFFF;
	padding: 0;
}
#main {
	position:absolute;
	left:10px;
	top:80px;
	width:750px;
	margin:0px;
	text-align: left;
	background-color: #ffffff;
	background-image: url(../images/rules-02.gif);
	background-repeat: repeat-y;
} 
#pagemenu {
	float: left;
	width: 210px; 
	padding: 10px 0px 0px 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 18px;
	color: #ff6633;
}
#pagecontent {
    margin: 10px 10px 0px 230px;
	padding: 0;
} 
#footer {
	width:750px;
	height:100%;
	background-color: #ffffff;
	background-image: url(../images/page_base_001.gif);
	z-index: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	background-repeat: no-repeat;
	clear: both;
} 
#base {
	padding: 5px 0px 0px 10px;
	height:20px;
	width:740px;
	background-color: #000000;
	z-index: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #666666;
	
} 
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 10px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
}
#menu-01 {
	position:absolute;
	left:0px;
	top:0px;
	width:220px;
	height:60px;
}

#menu-02 {
	position:absolute;
	left:220px;
	top:0px;
	width:530px;
	height:30px;
}

#menu-03 {
	position:absolute;
	left:220px;
	top:30px;
	width:65px;
	height:30px;
}

#menu-04 {
	position:absolute;
	left:285px;
	top:30px;
	width:105px;
	height:30px;
}

#menu-05 {
	position:absolute;
	left:390px;
	top:30px;
	width:110px;
	height:30px;
}

#menu-06 {
	position:absolute;
	left:500px;
	top:30px;
	width:90px;
	height:30px;
}

#menu-07 {
	position:absolute;
	left:590px;
	top:30px;
	width:85px;
	height:30px;
}

#menu-08 {
	position:absolute;
	left:675px;
	top:30px;
	width:75px;
	height:30px;
}
#footer-01 {
	width:200px;
	height:100%;
	z-index: 1;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#footer-02 {
	margin: 20px 0px 0px 20px;
	width:245px;
	height:100%;
	z-index: 1;

}
#footer-03 {
	margin: 20px 0px 0px 20px;
	width:245px;
	height:100%;
	z-index: 1;
}
.menutable{
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #FFFFFF;
}

/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:510px;
		height:400px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */

