/***************************************************
   HTML Element Styles
 ***************************************************/

body {  
  margin:0 auto 0 auto;
  text-align: left;
  font-size:20px;
  font-family: Verdana, Arial, Helvetica, "San Serif";
  
}

p {	
	text-align:justify;
	margin-left:100px;	
	margin-right:100px;
	margin-top:0px;
	
	color:#bcb192;
}

a:link     { color: #D1D2BF }       /* unvisited links */
a:visited  { color: #D1D2BF }       /* visited links */
a:hover    { color: white    }       /* when you place the mouse over the link */
a:active   { color: white }       /* when you click on the link */

img {

	border:0;
}

/***************************************************
  Layout Element Styles
 ***************************************************/

#footer{		
	font-size:11px;	
	position: absolute;	
	left:0px;
	bottom:0px;	
	width:100%;	
	font-weight:bold;
	margin:0 auto 0 auto;		
	background: #bcb192 ;
}