body {
	margin: 0;
	padding: 0 ;
	background: #BC3673 url(img/site_bg.gif) repeat center top;
}
#popbox {
	POSITION:absolute;VISIBILITY:hidden;Z-INDEX:200;
}
body , table, td {
	color: #660033;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	color: #660033;
	text-decoration: none;	
}
a:hover {
	text-decoration: underline;
}


.container {
	background: url(img/header_bg.jpg) repeat-x top center ;
	padding: 10px 0 0 0;
}
.header {
	background: #990033;
}
.headerright {
	background: url(img/header_rightbg.jpg) no-repeat top left #0A81BE;
}
.menu {
	background: url(img/menu_bg.gif) repeat-x #FFB600;
}
.menu div {
	background: url(img/menu_rightbg.gif) no-repeat top right;
	height: 28px;
}


.gamestable {
	padding: 0;
	margin: 4px 0 0 0 ;
}
.gamestable td {
	text-align: center;
}



.gbox1 , .gbox2 , .gbox3 , .gbox4 {
	margin : 0 0 5px 0;
}

.gbox1 td{
	background-color: #FF6699;
}

.gbox2 td{
	background-color: #FF66CC;
}

.gbox3 td{
	background-color: #FDAC6A;
}

.gbox4  td{
	background-color: #FFE27E;
}








td.boxh {
	height: 29px;
	background: url(img/box_header.gif) no-repeat top left transparent;
}
.boxh h1{
	font-size: 12px;
	color: #660033;
	font-weight: bold;
	text-align: left;
	margin : 0;
	padding: 2px 5px 0 8px;
}
.boxb {
	background: url(img/box_bottom.gif) no-repeat top left;
	height: 9px;
	display: block;
}
td.boxc {
	margin: 0;
	padding: 3px 5px 0 8px;
	text-align: left;
	background-image: url(img/box_bg.gif) ;
	background-repeat: repeat-y top left;
}



.ads {
	margin : 1px 0 5px 0;
}
.ads td {
	background: #E2488E;
}
.ads td.edge {
	background: transparent;
}
.ads td.top {
	background-image: url(img/ads_border.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 4px;
}
.ads td.bottom {
	background-image: url(img/ads_border.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	font-size: 4px;
}
.ads td.left {
	border-left: 1px solid #FF99B8;
}
.ads td.right {
	border-right: 1px solid #FF99B8;
}

