body{
	font-family: Arial;
	font-size: 12px;
	
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	text-align: center;
	background-image: url(../images/tile.gif);
}

a{
	color: white;
	text-decoration: none;
}

p{
	margin: 0px;
	padding: 0px;
}

#page{	
	color: silver;
	width: 100%;
	min-height: 115px;
	@height: 115px;
	margin: auto;
	background-image: url(../images/horny_fade.png);
	background-repeat: repeat-x;
}

.cont{
	width: 996px;
	margin: auto;
}

#header{
	width: 996px;
	height: 82px;
	margin: auto;
	float: left;
	
}

#left_side{
	width: 158px;
	height: 868px;
	float: left;
	background-image: url(../images/left_side.png);
}

#content{
	width: 609px;
	float: left;
}

#window_top{
	width: 609px;
	height: 7px;
	font-size: 7px;
	float: left;
	background-image: url(../images/top_window.jpg);
}


#window{
	width: 609px;
	height: 786px;
	float: left;
	background-image: url(../images/center_window.jpg);
	overflow: auto;
}

#window_bottom{
	width: 609px;
	height: 7px;
	font-size: 7px;
	float: left;
	background-image: url(../images/down_window.jpg);
}

#bottom{
	width: 838px;
	height: 62px;
	float: left;
	background-image: url(../images/down_side.png);
	background-repeat: no-repeat;
}

#right_side{
	width: 173px;
	height: 800px;
	float: left;
	
	background-image: url(../images/right_fade.png);
	background-repeat: repeat-y; 
}

#info_top{
	width: 173px;
	height: 116px;
	float:left;
	background-image: url(../images/info.png);
	
}

#info{
	width: 169px;
	float: left;
	background-image: url(../images/info_scale.png);
	background-repeat: y-repeat;
}

.information{
	float: left;
	margin: 0 10px 15px 10px;
	border-bottom: 1px solid silver;
	padding-bottom: 5px;
	width: 144px;
	text-align: left;
	font-size: 11px;
}


.information h2{
	padding: 0;
	margin: 0 0 15px 0;
	color: #F38013;
	font-size: 14px;
	font-weight: bold;
}

.information h3{
	padding: 0;
	margin: 0 0 15px 0;
	color: #F3FDB9;
	font-size: 12px;
	font-weight: bold;
}
#info_bottom{
	width: 173px;
	height: 17px;
	float: left;	
	background-image: url(../images/info_down.png);
	background-repeat: no-repeat;
}

.event{
	width: 587px;
	
	height: 181px;
	float: left;
	margin: 0 0 5px 11px;
	background-color: #2B2B2B;
	text-align: left;
	font-size: 11px;
	overflow: hidden;
}

.event .image{
	min-width: 203px;
	min-height: 171px;
	@width: 203px;
	@height: 171px;
	margin: 5px 8px 5px 5px;
	float: left;
	text-align: center;
}

.event h2{
	font-size: 26px;
	color: White;
	margin: 5px 0 5px 5px;
	padding: 0;
}

.event h3{
	color: #919191;
	font-size: 18px;
	margin: 0 0 27px 5px;
	padding: 0;
}


#main_menu{
	width: 609px;
	float: left;
	margin-top: 6px;
	
}

#main_menu ul{
	width: 609px;
	padding: 0px;
	margin: auto;	
	text-align: center;
}

#main_menu ul li{
	list-style: none;
	display: inline;
	margin-left: 22px;
}

#main_menu ul li span{
	color: #F38013;
	font-weight: bold;
}

#main_menu ul li a{
	color: black;
	font-weight: bold;
}

.paging{
	width: 587px;
	margin-left: 11px;
	float: left;
}

#paging_top{
	
	padding-bottom: 2px;
	border-bottom: 1px solid Silver;
	margin-bottom: 5px;
}

#paging_bottom{
	padding-top: 2px;
	border-top: 1px solid Silver;
	
}

.paging a{
	
	
	border-right: 1px solid #F38013;
}

.eventmax{
	width: 570px;
	text-align: left; padding: 10px;
	float: left;
}

.eventmax h2{
	font-size: 26px;
	color: White;
	margin: 5px 0 5px 5px;
	padding: 0;
}

.eventmax h3{
	color: #919191;
	font-size: 18px;
	margin: 0 0 27px 5px;
	padding: 0;
}

.eventmax .image{
	width: 100%;
	float: left;
	text-align: center;
}
