body {
 font: 12px/1.5em georgia, verdana, geneva, arial, sans-serif;
 background: #fff url(../images/pattern.gif);
 margin: 0px;
 padding-bottom: 30px;
}

h1 {
 font-size: 14px;
}

#wrapper {
 width: 700px;
 background: #fff url(../images/main-bg.gif) top right repeat-y;
}

#header {
 background: #fff url(../images/backdrop.gif) repeat-x;
 height: 71px;
}

#maincontent {
 float: left;
 width: 535px;
 background-color: #fff;
 margin: 0px 10px 0px 20px;
} 

#navigation {
 float: left;
 width: 134px;
 background-color: #f1f1f1;
 border-right: solid 1px #333366;
 text-align: right;
}


#footer {
 font-family: Verdana;
 font-size: 10px;
 background: #f1f1f1 url(../images/footer-bg.gif) bottom left repeat-x;
 border-right: solid 1px #333366;
 height: 30px;
 clear: both;
}


.main {

 }
 
.in_table {	
 FONT: 11px/1.5em georgia, verdana, geneva, arial, sans-serif; 
 MARGIN-LEFT: 5px; 
 MARGIN-RIGHT: 5px
 }
 
a:link {	TEXT-DECORATION: none; }
a:hover {	COLOR: #808080; TEXT-DECORATION: underline; }

/* Reusable */

.clearer {
 clear: both;
}