html,body{
	padding:0px;
	margin:0px;
	font-size:1em;
	font-family:Tahoma, sans-serif;
}
img, a img{
	border:none;
}
html{
	background-image:url(../img/top_bg.png);
	background-repeat:no-repeat;
	background-position: top center;
	background-color:#000;
}
#beauties_link{
	position:absolute;
	top:70px;
	left:280px;
	color:transparent;
	text-decoration:none;
}
#beasts_link{
	position:absolute;
	top:190px;
	left:200px;
	color:transparent;
	text-decoration:none;
}
#bastards_link{
	position:absolute;
	top:310px;
	left:280px;
	color:transparent;
	text-decoration:none;
}
#ges{
	width:1000px;
	margin:0 auto;
	padding:0px;
}
#start_head{
	margin-top:20px;
	color:#fff;
	padding:20px;
	padding-left:0px;
	width:1000px;
}
#head{
	margin-top:20px;
	color:#fff;
	background-color:#111;
	border:1px solid #222;
	box-shadow:0px 0px 8px #333;
	padding:20px;
	height:95px;
}
#head_headline{
	font-size:2.5em;
	color:#222;
	position:relative;
}
#head_headline a{
	text-decoration:none;
	color:#222;
}
#head_headline a:hover{
	text-decoration:none;
	color:#fff;
}
#head_home{
	position:absolute;
	top:0px;
	right:20px;
	width:30px;
	height:30px;
}
#head_content{
	font-size:0.9em;
}
#head_left{
	width:320px;
	float:left;
}
#head_right{
	width:680px;
	float:left;
	position:relative;
}
#navi{
	list-style-type:none;
	padding:0px;
	margin:0px;
	font-size:1.5em;
	margin-bottom:75px;
}
#navi li{
	padding-right:35px;
	padding-left:0px;
	float:left;
}
#navi li a{
	text-decoration:none;
	color:#999;
}
#navi li a#active,#navi li a:hover{
	text-decoration:underline;
	color:#fff;
}
#content{

}
#start_text{
	margin-top:20px;
}
#start_text_left,#start_text_center,#start_text_right{
	width:320px;
	float:left;
	color:#fff;
	font-size:0.8em;
	text-align:justify;
}
#start_text_center{
	margin:0px 20px 0px 20px;
}
#start_events{
	font-size:0.8em;
	text-align:justify;
	margin-top:20px;
}
#start_events a{
	color:#fff;
	text-decoration:none;
}
#link_beauties,#link_beasts,#link_bastards{
	width:350px;
	height:100px;
	margin:0 auto;
	margin-top:10px;
	margin-bottom:10px;
	background-color:#111;
}
#link_beauties img,#link_bastards img{
	margin-left:10px;
}
#content_left,#content_right{
	float:left;
	margin-top:20px;
	color:#fff;
	background-color:#111;
	border:1px solid #222;
	box-shadow:0px 0px 8px #333;

}
#content_left{width:280px;padding:25px;}
#content_right{width:605px;margin-left:20px;padding:20px;}
#foot{
	width:1000px;
	margin:0 auto;
	margin-top:30px;
	margin-bottom:20px;
	border-top:1px solid #111;
	text-align:right;
}
#foot a{
	color:#666;
	text-decoration:none;
	font-size:0.8em;
}
#event_vids{
	width:280px;
	height:210px;
	overflow:hidden;
	position:relative;
	top:0px;
}
#event_up,#event_down{
	width:282px;
	height:25px;
	background-color:#111;
	cursor:pointer;
}
#event_up,#gallery_up{
	background-image:url("../img/up.png");
	background-repeat:no-repeat;
	background-position:center center;
}
#event_down,#gallery_down{
	background-image:url("../img/down.png");
	background-repeat:no-repeat;
	background-position:center center;
}
#event_container{
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
}
/* Gallery */
#gallery{
	position:relative;
	overflow:hidden;
	height:360px;
	width:600px;
}
#gallery_up,#gallery_down{
	width:595px;
	height:25px;
	background-color:#111;
	margin:5px;
	cursor:pointer;
}
#gallery_up{
	margin-bottom:0px;
	position:absolute;
	top:0px;
	z-index:500;
	margin-top:0px;
}
#gallery_down{
	margin-top:0px;
	position:absolute;
	bottom:0px;
	z-index:500;
	margin-bottom:0px;
}
#gallery_rows{
	height:360px;
	position:relative;
}
.gallery_row{
	padding:5px;
	width:1500px;
	height:110px;
	position:relative;
	left:0px;
	margin-left:5px;
	overflow:hidden;
}
.gal_img{
	width:85px;
	height:85px;
	margin:5px;
	background-color:#000;
	float:left;
}
.gallery_spacer{
	width:85px;
	height:110px;
	margin:5px;
}
.gal_img_head{
	height:25px;
	padding-left:5px;
	float:left;
}
.gal_img_head a{
	color:#fff;
	text-decoration:none;
}
.gal_img_head a:hover{
	color:#000;
	text-decoration:none;
	background-color:#fff;
}
.gallery_rowtoslide{
	position:relative;
}
.gal_left_slide,.gal_right_slide{
	font-size:0.7em;
	color:#fff;
	cursor:pointer;
	float:left;
	padding:2px;
}
.gal_left_slide:hover,.gal_right_slide:hover{
	background-color:#fff;
	color:#000;
}
#top_overlay{
	width:595px;
	height:120px;
	position:absolute;
	top:0px;
	left:5px;
	z-index:100;
	background-image:url("../img/top_overlay.png");
	background-repeat:repeat-x;
}
#bottom_overlay{
	width:595px;
	height:120px;
	position:absolute;
	bottom:0px;
	left:5px;
	z-index:100;
	background-image:url("../img/bottom_overlay.png");
	background-repeat:repeat-x;
}
#start_events ul{
	list-style-type:none;
	padding:0px;
	padding-right:40px;
	color:#999;
	font-size:1.2em;
}
#event_list_year{
	float:left;
}
#event_list_month{
	float:left;
}
#event_list{
	float:left;
}
input,selection,textarea{
	background-color:#444;
	border:none;
	margin:5px;
	padding:3px;
	color:#fff;
}