
div.table_01 {
	display:block;
	width:1000px;
	height:495px;
}

div.col_left {
	float:left;
	width:250px;
	min-height:495px;
	margin:0;
	padding:0;
	background-color:#19344f;
	color:#fff;
	text-align:center;
}

div.col_header{
	margin:5px 0px 0px 0px;
	padding:0;
	text-transform:uppercase;
}

div.ad {
	display:block;
	margin:0;
	padding:0;
	float:left;
	width:750px;
	height:325px;
	/**background-image:url(../images/ads/ad.jpg);**/
	background-image:url(../images/ads/ad.jpg);
}

div.box_wrapper_home{
	margin:0;
	padding:0;
	display:block;
	float:left;
	width:750px;
	height:169px;
	background-image:url(../images/interface/background_center_home.jpg);
	background-repeat:repeat-y;
}

div.box_title{
	margin:0;
	background-color:#000;
	padding:3px;
	font-size:16px;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	
}

div.box-join  {
	display:inline;
	float:left;
	margin:3px 0px 0px 0px;
	padding:0;
	width:370px;
	height:167px;
	border:#000 solid 1px;

}


div.box-functions {
	display:inline;
	float:right;
	margin:3px 0px 0px 0px;
	padding:0;
	float:right;
	width:370px;
	height:167px;
	border:#000 solid 1px;

}

div.button {
	margin:0px;
	padding:0px;
	background-image:url(../images/interface/button.png);
	background-repeat:no-repeat;
	position:relative;
	z-index:100;
	width:173px;
	height:30px;
}

div.button a:link, div.button a:active, div.button a:visited{
	position:absolute;
	left:50%;
	margin-left:-80px;
	top:5px;
	width:173px;
	color:#fff;
	text-transform:capitalize;
	text-decoration:none;
	font-size:14px;
	font-style:italic;
	font-weight:bold;
}

div.button a:hover {
	color:#ff0;
	position:absolute;
	left:50%;
	margin-left:-78px;
	top:6px;
	color:#ff0;
}

div.button#event_button {
	text-indent:4px;
	position:relative;
	top:265px;
	left:550px;	
}

div.button#vip_button {
	text-indent:40px;
	position:relative;
	top:5px;
	left:100px;	
}

div.button#function_button {
	text-indent:40px;
	position:relative;
	top:5px;
	right:-100px;	
}

