@charset "utf-8";
/* CSS Document */
body {
margin: 0 0 0 0;
background-color:#333333;
}

.nav {
height: 79px;
margin-top: 9px;
}

.header {
background-image:url(../images/header.jpg);
background-repeat:no-repeat;
margin-left: auto;
margin-right: auto;
width: 1024px;
height:218px;
position: relative;
}

.page_top {

background-image:url(../images/bg_page_top.jpg);
width: 100%;
height: 98px;
background-repeat:repeat-x;
}

.page_body {
background:url(../images/bg_page_body.jpg) repeat-y;
width: 1024px;
height: 100%;
margin-left: auto;
margin-right: auto;
background-repeat: repeat-y;
position:relative;
margin-top: 209px;
}

.homemain_content {
width: 346px;
height: 431px;
background:url(../images/main_body_box.jpg);
padding: 50px 15px 0 15px;
color:white;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height: 13px


}

.eliteclubs {
background:url(../images/eliteclubinfo.jpg) no-repeat;
width: 192px;
height: 436px;
padding: 45px 0 0 7px;

}

.footer{
font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
color: white;
text-align:center;
background:#000000;
margin-left: auto;
margin-right: auto;

}

.white11 {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color: white;
}

.white12 {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color: white;
}

.black11 {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color: black;
}

.black12bold {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color: black;
font-weight: bold;
}

.white16 {
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
color: white;
font-weight: bold;
}

.gold14 {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color: #FFCC33;
font-weight: bold;
}

.darkblue14 {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color: #000099;
font-weight: bold;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFCC;
}
a:hover {
	text-decoration: none;
	color: #FFFF99;
	text-decoration: underline overline ;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
