@charset "UTF-8";
/* CSS Document */
body{
	margin:0;
	background-color:#D2AC6F;
}
#wrapper{
	width:850px;
	margin: 0 auto;
	padding:0;
}
#wrapper2{
	width:100%;
	border:1px solid #FFFFFF;
	float:right;	
}
#header{
	width:100%;
	margin-top:0px;
	height:160px;
	background-image:url(../navimages/logo.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}
#toprightnav{
	float:right;
	text-align:right;
	width:100%;
}
#menu{
	margin-top:0px;
}
ul.mainNav {
	margin:129px 0px 0px 0px;
	padding-left: 0px;
	float: left;
	width: 100%;
	border-bottom: 1px solid #FFFFFF;
}
.mainNav li {
	list-style: none;
	float: right;
	background: #7F5040 url(../css/left_sideh.jpg) no-repeat left top;
	margin-right:  0px;
}
.mainNav a {
	display: block;
	padding: 7px 15px 4px 15px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	font-size: medium;
}
.mainNav a:hover {
	color:#FFF;
	background: #D2AC6F url(../css/left_side.jpg) no-repeat left top;
	text-decoration:none;
}
ul.mainNav2 {
	margin: 100px 0px 0px 0px;
	padding: 0px;
	float: left;
	width: 100%;
}
.mainNav2 li {
	list-style: none;
	border-bottom: 1px solid #FFFFFF;
	float: right;
	background: #663300 url(../css/right_side.jpg) no-repeat right top;
	margin-right:  0px;
}
.mainNav2 a {
	display: block;
	padding: 7px 15px 4px 15px;
	background: url(../css/left_side.jpg) no-repeat left top;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	font-size: medium;
}
.mainNav2 a:hover {
	color:#FFF;
	background: #499301 url(../css/left_sideh.jpg) no-repeat left top;
	text-decoration:none;
}
/*Google Ads*/
#google{
	float:right;
	width:163px;
	height:610px;
	margin:0 0 0 0;
}
#leftbar{
	float:left;
	width:180px;
	text-align:center;
}

#content{
	margin-top:0px;
	margin-left:180px;
	background-color:#FFFFFF;
	padding:4px;
	width:497px;
	border-right:1px solid #666;
	border-left:1px solid #666;
}
*html #content{
	width:490px;
}
#footer{
	width:100%;
	float:left;
	text-align:center;
}
/*index*/
.storytitle{
	width:100%;
	font-family:"Times New Roman", Times, serif;
	font-size:large;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	background-color:#1A468C;
}
#lowerads{
	clear:left;
	float:left; 
}