/* CSS Document */

<style type="text/css">


body 
{
	text-align: center;
}
  
  
/* ---------------------- Containers --------------------------- */  
  
#container
{
	margin-left: auto;
	margin-right: auto;
	width: 740px;
	text-align: left;
	background: #ffffff;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}
#container img {
	display: block;
}
#image_banner {
	clear: both;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#adsense {
  clear: left;
  margin-left: 5px;
  margin-right: 5px;
}
#headerdiv {
  clear: left;
  margin: 5px;
}
#leftcol {
  float: left;
  padding: 5px;
  width: 180px;
}
#content {
	float: left;
	width: 505px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#footer {
  clear: both;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

/* ---------------------- Text Attributes --------------------------- */  

#titletext {
  font-size: 35px;
  text-align: center;
  padding: 3px;
  color: #6D4E31;
}
#headingtext {
  font-size: 14px;
  text-align: center;
  padding: 4px;
  color: #F6F1D2;
  background-color: #5C302E; 
}
#navtext {
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 10px;
	font-size: 16px;
	text-align: left;
}
h2 {
	font-size: 22px;
	color: #563B1F;
}
LI {
	font-size: 16px;
	color: #5C5555;
	text-align: justify;
}
#storytitle {
  font-size: 18px;
  color: #563B1F;
}
p {
	font-size: 16px;
	color: #5C5555;
	text-align: justify;
}
#opt_category {
	font-size: 14px;
	color: #322F2F;
	text-align: justify;
}
#opt_sections {
	font-size: 14px;
	color: #7A6E6E;
	text-align: justify;
}
#opt_text {
	font-size: 12px;
	color: #322F2F;
	text-align: center;
}

/* ---------------------- Image Attributes --------------------------- */  

img.quadimage
{
	display: block;
	border: 1px solid #666;
	padding: 2px;
}
img.floatimageleft
 {
 	float: left;
	margin: 5px 5px 5px 0;
	border: 1px solid #666;
	padding: 2px;
	text-align: center;
}
img.stdimage
{
	margin: 5px 0 5px 0;
	border: 1px solid #666;
	padding: 2px;
}
img.divider
{
	margin: 5px 0 5px 0;
}

/* ---------------------- Link Attributes --------------------------- */  

A:link {
	text-decoration: underline;
	color: #000000;
	font-size: 14px;
}
A:visited {
	text-decoration: underline;
	color: #000000;
	font-size: 14px;
}
A:active {
	text-decoration: underline;
	color: #000000;
	font-size: 14px;
}
A:hover {
	text-decoration: underline;
	color: #8E3D20;
	font-size: 14px;
}

/* ---------------------- Body Attributes --------------------------- */  

body {
	background-color: #2A3155;
}

</style>
