
body {
		 background-color: #fff;
		 color: #fff;
	/*	 margin: 0 0 0 30px; */
		 padding: 0;
		 font-family: Georgia, Verdana, Arial, sans-serif;
		 font-weight: 100;
		 font-size: 16px;
		 }

body a {color: #fff;}		 
		 
div#container {margin: 0 auto;}

div#logo {text-align: center;}
	
div#navbar {
		 height: 30px;
		 margin: 0 0 30px 0px;
		 padding: 5px 0 0 10px;
		 font-size: 11px;
		 color: black;			 
     }

div#content {
		 background-color: #665230;
		 margin-bottom: 25px;
		 }
	
div#header {
     background-color: #665230;
		 height: 34px;
		 }

div#header img {
     margin: 4px 0 0 5px;
		 }
		 
div#text_title {
     background-color: #fff;
		 color: #665230;
		 text-align: center;
		 font-size: 16.5px;
		 height: 120px;
		 overflow: hidden;
		 padding-top: 20px;
		 }

div#text img {
   float: right; 
   margin: 35px 0 5px 10px; 
   border: 1px solid #000;
   }

div#text_title span {
     margin-top: 0;
		 font-size: 38px;
		 text-decoration: none;
		 }
		 
div#text {
		 padding: 10px;
		 text-align: justify;
		 }		 

div#footer {
     background-color:#665230;
		 height: 27px;
		 color: black;
		 }		 

div#legal {
		color: black;
		 text-align: center;
		 font-size: 11px;
		 }

