
* { padding: 0; margin: 0; }

body {
 font-family: verdana, sans-serif;
 font-size: 10px;
 background: #413517;
}
#wrapper { 
 margin: 0 auto;
 width: 826px;
  padding: 20px;
}

p {
 width: 480px;
 font-size: 10.5px;
 color: #1d1d1d;
 margin: 10px 0px 0px 22px;
 line-height: 1.475em;

}



a:link {text-decoration: none;
color: #1f4e84; font-weight: bold; }
a:visited {text-decoration: none}
a:active {text-decoration: none}
a:hover {text-decoration: underline; color: #9d1515;}



#header {
 color: #333;
 width: 826px;
 float: left;
 padding: 0px;
 border: 0px solid #ccc;
 height: 267px;
 margin: 0px 0px 0px 0px;
 background: #eaf7ff;

}
#leftcolumn { 
 color: #333;
 border: 0px solid #ccc;
 background: #eaf7ff;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 height: 550px;
 width: 544px;
 float: left;
}
#rightcolumn { 
 float: right;
 color: #333;
 border: 0px solid #ccc;
 background: #eaf7ff;
 margin: -4px 0px 0px 0px;
 padding: 0px;
 height: 554px;
 width: 282px;
 display: inline;
}
#footer { 
 width: 826px;
 height: 8px;
 clear: both;
 color: #333;
 border: 0px solid #ccc;
 background: #eaf7ff;
 margin: 0px 0px 0px 0px;
 padding: 0px;
}
