/* CSS for Casio G-Shock */
* {
	margin:0;
	padding:0;
}
html, body {
	height: 100%;
	background-color:#000;	
	font-family: Helvetica, Arial;
	font-size: 12px;	
}
#wrap {
	height: 100%;
}
body > #wrap {height: auto; min-height: 100%;}

#top_div{
	height:84px;
	width:100%;
	background:url(../images/topbar_bg.jpg) center repeat-x;
	margin-top: 20px;
}
#top_bg{
	height:84px;
	width:100%;
background:url(../images/head_bg.jpg) center bottom no-repeat;		
}
#top_bar{
	height:84px;
	width:981px;
	text-align:center;
	margin:0 auto;
	background:none;

}
#flash_div{
	height:286px;
	width:100%;
	margin:40px auto;
	background:#1b1b1b url(../images/flash.jpg) center top no-repeat;
	text-align:center;
}
.footer_top{
/*margin-top: 40px;*/
	height:29px;
	width:100%;
	background:#303030 url(../images/footer_bg.jpg) center top no-repeat;
	border-top: 1px solid #666666;
}
.footer_text{
	height:29px;
	width:100%;
}
.footer_content{
	width:950px;
	height:29px;
	margin:0 auto;
	text-align:center;	
}
.footer_list{
	margin-top:12px;
}
.footer_list li{
	float:left;
	color:#FFF;
	list-style:none;
	padding-left: 2px;
	padding-right: 3px;	
}
.footer_list li a{
	float:left;
	color:#FFF;
	list-style:none;
	padding-left: 2px;
	padding-right: 3px;	
	font-size:95%;
	text-decoration:none;
}
.footer_list li a:hover{
	color:#FF0000;
}
#content_left{
	margin-left:45px;
	width:282px;
	float:left;
	text-align:left;
	position:relative;	
}
#content_middle{
	margin-left:48px;
	width:282px;
	float:left;
	position:relative;
	overflow:hidden;
}
#content_right{
	margin-left:48px;
	width:282px;
	float:left;	
	position:relative;
	overflow:hidden;
}
#content{
	width:1024px;
	margin:0 auto;
	text-align:center;
}
.enter1{
	width:282px;
	height:41px;
	background:grey;
	position:absolute;
	left:-282px;
	top: 264px;
	color:#FFF;
	font-size:120%;
	font-weight:bold;
}
.enter2{
	width:282px;
	height:41px;
	background:grey;
	position:absolute;
	left:-282px;
	top: 264px;
	color:#FFF;
	font-size:120%;	
	font-weight:bold;	
}
#contact_content{
	width:344px;
	margin: 100px auto;
	color:#FFF;
	}
#contact_content_con{
	border:1px solid #868686; 
	margin:10px 0;
	padding:25px;
	background-color:#666666;
	height: auto;
	min-height:400px;
}
#gallery_content{
	width:980px;
	margin: 20px auto;
	height:auto;
	min-height: 500px;
	}
#signup_content{
	width:344px;
	margin: 100px auto;
	color:#FFF;
	}
#signup_content_con{
	border:1px solid #868686; 
	margin:10px 0;
	padding:25px;
	background-color:#666666;
	height: auto;
	min-height:200px;
}	
#terms_content{
	width:981px;
	text-align:center;
	margin:20px auto;
	color:#FFF;
	}
#entry_div{
	width:944px;
	height:807px;
	text-align:center;
	margin:20px auto;
	background:url(../images/entry.jpg);
}
#entry_content{
	float:right;
	width: 350px;
	margin: 60px 20PX 0 0 ;
	color:#FFF;	
	text-align:left;	
}
#event_div{
	width:944px;
	min-height:807px;
	height:auto;
	text-align:center;
	margin:20px auto;
}
.menu {
	padding: 0;
	list-style: none;
	margin: 23px 0 0 90px;
	float:left;
	width: 500px;
}
.menu li {
	margin: 0;
	height:43px;
	list-style: none;
	background-repeat: no-repeat;
}
.menu li a, .menu li a:visited {
	display: block;
	text-decoration: none;
	text-indent: -1000px;
	height: 43px;
	background-repeat: no-repeat;
}

	
.home a{background-image: url(../images/menu-home.jpg); width:58px;}
.home {background-image: url(../images/menu-home-over.jpg);}
#home .home a{background-image: url(../images/menu-home-over.jpg); }


.events a{background-image: url(../images/menu-events.jpg);width:68px;}
.events {background-image: url(../images/menu-events-over.jpg);}
#events .events a{background-image: url(../images/menu-events-over.jpg); }

.comp a{background-image: url(../images/menu-comp.jpg);width:111px;}
.comp {background-image: url(../images/menu-comp-over.jpg);}
#comp .comp a{background-image: url(../images/menu-comp-over.jpg); }

.gallery a{background-image: url(../images/menu-gallery.jpg);width:76px;}
.gallery {background-image: url(../images/menu-gallery-over.jpg);}
#gallery .gallery a{background-image: url(../images/menu-gallery-over.jpg); }

.sign a{background-image: url(../images/menu-sign.jpg);width:68px;}
.sign {background-image: url(../images/menu-sign-over.jpg);}
#sign .sign a{background-image: url(../images/menu-sign-over.jpg); }

ul.menu li a:hover {background: none;}
.menu li {float: left;}
.menu:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}	 


#main {padding-bottom: 80px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -80px; /* negative value of footer height */
	height: 80px;
	clear:both;} 

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */