body {
background:#F7F6F2;
font-family:Tahoma;
font-size:11px;
margin:0px;
color:#686661;
}

.clear {
	clear: both;
}

a {
color:#C70001;
font-weight:bold;
text-decoration:none;
}

#banner {
 background:#FEFEFE;
 width:748px;
 height:288px;
 }
 
 #button {
  background:url(images/button.jpg) repeat-x;
  height:106px;
 }
 
 #left {
 float:left;
 background:#E4DDCB url(images/lefttop.jpg) no-repeat top;
 width:244px;
 height:auto;
 }
 
 #right {
 float:right;
 background:#EDE9DD url(images/righttop.jpg) no-repeat top left;
 width:504px;
 }
 
 #footer {
 background:url(images/footer.jpg) repeat-x;
 height:53px;
 text-align:center;
 padding-top:15px;
 color:#FFFFFF;
 }
 
  #footer a{ 
   color:#FFFFFF;
   text-decoration:none;
   font-weight:normal;
  }
  
  #footer a:hover {
  text-decoration:underline;
  } 