﻿* 
{
margin: 0; 
} 
body
{
    font-family: Verdana, Sans-Serif, Helvetica, Arial;
    font-size: 12px;
    background-color: #D1E0E0;
}
#wrapper 
{ 
 margin: 0 auto;
 width: 950px;
}
#faux
{
border-style: ridge;
border-width: thin;
background: url(background.jpg);
background-repeat: no-repeat;
background-position: center;
background-color: #F1F1F1;
margin-bottom: 5px;
overflow: auto;
width: 940px;

}
#header0
{
border-style: ridge;
border-width: thin;
background-position: #ABBEBE;
color: #000000;
width: 930px;
padding: 5px;
height: 35px;
margin: 5px 0px 0px 0px;
background: #990000;
font-size: x-large;
text-align: center;
}
#header {
border-style: ridge;
border-width: thin;
background-position: #ABBEBE;
color: #333;
width: 930px;
padding: 5px;
height: 200px;
margin: 5px 0px 5px 0px;
background: #F2F4F4;
position: relative;
}
#navigation
{
border-style: ridge;
border-width: thin;
background-position: #ABBEBE;
color: #333;
width: 930px;
padding: 5px;
height: 50px;
margin: 0px 0px 5px 0px;
background: #F2F4F4;
font-size: 16px;
text-align: center;
}
#leftcolumn { 
font-size: 15px;
width: 315px;
float: left;
margin: 0px 0px 10px 0px;
padding: 10px;


display: inline;
}
#rightcolumn {    
font-size: 15px;
width: 315px;
float: right;
margin: 0px 0px 10px 0px;
padding: 10px;


display: inline;
position: relative;
}
#footer
{
background: url(Footer.jpg);
background-repeat: no-repeat;
background-position: center;
background-color: #F1F1F1;
border-style: ridge;
border-width: thin;
width: 940px;
clear: both;
color: #333;
/*background: #F2F4F4; */
margin: 0px 0px 10px 0px;
padding: 10px 0px;
}
/*.clear { clear: both; background: none; }*/