* { 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(faux-3-2-col.gif);
 margin-bottom: 0px;
 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;
 padding: 0px;
 width: 195px;
 float: left;
}

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

#leftcolumn ul li a:hover {
	background: transparent;
	color: #e8dea0;
	text-decoration: none;
}

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

#leftcolumn a:hover {
	background: transparent;
	color: #e2e2e2;
	text-decoration: none;
}
#rightcolumn { 
 float: right;
 color: #000033;
 margin: 10px;
 padding: 0px;
 width: 661px;
 display: inline;
 position: relative;
}

#rightcolumn p {
margin-top: 1em;
 }

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

#rightcolumn a:hover {
	background: transparent;
	color: #7479A2;
	text-decoration: none;
}

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

#leftcolumn p {
 font-size: 90%;
 }

#leftcolumn ul {
	/*bringing lists on to the page with breathing room */
	margin-left:1em;
}

#leftcolumn ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}

ul.svc {
	list-style: disc outside;
	margin-left:1em;
}

#footer { 
 width: 890px;
 clear: both;
 color: #333;
 border-top: 2px solid #A29B70;
 border-bottom: 2px solid #A29B70;
 background: #e8dea0;
 padding: 5px;
 font-size: 75%;
}

img.floatLeft { 
    float: left; 
    margin: 4px; 
}

fieldset {
border: none;
}

form input, form select{
font-size: 95%;
}