
* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 background: #f1f1f1;
 color: #383e42;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#faux {
 margin-bottom: 0px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}
#header {
 color: #383e42;
 width: 902px;
 padding: 10px;
 height: 212px;
 margin: 10px 0px 0px 0px;
}
#header h1 {
 background: url('images/logo.png') no-repeat center center;
 width: 902px;
 height: 69px;
}
#subtitle {
 background: url('images/subtitle.png') no-repeat center center;
 width: 902px;
 height: 61px;
}
#pic {
 text-align:center;
}
#leftcolumn { 
 display: inline;
 color: #333;
 margin: 10px;
 padding: 0px;
 width: 205px;
 float: left;
}
#leftcolumn h3 {
 background: url('images/div1.png') no-repeat top center;
 width: 85px;
 height: 25px;
}
#leftmiddle { 
 float: left;
 color: #333;
 margin: 10px 13px;
 padding: 0px;
 width: 209px;
 display: inline;
 position: relative;
}
#leftmiddle h3 {
 background: url('images/div2.png') no-repeat top center;
 width: 156px;
 height: 25px;
}
#rightmiddle { 
 display: inline;
 position: relative;
 color: #333;
 margin: 10px 10px 10px 10px;
 padding: 0px;
 width: 205px;
 float: left;
}
#rightmiddle h3 {
 background: url('images/div3.png') no-repeat top center;
 width: 56px;
 height: 25px;
}
#rightcolumn { 
 display: inline;
 position: relative;
 color: #333;
 margin: 10px 10px 10px 17px;
 padding: 0px;
 width: 205px;
 float: left;
}
#rightcolumn h3 {
 background: url('images/div4.png') no-repeat top center;
 width: 85px;
 height: 25px;
}
#footer { 
 width: 902px;
 clear: both;
 color: #333;
 margin: 0px 0px 10px 0px;
 padding: 10px;
}
.hidden {
 display:none;
}
ul.none {
 list-style-type: none;
}

ul.none li {
 vertical-align:top;
}

ul.disc {
 list-style-type: disc;
 list-style-position: inside;
}

a {
	text-decoration: none;
	color: #153E7E;
	font-weight:bold;
}
a:hover {
	text-decoration: underline;
}

.clear { clear: both; background: none; }

