/* CSS Document */

html,body{margin:0;
          padding:0;
		  background: url(images/bg-blue2.jpg) repeat-x;
}
body{font: 76% arial,sans-serif;
     text-align:center;
	 
	 }
p{margin:0 10px 10px;
}
a{color: #006633;
}
h2 {color: #526911;
    font-size: 14px;
	padding-left: 20px;
}
h3 {color: #124f8a;
    font-size: 13px;
	padding-left: 20px;
	}
ul, li {margin-left: 10px;
}
.contact {font-size: 9px;
          color:#333333;
		  margin-left: 90px;
		 
		  }
div#header{
	position:relative;
	width: 635px;
	padding-top: 5px;
	background: url(images/bg-blue2.jpg) repeat-x;
	background-color: #ACACAC;
}
div#header h1{height:150px;
              margin:0;
              padding-top: 10px;
			
			  }
div#container{text-align:left;
              background: #cbd2bb;
			 }
div#content p{line-height:1.2;
              width: 400px;
              padding-left: 10px;
			  
}
div#content{
            width:482px;
			float:right;
			background: #cbd2bb;
			border-left:thin solid #999999;
			}
div#navigation{background: #cbd2bb;
               
			   float:left;
}

div#wrapper {
}
div#container{width:635px;
              margin:0 auto;
			  
			  }

div#extra {
           height: 114px;
           clear: both;
}
div#footer{ background: #98a675; 
           clear:both;
           width:635px;
		   height: 30px;
		   font-size: 9px;
		   padding-top: 5px;
		   letter-spacing: 0.1em;
		    
		   }
div#footer p{
}
div#footer a{display:inline;
             padding:0;
			 color: #333333;}
