body {

 background: url(images/bg.gif) repeat-x;

 
    font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
   }

#container {
	margin: 0px auto;
	text-align: left;
	width: 968px;
	
}

 #content{
 width: 968px;
}

#left{	
	width:166px;
	padding-top:5px;
	padding-left:5px;
	line-height:18px;
	float:left;	
}

#middle{
	margin: 0px auto;
	padding-top:5px;
	width:610px;
}


#right{	
	width:166px;	
	padding-top:5px;
	float:right;
	padding-right:5px;	
	line-height:18px;
}

#left2{	
	width:336px;
	float:left;	
}

#right2{	
	width:620px;
	float:right;	
}

#pre_left{	
	width:300px;
	float:left;	
}

#pre_right{	
	width:300px;
	float:right;	
}

#top_left{	
	width:200px;
	float:left;	
}

#top_center{
    text-align: center;
	margin: 0px auto;
	padding-top:15px;
}

#top_right{	
	width:730px;
	padding-top:15px;
	float:right;
	}

#menu {
    height:33px;
	background: url(images/menu.gif) repeat-x;	
	margin-bottom: 5px;
}

#menu ul{ }

#menu li{
	float:left;
	border-right: 1px solid #FFFFFF;
	display:inline;
}

#menu ul li a{
    padding-left:10px;
	padding-right:10px;
	line-height:33px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	float:left;
}

#menu ul li a:hover{
    background-color:#6699CC;
	text-decoration:none;	
}

.gamebox {
height: 150px;
width: 100px;
float: left;
left: 20px;
margin: 0 20px 0 0;
position: relative;
}

.gameicon {
top: 10px;
height: 100px;
width: 100px;
left: 0px;
position: absolute;
}

.gametitle {
position: absolute;
left: 0px;
top: 115px;
}

.gamebox2 {
height: 75px;
width: 75px;
float: left;
left: 5px;
margin: 0 5px 5px 0;
position: relative;
}

.gameicon2 {
height: 75px;
width: 75px;
float: left;
position: absolute;
}

.gametitle2 {
position: absolute;
left: 0px;
top: 115px;
}

h1{
	color:#1A5FAD;
	font-size:16px;
	font-weight:bold;
    text-indent:10px;
	margin: 0px;
}

h2{
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
    text-indent:5px;
	margin: 0px;
}

h3{
    color: #FFFFFF;
    font-size: 13px;
	font-weight: bold;
	text-indent:5px;
	margin: 0px;
}

.side_box_title {
	width:166px;
	height:20px;
    background-color: #FF3C3C;
    border: 1px solid #FF3C3C;
    color: #FFFFFF;
    font-size: 13px;
	font-weight: bold;
	text-indent:5px;
	padding-top: 2px;
}

.side_box {   
	width:166px;
	background-color: #FFFFFF;
	border-style:solid;
	border-color:#FFFFFF;
	border-width:1px 1px 1px 1px;
	margin-top: 1px;
	margin-bottom: 5px;
	text-align: left;
}

.pagenum { 
text-align : center;
width:600px;
margin-bottom : 30px;
float: left;
} 

.middle_box_title {
	width:610px;
	height:20px;
    background-color: #FF3C3C;
    border: 1px solid #FF3C3C;
    color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;	
	padding-top: 2px;
	text-indent:5px;	
	float: left;
}

.middle_box {   
	width:610px;
	background-color: #FFFFFF;
	border-style:solid;
	border-color:#FFFFFF;
	border-width:1px 1px 1px 1px;
	margin-top: 1px;
	margin-bottom: 5px;
	text-align: left;
}

.left2_title {
	width:336px;
	height:20px;
    background-color: #FF3C3C;
    color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	padding-top: 2px;
	text-indent:5px;	
	float: left;
}

.left2_box {   
	width:336px;
	background-color: #FFFFFF;
	text-align: left;
}

.right2_title {
	width:620px;
	height:20px;
    background-color: #1A5FAD;
    color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;	
	padding-top: 2px;
	text-indent:5px;	
	float: right;
}

.right2_box {   
	width:620px;
	background-color: #FFFFFF;	
	text-align: center;
}






.align_center{
      text-align: center;

}


a:link {color: #1A5FAD; text-decoration: none;}
a:visited {color: #1A5FAD; text-decoration: none;}
a:hover {color: #1A5FAD; text-decoration: underline;}
a:active {color: #1A5FAD; text-decoration: none;}

.clear{
		clear:both;
		width:0;
		height:0;
	}	
