@charset "utf-8";
/* CSS Document */


body{
	background:#fff;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	}
	
div, h1, h2, h3, h4, p, ul, li{
	margin:0;
	padding:0;
	color: #F00;
	}
	
.clr{
	clear:both;
	}
	
.spacer{
	padding:10px;
	}
	

/*wraaper*/

#wrapper{
	width:1002px;
	margin:0 auto;
	}
	
#wrappe_top{
	background:url(images/wrapper_top.gif) no-repeat;
	width:1002px;
	height:23px;
	}
	
#wrappe_mid{
	background:url(images/wrapper_mid.gif) repeat-y;
	width:977px;
	padding:0 12px 0 13px;
	}
	
#main_page{
	}

#header{
	}
	
.logo{
	float:right;
	margin:0 28px 0 0 ;
	}	
	
#layout{
	}
	
#content_box{
	background:url(images/content_bg.jpg) repeat-x;
	}
	
	
	
/*nav*/

#nav{
	width:500px;
	position:absolute;
	top:184px;
	margin-left:15px;
	}
	
#nav ul{
	}
	
#nav ul li{
	float:left;
	list-style:none;
	margin-right:1px;
	}
	
#nav ul li a{
	background:url(images/button.gif) no-repeat;
	width:97px;
	height:34px;
	display:block;
	color:#000;
	font-size:14px;
	font-weight:normal;
	text-decoration:none;
	text-transform:capitalize;
	text-align:center;
	line-height:2.5em;
	}
	
#nav ul li a:hover{
	background-position:0% -34px;
	color:#e85612
	}
	
#nav ul li a.active{
	background-position:0% -35px;
	color:#e85612
	}
	
	
.box{
	border-top:7px solid #000000;
	padding:20px 0 27px 15px;
	width:545px;
	float:left;
	}
	
.vedio_box{
	height:280px;
	width:535px;
	margin-bottom:20px;
	}
	
.right_image{
	float:right;
	}
	
.red_box{
	width:550px;
	height:70px;
	background:#e85612;
	float:left;
	margin:5px 0 0 0;
	}
	
#footer{
	width:380px;
	float:right;
	}
	
#footer p{
	font-size:12px;
	color:#000;
	text-align:center;
	padding-top:6px;
	}
	
#footer p a{
	color:#000;
	text-decoration:none;
	}
	
#footer p a:hover{
	text-decoration:underline;
	}

	

	
	
#wrappe_bottom{
	background:url(images/wrapper_bottom.gif) no-repeat;
	width:1002px;
	height:23px;
	}
	
	
/*events*/

#event_box{
	padding-top:40px;
	}
	
.event{
	font-size:24px;
	font-weight:normal;
	color:#385c62;
	float:left;
	text-transform:uppercase;
	}
	
.events_right-box{
	width:380px;
	float:left;
	margin-left:10px;
	}
	
.ptext{
	font-family:Arial Narrow;
	color:#385c62;
	font-size:14px;
	font-weight:normal;
	padding-bottom:20px;
	}
	
.ptext a{
	color:#385c62;
	text-decoration:underline;
	}
	
.ptext a:hover{
	text-decoration:none;
	}
	
#left_box{
	width:510px;
	float:left;
	padding:12px 0 0 40px;
	}
	
#left_box img{
	float:left;
	border:none;
	margin-right:15px;
	}
	
#image_box{
	}
	
#image_box h2{
	font-size:24px;
	color:#385c62;
	text-transform:capitalize;
	padding-bottom:10px;
	}
	
	
#image_box img {
	float:left;
	border:2px solid #385c62;
	padding:2px;
	margin-right:8px;
	margin-bottom:8px;
	}
	

	
