body {background: #89C5D1;
	  margin: 0 auto 0 auto;
	  font-family: Tahoma;
	  color: #000000;
	  font-size: 15px;}
		 
#wrapper {position: relative;
		  top: 0px;
		  left: 0px;
		  width: 100%;
		  background: transparent;
		  background-repeat: repeat-y;
		  margin: 0px auto;}
		  
#container {position: relative;
			width: 100%;
			background: transparent;
			float: left;}
	  
#left {position: relative;
	   top: 0px;
	   left: 0px;
	   background: #89C5D1;
	   width: 300px;
	   float: left;
	   text-align: right;
	   padding: 0px 10px 0px 0px;}
	   
#header {position: relative;
		 top: 0px;
		 left: 0px;
		 background: url('../images/header.png') no-repeat;
		 height: 185px;
	     width: 300px;
		 margin: 0px auto;}
					
#content {position: relative;
		  top: 0px;
		  margin-left: 300px;
		  background: #F9F1E2;
		  text-align: center;
		  padding: 0px 0px 30px 0px;
		  min-height: 500px;}
		  
.box1 {position: relative;
	   top: 0px;
	   left: 0px;
	   width: 90%;
	   padding: 10px 20px 0px 10px;
	   background: transparent;
	   text-align: justify;
	   margin: 0px auto;}
		  
#nav {position: relative;
	  top: 0px;
	  margin-left: 75px;
	  width: 215px;
	  text-align: right;
	  padding: 0px 0px 20px 0px;}
		  
#footer  {margin: 0;
		  width: 100%;
		  height: 50px;
		  background: #2D5175;
		  text-align: center;
		  padding: 5px 0px 0px 0px;
		  clear: both;}
			
img {border: 0px;}

a {color: #F9F1E2;
   text-decoration: none;
   font-weight: bold;
   font-family: arial;
   font-size: 16px;
   text-transform: uppercase;}
   
a:hover {color: #2D5175;
		 text-decoration: none;}
		 
#footer a {color: #F9F1E2;
   		   text-decoration: none;
   		   font-weight: bold;
   		   font-family: arial;
   		   font-size: 14px;
   		   text-transform: uppercase;}
   
#footer  a:hover {color: #89C5D1;
		 		  text-decoration: none;}
				  
#content a {color: #2D5175;
			text-decoration: none;
			font-weight: bold
			font-family: arial;
			font-size: 16px
			text-transform: uppercase;}
			
#content a:hover {color: #89CFD1;
				  text-decoration: none;}
	  
h1 {font-family: Arial;
    color: #89C5D1;
	font-size: 18px;
	text-decoration: none;}
	
h2 {font-family: Arial;
    color: #000000;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;}
