body { 
background:#81ABEA url("images/bg.gif") repeat left top; 
margin:4px;
font-family:Verdana;
font-size:12px;
}

a:link { color: #223CBE; font-weight:bold;}

a:visited { color: #223CBE; font-weight:bold;}

a:hover { color: #596FDF; }

a:active { color:#0071e2; font-weight:none; }

#main {
width:780px;
margin:0 auto;
padding:2px;
background-color:#FFF;
border:2px solid #000;
}

#nav {
width:100%;
background:#81ABEA
height:28px;
border-bottom:1px solid #D8D8D6;
}
.leftcolumn {
background:#81ABEA url("images/column_bg.gif") repeat-x left top; 
width:2%;
height:100%;
float:left;
}
.rightcolumn {
background:#81ABEA url("images/column_bg.gif") repeat-x left top; 
width:98%;
height:100%;
background-color:#FFF;
float:right;
}
.footer {
width:100%;
border-top:1px solid #D7D7D7;
text-align:center;
}