body {
	margin:0px;
	padding:0px;
	font-family:verdana, arial, helvetica, sans-serif;
	color:#200F08;
	background: #E7D6B5 url(/images/rackhamBKG.gif) repeat fixed; width:100%;
	}

h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:28px;
	line-height:28px;
	font-weight:900;
	color:#ccc;
	}
p {
	font:11px/20px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px;
	}

a {
	color:#200F08;
	font-size:11px;
	text-decoration:none;
	font-weight:600;
	font-family:verdana, arial, helvetica, sans-serif;
	}
a:link {color:#200F08;}
a:visited {color:#F93310;}
a:hover {background-color:#CCCC99;}
#Header {
	/*width: 90%; bottom:2px; padding: 0px; margin: 0px auto ;border: 0px;*/ 
	margin:10px 0px 10px 0px;
	
	padding:17px 0px 0px 20px;
	/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths]*/ 
	height:119px; /* 14px + 17px + 2px = 33px */
	border-style:solid;
	border-color:black;
	border-width:0px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
	line-height:15px;
	/*background-color:#FA2819;*/

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. 

.header
{
top: 2px;
padding-bottom: 15px;
position: fixed;
}*/
	voice-family: "\"}\"";
	voice-family:inherit;
	height:100px; /* the correct height */
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#Header {height:100px;}
div.row {width: 98%; background-color: transparent;
border: 0px solid transparent; padding: 0px; margin: 0px auto;}
div.row span.left {
  float: left;
  text-align: left;
   width: 49%;
  }

div.row span.right {
  float: right;
  text-align: right;
  width: 49%;
  }

#Content {
	/*top: 80px;
    left: 200px;
	position: absolute;
	height:80%;width:85%;*/
	margin:50px 50px 50px 250px;
	padding:5px;
	background: transparent url(/images/dots-bg.gif) no-repeat; 
	border: solid #200F08;
		}
#Menu {
	position:absolute;
	top:150px;
	left:20px;
	width:200px;
	padding:10px;
	background-color:#FFBE9A;
	border:1px dashed #F93310;
	line-height:17px;
/* Again, the ugly brilliant hack. .menu
{
top: 17px;
position: static;
padding-right: 20px;
left: 5px;
}*/
	voice-family: "\"}\"";
	voice-family:inherit;
	width:178px;
	}
/* Again, "be nice to Opera 5". position: absolute;position: absolute;*/
body>#Menu {width:178px;}
.leftcontent {
		width:49%;
		background:#ffaa93 ;
		border:2px solid #fa2819;
		font-size:10px;
		padding:5px;
		margin-right:10px;
}

.rightcontent {
		width:49%;
		background:#ffaa93 ;
		border:2px solid #fa2819;
		padding:5px;
		font-size:10px;
		}
.rightcontent p{
		font-size:10px;
		}
#Footer
{
bottom: 0px;
text-align:center;
font-size:10px;
/*position: absolute;*/
}