* { padding: 0; margin: 0; }

body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-color: #202529;
}

a:link, a:visited {
 text-decoration: none;
 color:  #b22003;
}

a:hover {
	text-decoration: underline;
}

#wrapper { 
 margin: 0 auto;
 padding: 0;
 width: 922px;
}

#header {
 color: silver;
 width: 902px;
 margin: 0px;
 padding: 0px;
 height: 118px;
 width: 922px;
 background: #202529;
 background: url(../images/intro_head.gif) no-repeat;
}

#header ul {
	padding-left: 60px;
	color: #b22003;
}

#faux {
 background: url(../images/faux_intro.gif);
 /*margin-bottom: 5px;*/
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}

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

.intro_p {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #55606b;
}