/* CSS Document */
body {
  text-align: center;
  background-image:url(/images/DirtBackground.jpg);
  margin: 0px; 
}
#container {
  background: url(/images/pgBg.gif) repeat;
  text-align: left;
  width: 800px;
  font-family:"Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
  margin: 0px auto 0px auto; 
   color:#330000;
 }
#header
{
 margin-top: 0px; 
  margin-left: 0px;
  margin-right: auto; 
  margin-bottom: 0px; 
  height:313px;
  display:block;
}
#nav
{
	margin:0px; 
	padding-top:10px;
	display:block;
	text-align:center;

}
#left_col{
	position:relative;
	width:395px;
	padding:10px;
	float:left;
}
#right_col{
	position:relative;
	margin-left:410px;
	height: 1% /* Holly hack for Peekaboo Bug */
}

#footer{
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	background-color:#FF0000;
	color:#FFFFFF;
	font-size:9px;
	width:798px;
	padding-left:3px;
	padding-right:3px;
	padding-top:5px;
	padding-bottom:5px;
	height:25px;
	margin-top: 0px; 
  	margin-left: auto;
  	margin-right: auto; 
	clear:both;
}

a:link, a:visited {
	font-weight: bold;
	color: #cc3300;
	text-decoration: none;
	
}
a:hover, a:active  {
	font-weight: bold;
	color: #cc3300;
	text-decoration: underline;
}

h1{
	font-size:18px;
	font-weight:bold;
	color:#990000;
	border-bottom: 1px solid #990000;
	margin-bottom:0px;
}
h2{
	font-size:16px;
	font-weight:bold;
	color:#0033FF;
	margin-bottom:px;
}
h3{
	font-size:14px;
	font-weight:bold;
	color:#0033FF;
	margin-top:10px;
	border-bottom: 1px solid #0033FF;
}

#featured{
	background-color:#F7EBCD;
	margin:5px;
	padding:5px;
	clear:none;
	display:block;
}
#featured2{
    background-image:url(/images/divBG2.gif);
	background-repeat: repeat-y;
	margin:0px 5px 5px 5px;
	padding:5px 5px 5px 14px;
	clear:none;
	display:block;
}
#ftrd2head{
    background-image:url(/images/divBG2-head.gif);
	background-position:top left;
	background-repeat: no-repeat;
	display:block;
	height:14px;
	margin:0px 5px 0px 5px;
}
#featured p{
	display:inline-block;
}

dl
{
	font-size:10px;
}
dt
{
	font-weight:bold;
	color:#330000;
	font-size:11px;
}
dd
{
	font-weight:normal;
	color:#663300;
	font-size:10px;
}

#ftRight{
	float:right;
	text-align:right;
}
#ftLeft{
	float:left;
	text-align:left;
}
