a:link {color:#358fc8; text-decoration:none;}     
a:hover {color:#358fc8; text-decoration:none;} 
a:visited {color:#358fc8; text-decoration:none;}     

body,h1,h2,h3,p,quote,small,form,input,ul,li,ol,label{

	margin:0;
	padding:0;
}

body {
	background-color: #080808;
	background-image: url(bcg.jpg);
	background-repeat: repeat-x;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	color: #CCCCCC;
	font-size: 13px;
	text-shadow:0 1px black;
	
	}
	

#logo {
	position:relative;
	z-index:3;
	height:930px;
	width: 960px ;
	top:8px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(logo.png);
	background-repeat:no-repeat;
}
#container {
	position:absolute;
	z-index:5;
	height: auto;
	width: 690px;
	top:489px;
}
		#main_top{
		height: 15px;
		width: 690px;
		background-image: url(main_top.png);
		background-repeat:no-repeat;
		}
		
		#main_mid{
		height: 400px;
		width: 690px;
		background-image: url(main_mid.png);
		background-repeat:repeat-y;
		}
		
		#main_bottom{
		height: 17px;
		width: 690px;
		background-image: url(main_bottom.png);
		background-repeat:no-repeat;
		}
		


#navigation {
font-size: 13px;
position:static;
z-index:4;
height: 20px;
width: 380px;
margin-top: 80px;
margin-right: 30px;
margin-left: auto;
margin-bottom: 2px;

}

#back {
position:absolute;
height:1008px;
width:1081px;
z-index:1;
background-image: url(bcg.png);
background-repeat: no-repeat;
top:0px;
margin-left: auto;
margin-right: auto;
}

#stage{

	height:280px;
	position:relative;
	left:210px;
	top:10px;
	width:400px;
}

#area1{
	height: 490px;
	width: 650px;
	z-index:12;
	position: absolute;
	left: 20px;
	top: 380px;
	text-align:left;
	}

#area2{

	height: 270px;
	width: 230px;
	position: absolute;
	left: 710px;
	top: 380px;

	}
	
#footer{
height: 20px;
width: 60px;
position: fixed;
background-image: url(an.png);
z-index: 2;
right: 30px;
bottom: 0px;
float:bottom;

}

input
{
color: #959595;
background: #292929;
background-image: url(form_bck.jpg);
border: 1px solid #292929;
}

textarea {
color: #959595;
background: #292929;
background-image: url(form2_bck.jpg);
border: 1px solid #292929;
}

strong {
color:#358fc8;
text-shadow:0 1px black;

}


.img  img {
	border: 1px solid #1e2323;
	padding: 4px;
	
	}

.img  	{
	border: 1px solid #1e2323;
	padding: 4px;
	
	}

.dot{

	float:left;
	height:25px;
	width:25px;
}

.dot.active{
	
	background:url(dot.png) no-repeat center center;
}

.clear{
	
	clear:both;
}


.menuUL li{

	display:inline;
}

.menuUL li a,.menuUL li a:visited{
	
	
	float:left;
	font-weight:bold;
	background:url(button_bg.jpg) repeat-x center bottom #1c1c1c;
	display:block;
	border:1px solid #323232;
	color:#FFFFFF;
	border-top-color:#323232;
	padding:4px 6px;
	margin:4px 5px;
	height:16px;
	-moz-box-shadow:0 0 2px black;
	-webkit-box-shadow:0 0 2px black;
	box-shadow:0 0 2px black;
	text-shadow:0 1px black;
}

.menuUL li a:hover{
	background-position:center top;
	text-decoration:none;
}


