/*-----------General Page Styles--------*/
body {
	background-color: #000000;
	margin:0;
	padding:0;
}
.subtitle{
font-size:15px;
font-weight:bold;
}
.split{
	height:2px;
	background-color: #D08E2B;
	color: #9B6920;
}

/*------------Content Body Style---------*/
#content_top{
	height:59px;
	margin:0;
	color:#FCF796;
	text-align:left;
	font-size:24px;
	font-family:Georgia, Palatino Linotype, Times New Roman, serif;
	font-style:oblique;
	font-weight:bold;
	background-image: url(images/body_top.jpg);
	background-repeat: no-repeat;	
}
#title {
	position:relative;
	left:130px;
	top:4px;
	width:400px;
}
#main_title{
	color:#FCF796;
	text-align:center;
	font-size:16px;
	font-family:Georgia, Palatino Linotype, Times New Roman, serif;
	font-style:oblique;
	font-weight:bold;	
}
#content_bottom{
	margin:0 auto;
	padding:0;
	background-image: url(images/body_bot.jpg);
	background-repeat: no-repeat;
	
}
#content_mid{
	color:#422100;
	margin:0;
	text-align:justify;
	background-image: url(images/body_mid.jpg);
	background-repeat:repeat-y;
	padding: 8px 45px 10px 35px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#content_mid a{
	color:#A06D21;
}

/*--------------Left Menu Style----------*/
#menu_top{
	margin:0 auto;
	padding:0;
	background-image: url(images/menu_top.jpg);
	background-repeat: no-repeat;
}
#menu_mid ul{
	padding:0;
	margin:0;	
	text-align:center;
}
#menu_mid li{
	background-image: url(images/menu_mid.jpg);
	height:23px;
	text-align:center;
	list-style:none;
}
#menu_mid a{
	color:#4A330F;
	text-decoration:none;
	font-family: Book Antiqua, Verdana, Geneva, Arial;
	font-size: 13px;
	text-align:center;
}
#menu_mid a:hover{
	color:#9b6920;
}

/*-----------------Footer Style----------*/
#footer{
	color:#FCF796;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	text-align:center;
	font-size: 12px;
}
#ftr {
	padding-top:10px;
	}

