/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Body ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
body
{
	background-color: #663300;
	margin: 0 auto;
	margin-top: 5px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#003300;
}

a:link 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#006600;
	text-decoration:none;
}
a:visited 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#006600;
	text-decoration:none;
}
a:hover 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#000000;
	text-decoration:none;
}
a:active 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#000000;
	text-decoration:none;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  Banners ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#topBanner
{
	width: 778px;
	height: 150px;
	margin-left:25px;
	background:#663300 url(images/banner.jpg);
	background-position:top;
	background-repeat:no-repeat;
	vertical-align: bottom;
	margin: 0 auto;
}

.mainBody
{
	width: 778px;
	margin-left:25px;
	background-color:#663300;
	background-image:url(images/background.jpg);
	background-position:top;
	background-repeat:repeat-y;
	margin: 0 auto;
	overflow:hidden;
}

#bottomBanner
{
	width: 778px;
	height: 50px;
	margin-left:25px;
	margin-top:5px;
	background-color:#663300;
	background-image:url(images/bottomBack.jpg);
	background-position:top;
	background-repeat:repeat-y;
	margin: 0 auto;
	overflow:hidden;
	position:relative;
}

.bottomText
{
	width: 500px;
	height: 30px;
	position:absolute;
	left: 20px;
	top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#ffffff;
	
}
	
.bottomText a:link 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#ffffff;
	text-decoration:none;
	
}

.bottomText a:visited 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#FFFFFF;
	text-decoration:none;
}

.bottomText a:hover 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#ffffff;
	text-decoration:underline; 
}

.bottomText a:active 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#ffffff;
	text-decoration:none;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Links ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#links
{
	width:778px;
	height:25px;
	margin-left:25px;
	background: #663300 url(images/linkBack.jpg);
	background-position: top;
	background-repeat:no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#FFFFFF;
	text-decoration: none;
	text-align:left;
	overflow:hidden;
	margin: 0 auto;
}

#links a:link, #links a:visited
{
	background:#996633;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#FFFFFF;
	text-decoration: none;
	overflow:visible;
}

#links a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#663300;
	text-decoration: none;	
	overflow:visible;
}

#linksFix
{
	padding-left:15px;
	height:35px;
	width:570px;
	overflow:visible;
	position:relative;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Body ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#author
{
	width:188px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	float:right;
	overflow:visible;
	margin-right:2px;
}

#authorText
{
	width:180px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	overflow:visible;
	font-weight:bold;
}

.authorText a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#663300;
	text-decoration: none;
	font-weight:bold;
}

.authorText a:link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#006600;
	text-decoration: none;
	font-weight:bold;
}

.authorText a:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#006600;
	text-decoration: none;
	font-weight:bold;
}

#mainContent
{
	float:left;
	width: 554px;
	text-align:left;
	margin-left:15px;
	overflow:visible;
}

.newsTitle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#EEEEEE;
}

.smallTitle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#EEEEEE;
}

#BookMenu 
{
    margin: 0 auto;
	position:absolute; 
	left: 312px;
	top: 15px;
	z-index:3;
	overflow:visible;
	visibility:hidden;
}

.Menu
{    
   width:600px; 
   z-index:2; 
   font-family:Arial, Helvetica, sans-serif; 
   font-size:14px;
   text-align: left;
   visibility:hidden;
   overflow:visible;
   background-color:996633;
}
