body { 
	padding: 0; /*Top Right Bottom Left*/

	color: #000000; 
	font-family: Arial, Tahoma, San-serif;
	background-color: #8c6c43;
	

}
img {
   border=0;

}

#container {
	background: #ffffff url('images/background.jpg');
	background-repeat: no-repeat;
	border: 1px solid black;
    margin: 0 auto;     /* this centers wrapper */
    width:1000px;
    background-color: #FFFFFF;
	
     
}

#contentwrapper {
       position: relative;
       left: 400px;
       top: 10px;
       width: 550px;
       text-align: left;
     }

#logo {
	

}

#navigation {
   margin: 10px 0px 10px 10px;

}

#navigation a:link {
	color: #636364;
	text-decoration: none;
	font-size: 22px;
}

#navigation  a:visited {
	color: #636364;
	text-decoration: none;
	font-size: 22px;
}

#navigation  a:hover {
	color: #8c6c43;
	text-decoration: underline;
	font-size: 22px;

}
h1 {
  font-size: 26px;
  font-weight: bold;
  color: #1648c7;
  margin-bottom: -5px;

}
h2 {
 font-size: 20px;
  font-weight: bold;
  color: #656567;
  margin-bottom: -15px;

}

#maincontent {
   
   text-align: justify;

}

p {
  padding: 5px 5px 5px 5px;
  font-size: 16px;

}