* { padding: 0; margin: 0; }

body {
 font: normal 73% 'Century Gothic', Arial, Helvetica, sans-serif;
 line-height: 1.8em;
 color: #000;
 background: #002C0F;
}
#wrapper {
 width: 922px;
 margin: 0 auto;
 border: 5px solid #fff;
}
#header {
 width: 902px;
 height: 150px;
 padding-right: 20px;
 color: #000;
 background: #fff url(images/header.jpg) no-repeat;
}

#header p{
	font: bold 300% Helvetica, 'Century Gothic', Arial, sans-serif;
	letter-spacing: 3px;
	padding: 75px 0px 0px 45px;
	color: #fff;
}

#navigation {
 width:auto;
 padding: 0;
 margin: 0;
 color: #333;
 background: #d9e2f7;
}
/* ^^^^^^^^ MENU ^^^^^^^^^^ */
ul#menu {
margin:0;
padding:0;
list-style-type:none;
width:auto;
position:relative;
display:block;
height:36px;
text-transform:uppercase;
font-size:12px;
font-weight:bold;
background:transparent url("images/bgOFF.gif") repeat-x top left;
font-family:Helvetica,Arial,Verdana,sans-serif;
border-bottom:4px solid #336666;
border-top:1px solid #C0E2D4;
}
ul#menu li{
display:block;
float:left;
margin:0;
padding:0;
}
ul#menu li a{
display:block;
float:left;
color:#0033CC;
text-decoration:none;
padding:12px 20px 0 20px;
height:24px;
background:transparent url("images/bgDIVIDER.gif") no-repeat top right;
}
ul#menu li a:hover{
background:transparent url("images/bgHOVER.gif") no-repeat top right;
}
ul#menu li a.current,ul#menu li a.current:hover{
color:#fff;
background:transparent url("images/bgON.gif") no-repeat top right;
}
/* ^^^^^^^^ END MENU ^^^^^^^^^^ */
#intro {
 width: 902px;
 height: 160px;
 margin: 0;
 padding: 10px;
 color: #000;
 background: #d9e2f7;
 border-bottom: 4px solid #5a84e8;
}
.intro {
 padding:5px;
 font-size:200%;
 letter-spacing: 2px;
 color: #002C0F;
 background: transparent;
}
#faux {
 width: 100%;
 margin-bottom: 0;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 background: url(images/2faux_bg.gif);
}
#faux a:link {
 text-decoration : none;
 color : #003399;
 background:inherit;
}
#faux a:hover {
text-decoration : none;
color :#FF6600;
background:inherit;
}
#faux a:visited {
 text-decoration : none;
 color : #CC6600;
 background:inherit;
}
#leftcolumn { 
 display: inline;
 margin: 10px;
 padding: 0;
 width: 205px;
 float: left;
 color: #333;
}
#leftmiddle { 
 float: left;
 margin: 10px 13px;
 padding: 0;
 width: 209px;
 display: inline;
 position: relative;
 color: #333;
}
#rightmiddle { 
 display: inline;
 position: relative;
 margin: 10px;
 padding: 0;
 width: 205px;
 float: left;
 color: #333;
}
#rightcolumn { 
 display: inline;
 position: relative;
 margin: 10px 10px 10px 17px;
 padding: 0;
 width: 205px;
 float: left;
 color: #333;
}
#navcontainer {
padding-bottom: 20px;
}
#navlist {
padding-left: 0;
margin-left: 0;
border-bottom: 1px solid gray;
width: 200px;
}
#navlist li {
list-style: none;
margin: 0;
padding: 0.25em;
border-top: 1px solid gray;
}
#navlist li a {
text-decoration: none;
}
#footer {
 clear: both;
 width: 902px;
 margin: 0;
 padding: 10px;
 border-top: 4px solid #5a84e8;
 font-size: 90%;
 color: #666;
 background: #afc3f1;
}
#footer a:link, a:visited {
 text-decoration : none;
 color : #880402;
 background:inherit;
}
#footer a:hover {
text-decoration : none;
color :#00515C;
background:inherit;
}
.clear {
 clear: both;
 background: none;
}
h1 {
 padding:5px;
 font-size:125%;
 letter-spacing: 2px;
 text-transform: uppercase;
 color: #366;
}
.imgleft {
 float: left;
 padding: 10px;
}
a:link, a:visited {
 text-decoration : none;
 color : #880402;
 background:inherit;
}
a:hover {
text-decoration : none;
color :#00515C;
background:inherit;
}
a:active {
 text-decoration : none;
 color : #F5DE1E;
 background:inherit;
}
