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


body,html{

padding:0;
margin:0;
font-family: "Trebuchet MS";
color: #333333;
font-size:12px;
background-color:#B7B79E;

}

#container{
width:800px;
margin:0 auto;

}

a{
font:Verdana, Arial, Helvetica, sans-serif;
color: #fff;
font-weight:bold;
}

.style1 {color: #FFFFFF}

	#header{
		background: url(../images/header-1.jpg) no-repeat;
		width:800px;
		height:430px;
	}
	
		#header-admin{
		background: url(../images/header-2.jpg) no-repeat;
		width:800px;
		height:257px;
	}
	#wrapper{
		width:800px;
		background:url(../images/bg.png) repeat;
		background-color:#FFFFFF;
		height:auto;
		margin:0 auto;
	}
		.menunav{
			float:right;
			width:100%;
			background:#7A0807; 
		}
		
	#middle-content{
	clear:both;
	
	width: 800px;
	min-height: 628px;
	height:auto;
	}
	
			#content-left{
		
			float:left;
			width:520px;
			padding:10px;
			
			}
			
			#content-right{
			float:right;
			width:350px;
			padding-top:10px;
		
			}	
			
				#news{
				background:url(../images/events-bg.png) no-repeat;
				width:338px;
				height:257px;
				}	
				
					.events-title{
						 color:#000;
						 font-weight:bold; 
						 text-align:center;
						 padding-top:60px;
						 font-size:16px;
					}
					
					.events-data{ margin-left:40px;
					}
					.events-view-all{
					float:right;padding:20px;
					}
					
					
/*NEWS ARTICLE*/

#article{
background-color:#999999;
width:525px auto;
height:68px auto;
}

/*---------------------------------------*/


.latest_news{
	clear:both;
	width:850px;
	height:170px;
	padding:10px;
	border:1px solid;
	background:#f9ace0;
	border:3px solid #fa61c9;
	margin:0 auto;

}

/*----------------------------------------*/
#faq{
width:300px;
height:30px;
float:left;
margin-left:25px;
}
	#cont
	{
	width:850px;
	height:100px;
	float:left;
	margin-left:25px;
	margin-top:10px;
	padding:10px;
	}
	#q
	{
	width:800px;
	height:20px;
	}
	
	#ans
	{
	width:700px;
	height:80px;
	margin-top:20px;
	margin-left:30px;
	}

/*events*/

#events{
float:left; 
padding:10px;
margin-bottom:10px;
width:520px;
clear:both;
background:#f9ace0;
border:3px solid #fa61c9;
}
	#event-img{
		float:left;
		padding:5px;
		width:120px;
		height:100px;
		background:#fff;
		border:3px solid #fa61c9;
	}
	
	#event-content{
	float:right;
	padding:10px;
	width:340px;
	}
	
	#event-date{
	float:left;
	width:170px;
	height:20;
	}
	
	#event-time{
	float:right;
	width:160px;
	height:40;
	}
	
	#event-description{
	float:left;
	width:340px;
	height:40;
	padding-top:5px;
	}
