body{
    background-image:url(images/graphics/body3.jpg);
	background-position:top center;
	background-repeat:repeat-y;}
	

#content {
  width:799px;
     font-family:ariel, sans-serif;
	 margin-left:auto;
	 margin-right:auto;
     font-weight:bold;
     font-size:small; 
	 color:#445d7b;
	 
	 
    }
	
#left {
    width:230px;
    height:550px;
	text-align:center;
	background-image:url(images/graphics/texture1.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	padding:10px 10px;
	float:left;
	color:#EBDEBA;
	}
#ltext{
    width:200px;
	text-align:center;
	padding:10px 20px;
    }
	
#right{
   width:520px;
   height:550px;
   text-align:center;
   float:right;
   padding:10px 5px;
   margin:10px 5px;
   }
#right2{
   width:520px;
   height:550px;
   text-align:left;
   float:right;
   padding:10px 5px;
   margin:10px 5px;
   }   
	
/* Links */
a {
  text-decoration: none;
  color: #544A2F;
}

a:hover {
  color: #544A2F;
}

a img {
  border: 0;
}

a img.border {  
  border: 1px solid #FC3307;
}

a:hover img.border {  
  /* Fixes IE bug - IE doesn't correctly apply the style on a:hover so need to mask it */
  border: 1px solid #668FA3 !important;
  border: 1px solid #FC3307;
}
li{
 list-style-type:none;
 }
 
 
 
#footer{
    width:776px;
    padding:5px;
	margin:auto;
	font-family:sans-serif;
	text-align:center;
	font-size: x-small;
	color: #544A2F;
    clear:both;
}	