@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;
}

img {
	border:0px; 
}

#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: #cc3333;
}
#pagecontent {
    margin: 10px 10px 0px 230px;
	padding: 0;
} 
#footer {
	width:750px;
	height:120px;
	background-color: #ffffff;
	background-image: url(../images/page_base_00.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 {
    margin: 20px 0px 0px 10px;
	width:200px;
	height:100px;
	z-index: 1;
}
#footer-02 {
	margin: 20px 0px 0px 20px;
	width:245px;
	height:100px;
	z-index: 1;

}
#footer-03 {
	margin: 20px 0px 0px 20px;
	width:245px;
	height:100px;
	z-index: 1;
}
.menutable{
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #FFFFFF;
}

