html {margin:0;padding:0}

body { font: 10px Arial,sans-serif;
 background-color:white;
 margin:0;padding:0; 
 color: black;
 background-image: url("images/bg.jpg");}

#container {
           margin-left: auto;
           margin-right: auto;
           text-align: center;
           width: 750px;
           border: solid #C8C891 1px;
           background-color: white;
           
   }
   
   img.header {
      
   }
   
   .navcontainer {
        width: 700px;
        height: 95px;
        padding-bottom: 88px;
        padding-right: 50px;
        background: #C8C891;
}

#navCircle {
        margin: 0;
        padding-left: 125px;
        Padding-right: 80px;
        padding-top: 8px;
        
}

#navCircle li {
        margin: 0;
        padding: 0;
        display: inline;
        list-style-type: none;
}

#navCircle a:link, #navCircle a:visited {
        float: left;
        font-size: 14px;
        line-height: 14px;
        font-weight: Bold;
        padding: 0px 12px 6px 12px;
        text-decoration: none;
        color: #ffffff;
}

#navCircle a:link.active, #navCircle a:visited.active, #navCircle a:hover {
        padding-bottom: 6px;
        color: #000000;
        background: url("images/menu.gif") no-repeat bottom center;
	}
	
.centertext {
	width: 700px;
	text-align : center;
	height: auto;}

.leftcolumn {
	width: 170px;
	float: left;
	border-right: 2px;
	border-right-style: solid;
	border-right-color: #C8C891;
	padding-right:10px;
	text-align: center;
	height: auto;}
	
.leftcolumnclear {
	width: 170px;
	float: left;
	padding-right: 10px;
	padding-left: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	text-align: center;
	}

	
.rightpic {
	width: 650px;
	height: auto;
	float : right;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	}
	
.signpic {
	width: 700px;
	height: auto;
	float: right;
	padding-left: 350px;
	padding-right: 10px;
	text-align: left;
	}
	
.signpicmain {
	width: 700px;
	float: right;
	padding-left: 350px;
	padding-right: 10px;
	padding-top: 1px;
	padding-bottom: 500px;}
		
.rightcolumn {
	width: 500px;
	float: right;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	height: auto;}
	
	
.standardcolumn {
	width: 720px;
	padding-right: 15px;
	padding-left: 15px;
	text-align: center;
	
	}
	
.midrightcolumn {
	width:355px;
	float: left;
	padding-left:7px;
	padding-right:7px;
	text-align: center;
	height: auto;
	}
	
.midleftcolumn {
	width:355px;
	float: right;
	border-left: 1px;
	border-left-style: solid;
	border-left-color: #C8C891;
	padding-left:7px;
	padding-right:7px;
	text-align: center;
	height: auto;
	}
	
 #below {
    text-align: left;
    padding-left:0px;
    padding-right:0px;
 }
  
h1 {
      font-size: 16px;
      font-weight: normal;
      color:#000000;}
      
h2 {
      font-size: 18px; 
      font-weight: normal;
      color:#000000;}
      
h3 {
      font-size: 12px; 
      font-weight: normal;
      color:#000000;}      
      
h4 {
      font-size: 16px; 
      padding-left: 20px;
      padding-top: 0px;
      font-weight: normal;
      color:#000000;}
      
h5 {
      font-size: 18px; 
      padding-left: 200px;
      padding-top: 10px;
      font-weight: normal;
      color:#000000;}
       
h6 {
      font-size: 18px; 
      padding-left: 15px;
      padding-right: 15px;
      padding-top: 0px;
      font-weight: normal;
      color:#000000;}

blockquote {
   border: solid 1px #C8C891;
   padding: 0px;
}

a:link {
   color: #ffffff;
    text-decoration: none;
}

a:active, a:hover {
  
    text-decoration: none;
}

a:visited {
   color: #ffffff;
   
}

#footer {
        width: 749px;
        height: 25px;
        padding-top: 10px;
        margin: 0px 0 0px 0;
        border: 1px solid #C8C891;
        background: #C8C891;
}