@charset "utf-8";
body {
	background-color: #000;
	background-image: url(../images/2012bg1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin:0px;
	padding:0px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#topbar{
	background-color:#F00;
	height:22px;
	background-image: url(../images/2012bg1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

h1{
	margin:0px;
	padding:0px;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	color:#fff;
}
h2{
	margin:0px;
	padding:0px;
	font-size:13px;
}
a{
	color:#f00;
}
a:hover{
	color:#fff;
}
a:visited{
	color:#f00;
}








/*@@@@@@@@@@@@ NAVIGATION @@@@@@@@@@@@@@@@@@@*/


#navlinks{
	text-align:center;
	margin: auto;
	margin-top: 160px;
	margin-bottom: 5px;
	padding:0px 0px 0px 130px;
	width:620px;
}

#nav{
	text-align:center;
    width:620px;
	height:35px;
	margin:0px auto;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}


#nav ul{
	margin:0px;
	padding:0px;
	list-style:none;
}


#nav ul li{
	text-align:center;
	list-style:none;
	margin:0px;
	padding:0px;
	float:left;
}

#nav ul li a{
	height:35px;
	display:block;
	text-decoration:none;
	font-size:18px;
	text-align:center;
	margin: 0px 10px 0px 10px;
}
#nav ul li a:hover{
	text-decoration:none;
	border:none;
	color:#FFF;
}

#nav ul li a:visited{
	text-decoration:none;
	border:none;
	/*color:#f00;*/
}

.n1{
	width:60px;
	text-decoration:none;
}

.n2{
	width:60px;
	text-decoration:none;
}
.n3{
	width:70px;
	text-decoration:none;
}
.n4{
	width:100px;
	text-decoration:none;
}
.n5{
	width:90px;
	text-decoration:none;
}
.n6{
	width:70px;
	text-decoration:none;
}


/* hovers */


.n1:hover{
	width:60px;
}

.n2:hover{
	width:60px;
}

.n3:hover{
	width:70px;
}

.n4:hover{
	width:100px;
}

.n5:hover{
	width:90px;
}

.n6:hover{
	width:70px;
}






#wrap{
	width:100%;
	padding-top:0px;
}



#contentarea{
	width:950px;
	margin:0px auto;
	padding-left:0px;
	background-image:url(/images/monk2.jpg);
	background-position: right bottom;
	background-repeat:no-repeat;
	border-bottom: solid 1px #F00;
	border-top: solid 1px #F00;
}

#content{
	width:640px;
	margin-right:10px;
}

#contest{
	background-color:#FC2;
	color:#000;
	font-weight:bold;
	font-size:16px;
	width:640px;
	margin-right:10px;
	padding:10px 0px 10px 0px auto;
	
}



#contest a{
	text-decoration:none;
	color:#000;
}

#contentv{
	width:853px;
	margin:0px auto;
}


#updates{
	width: 300px;
	float: right;
}



#content table{
	float:left;
	text-align:center;
}

#content table img{
	border:solid 1px #f00;
	padding:1px;
}
#content table a{
	color:#FF0000;
	text-decoration:none;
}
#content table a:hover{
	text-decoration:underline;
}

/*#content p{
	line-height:155%;
}*/


.imgl{	margin-right:8px;
}

.imgr{	margin-left:8px;
}

.cast img{
	border:solid 1px #CCCCCC;
}
.cast ul{
	list-style:none;
	margin:8px 0px 0px 0px;
	padding:0px;
}
.cast li{
	margin-bottom:15px;
	padding-bottom:8px;
	border-bottom:solid 1px #CCCCCC;
}


#footer{
	margin:0px auto;
	width:950px;
	text-align:left;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/*border-top: solid 1px #f00;*/
	height:125px;
}



.clear{ clear:both;}
