
/* Layout Stylesheet */ 

body {
  margin:0px;
  padding:0px;
  font-family:Tahoma, Arial, Helvetica, sans-serif;
  font-size: 10px;
	color: #693520;
	background-image:url('images/background.jpg');
	text-decoration:none;
  text-align:left; /* for IE */

}

HR{
  border-color: #a14310;
  border-width: thin;
border-style: dotted;
}

 
a {color: #ee2c2c;

font-size: 10pt;
text-decoration: none;
    
font-family: Tahoma, Arial, Helvetica, sans-serif;
    }
 .style1 {

color: #000000;
font-size: 8pt;
font-family: Tahoma, Arial, Helvetica, sans-serif;
text-decoration: none;
 }
.style2 {

color: #000000;
font-size: 10pt;
font-family: Tahoma, Arial, Helvetica, sans-serif;
 }
 .style3 {

color: #1d0300;
font-size: 14pt;
font-family: Tahoma, Arial, Helvetica, sans-serif;
 }
 .style4 {

color: #1d0300;
font-size: 13pt;
font-family: Tahoma, Arial, Helvetica, sans-serif;
 }
 .style5 {

color: #1d0300;
font-size: 8pt;
font-family: Tahoma, Arial, Helvetica, sans-serif;
 }
 .style9 {

color: #ee2c2c;
font-size: 8pt;
font-family: Tahoma, Arial, Helvetica, sans-serif;
 }
.style6 {

color: #000000;
font-size: 11pt;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-weight: bold;

 }
 .style7 {

color: #ee2c2c;
font-size: 11pt;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-weight: bold;

 }
 .style8 {

color: #350505;
font-size: 8pt;
font-family: Arial, sans-serif;
text-indent: 7px;
 }




#header {
  height:240px;  
  position:absolute;
  top:0px;  
  background-position:center center;
	left:0px;
	width:100%;
}
#content {
  height:auto; 
  position:absolute;
	background-position:center center;
  top:240px;  
	left:0px;
	width:100%;
}

