<style type="text/css">
* { margin:0; padding:0; }
BODY { background-color:#CCCCCC;
font-size:16px; }

a:link { text-decoration: none; color: #FFFFFF}
a:visited { text-decoration: none; color: #FFFFFF}
a:hover { text-decoration: none; color: #FE4444}
a:active { text-decoration: none; color: #FFFFFF}

#wrapper { width: 990px;
margin-left: auto;
margin-right: auto;
background-color:#CCCCCC;
}
#header { background-color:#CCCCCC;
padding:10px; 
}
#left { float:left;
width:170px;
padding-top:10px;
padding-left:10px;
background-color:#CCCCCC;
height:1400px
}
#right { float:right;
width:200px;
padding-top:10px;
background-color:#CCCCCC;
height:1400px
}
#center { margin-left:230px;
margin-right:220px;
border-left:solid #6699FF;
border-right:solid #6699FF;
padding:10px;
background-color:#CCCCCC;
height:1400px 
}
.small { padding-left:1px;
padding-right:0px;
font-weight:300;
line-height: 11pt;
font-size:10pt;
}
.small2 { padding-left:10px;
padding-right:10px;
font-weight:300;
line-height: 11pt;
font-size:10pt;
}
.medium { padding-left:12px;
padding-right:10px;
font-weight:300;
line-height: 12pt;
font-size:10pt;
}
.large { padding-left:10px;
padding-right:10px;
font-weight:200;
line-height: 13pt;
font-size:12pt;
}
</style>