body {
	background: url(images/bg_master.jpg) repeat-y top center #afd5ff;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

a {
	color: #C00;
	font-weight: bold;	
}

a:hover {
	color: #FFF;
	text-decoration: none;
}

a img{
	border: 0;
}

#main {
	margin: 0px auto;
	width: 796px;
	position: relative;
	display: block;
	z-index: 0;
}

#header {
	height: 193px;
}

#nav {
	height: 35px;
}

#subnav {
	background: url(images/subnav.jpg) no-repeat center;
	display: block;
	height: 37px;
	text-align: center;
}

#content {
	position: relative;
	font-size: 11px;
}

#leftcontent {
	position: relative;
	margin-left: 20px;
	margin-top: 0px;
	width: 460px;
	padding: 0px 10px 10px 15px;
	background: url(images/bg_sub.jpg) no-repeat top right;
}

#rightcontent {
	position: absolute;
	top: -13px;
	left: 504px;
	width: 272px;
	z-index: 5;
}

h1 {
	color: #FFF;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

h2 {
	color: #FFF;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
h4 {
	color: #FFF;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

hr {
	border: 0;
	color: #FFF;
	width: 90%;
	height: 1px;
	background-color: #FFF;
	text-align: center;
}

li {
	margin-left: 35px;
}

.gameanchor {
	margin: 50px 0px 25px 0px;
	font-size: 16px;
	color: #FFF;
}

#footer a{
	font-weight: bold;	
}

#footer a:hover {
	color: #C00;
	text-decoration: none;
}


#footer {
	position: relative;
	display: block;
	font-size: 9px;
	text-align: center;
	margin: 15px 0px 15px 0px;
	width: 795px;
}

#footer02 {
	position: absolute;
	z-index: 2;
	left: 615px;
}