* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 color: black;
}
#wrapper { 
 margin: 0 auto;
 width: 860px;
}
#faux {
 background: url(faux-1-2-col.gif);
 margin-bottom: 5px;
 overflow: auto;
 width: 100%;
}
#header {
 color: #333;
 width: 840px;
 padding: 10px;
 height: 50px;
 margin: 10px 0px 5px 0px;
 background: #ABBEBE;
}

#header h1 
{
 font: bold 30px arial;
 color: white;
 padding-left; 10px;
 margin-bottom: 0;
 margin-top: 10px;
 }
 
#header h3
{
 font: bold 15px arial:
 color: black;
 }  

#nav { 
 display: inline;
 color: #333;
 margin: 10px;
 border-right: solid #FF0000 2px;
 padding: 0px;
 width: 160px;
 float: left;
 text-align: left;
}
#content { 
 float: right;
 color: #333;
 margin-right: 20px;
 padding: 0px;
 width: 650px;
 display: inline;
 position: relative;
}
#footer { 
 width: 840px;
 clear: both;
 color: white;
 background: #ABBEBE;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 text-align: left;
 font: bold;
 font-style: italic;
}

h2
{margin-top: 10px;
 color: red;
}

ul.none
{
list-style-type: none;
}

blockquote
{
margin-top: 2em;
margin-bottom: 2em;
text-align: center;
font-style: italic;
}

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: blue;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: purple;
	}

a:hover, a:active { 
	text-decoration: underline; 
	color: blue;
}  

.centeredImage
    {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    }  
p
{ 
margin-top: 2em; 
}

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


