body  /* indicates defaults for entire site - whatever is not defined will pull from here */
 {
   color: #333333;
   font-family: myriad, arial, helvetica, verdana, geneva;
   font-size: 12px;
   background-color: #a48149;
	 margin:0;
	}

#sitedescription  {display: none;}	

/* All anchor definitions here - anchor styles need to be kept separate from font styles e.g. must have link/hover/visited/active defined  */

a:link, a:visited, a:active {color: #98060c; text-decoration: none;}
a:hover {color: #333333; text-decoration: underline;}

h1 {margin:0; color:#98060c;}
h2 {margin:0; color:#a48149;}
h3 {margin:0;}

#anchor {background:url(images/bg_anchor.gif) repeat-x; width:100%; font-size:11px; text-transform:uppercase; color:#ffffff; height:31px; padding-top:5px; font-weight:bold;}
#anchor a {color:#ffffff; text-decoration:none; }
#anchor a:hover {text-decoration:underline; }


.body {background:url(images/bg_body.gif) repeat-y; width:1000px; }
.header {background:#bd080f; border:solid 1px #ffffff; width:982px; text-align:left; padding-top:10px; padding-bottom:10px; }

#navigation { width: 235px; text-align: center; font-size: 18px; text-transform:uppercase; background: #e5de50; }
#navigation ul { list-style: none; margin: 0; padding: 0;}
#navigation li { border-bottom: 1px solid #ffffff; }
#navigation li a:link, #navigation li a:visited { display: block; padding: 7px 2px 7px 5px; color: #98060c; text-decoration: none; }
#navigation li a:hover {background-color: #e5e2a4; }

.ad_left {width:180px; height:200px;}
.ad_bottom {width:468px; height:60px; text-align:center;}

.foot {background:#bd080f; border-top:solid 1px #ffffff; border-bottom:solid 1px #ffffff; font-size:10px; padding:6px; color: #ffffff;}
.foot a {color:#ffffff; text-decoration:none; }
.foot a:hover {text-decoration:underline; }