@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
#header {
	background-image: url(../images/header_bg.gif);
	height: 250px;
	width: 100%;
}
#header #headerbox {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 250px;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}

#apj {
	width: 100%;
	overflow:hidden;
	background-image: url(../images/content_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #101a95;
	padding-bottom: 20px;
}
#apj #navigation {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}

#apj #content {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#apj   #content   #leftpanel  {
	width: 310px;
	padding-left: 22px;
	float: left;
	line-height: 1.6em;
}
#apj #content #leftpanel #leftpanelbox {
	background-color: #0a1059;
	background-image: url(../images/leftpanel_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	width: 310px;
	padding-bottom: 20px;
}

#apj  #content  #rightpanel  {
	width: 642px;
	float: right;
	padding-right: 25px;
}
#apj #content #rightpanel #gameinfobox {
	background-image: url(../images/sub_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #0a1059;
	padding: 10px;
	width: 615px;
}
#footer {
	background-image: url(../images/footer_bg_tile.gif);
	background-repeat: repeat-x;
	height: 92px;
	width: 100%;
}
#footer #footerbox {
	background-image: url(../images/footer_bg.jpg);
	height: 92px;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	line-height: 1.7em;
}
#footer #footerbox a:link {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
#footer  #footerbox  a:visited {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
#footer  #footerbox  a:hover {
	font-weight: bold;
	color: #F41B12;
	text-decoration: none;
}


.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
}
#apj #content #rightpanel #gameinfobox a {
	color: #FFFFFF;
	text-decoration: underline;
}
