

* { padding: 0; margin: 0; }

html, body {
 height: 100%;
}

body {
 background: #b8c7e2 url(images/background.jpg) top center repeat-y;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-attachment: scroll;
}
#wrapper { 
 min-height: 100%;
 height: auto !important;
 height: 100%;
 margin: 0 auto -70px; /* the bottom margin is the negative value of the footer's height */
 width: 922px;
}
a {
 color: #2E3235;
 text-decoration: none;
}
a:hover {
 color: #0C1CCF;
}
#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 {
 width: 922px;
 height: 200px;
 background: #C5E6EA url(images/header.png);
}
.subheader {
 position: relative;
 top: 173px;
 text-indent: 15px;
 color: white;
 font-style: oblique;
 font-weight: 700;
 font-size: 16px;
}
#leftcolumn { 
 display: inline;
 padding: 0px;
 float: left;
 font-size: 15px;
 font-weight: 700;
 padding: 20px 0 0 20px;
 width: 160px;
}
#rightcolumn { 
 float: right;
 padding: 30px 30px 0 20px;
 margin: 0 0 80px 0;
 width: 692px;
 display: inline;
 position: relative;
}
#rightcolumn h2 { 
 font-size: 20px;
 padding: 0 0 10px 0;
}

#rightcolumn h3 {
	color:#336699;
	padding:0;
	font-style: italic;
}

#rightcolumn h4 {
	color:#336699;
	padding:0;
}

#rightcolumn hr {
	background-color:#336699;
	width:100%;
	border: 0;
	height: 1px;
	margin:2px 0 10px 0;
	padding:0;
}

#rightcolumn p { 
 padding: 0 0 10px 0;
}

#rightcolumn a {
 color: #336699;
 text-decoration: underline;
}

#rightcolumn  ul {
 margin-left: 20px;
 list-style-type: disc;
 padding: 0 0 10px 0;
}

#rightcolumn  .blue {
 color:#336699;
 font-weight: bold;
}
#rightcolumn .contact td { 
 padding:5px;
}

#rightcolumn img.displayed {
    border:0px;
    display: block;
    margin-left: auto;
    margin-right: auto
}



#footer { 
 width: 922px;
 clear: both;
 height: 70px;
 background: #000000 url(images/footer.png) repeat-x;
 margin: 0 auto;
 padding: 0px;
 overflow: auto;
 text-align: center;
 color: #FFF;
}
#footer a {
 color: #FFF;
}
#footer a:hover {
 color: #336699;
}
.push {
 height: 70px; /* .push must be the same height as .footer */
}
#clear { clear: both; background: none; }
.clear { clear: both; background: none; }
li#nav_a {
 margin-bottom: 0.5em;
 list-style-type: none;
}
ul {
 margin-left: 1 em;
 list-style-type: none;
}
h2 {
	font-style: italic;
}

#menu {
	float: left;
	display: inline;
	margin-left: 50px;
}

#menu ul {
	list-style-type: none;
}
#content {
	width: 489px;
	float: left;
	display: inline;
}
