* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}
h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;  
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
#wrapper { 
 margin: 0 auto;
 width: 900px;
 background: #000033;
}
#faux {
 background: url(content_bg.gif);
 margin-bottom: 5px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}
#header {
 color: #333;
 width: 900px;
 float: left;
 border: none;
 margin: 10px 0px 5px 0px;
 background: #000033;
}
#navigation {
 color: #A29B70;
 width: 900px;
 padding: 5px 0px 5px 0px;
 margin: 0px 0px 0px 0px;
 background: #e8dea0;
 border-top: 2px solid #A29B70;
 border-bottom: 2px solid #A29B70;
}
#navigation a:link, #navigation a:visited, #navigation a:active, #navigation a:focus {
	background: transparent;
	color: #000033;
	font-weight: bold;
	text-decoration: underline;
}

#navigation a:hover {
	background: #e2e2e2;
	color: #000033;
	text-decoration: none;
}

a:link, a:visited, a:active, a:focus {
	background: transparent;
	color: #A29B70;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	background: transparent;
	color: #A29B70;
	text-decoration: none;
}
#leftcolumn { 
 display: inline;
 color: #ffffff;
 margin: 10px 5px 0px 5px;
 padding: 0px;
 width: 341px;
 float: left;
}
img.floatLeft { 
    float: left; 
    margin: 4px; 
}
#content { 
 float: left;
 color: #333;
 margin: 10px 13px;
 padding: 0px;
 width: 325px;
 display: inline;
 position: relative;
}
#rightcolumn { 
 display: inline;
 position: relative;
 color: #ffffff;
 margin: 10px 5px 0px 5px;
 padding: 0px;
 width: 160px;
 float: right;
}
#rightcolumn ul li a:link, #rightcolumn ul li a:visited, #rightcolumn ul li a:active, #rightcolumn ul li a:focus {
	background: transparent;
	color: #e8dea0;
	font-weight: bold;
	text-decoration: underline;
}

#rightcolumn ul li a:hover {
	background: transparent;
	color: #e8dea0;
	text-decoration: none;
}
#footer { 
 width: 890px;
 clear: both;
 color: #333;
 border-top: 2px solid #A29B70;
 border-bottom: 2px solid #A29B70;
 background: #e8dea0;
 padding: 5px;
 font-size: 75%;
}
fieldset {
border: none;
}

.clear { clear: both; background: none; }