* { font-family: verdana, arial; font-size: 11px; color: #fff; }
body { margin: 0px; background: url("../media/background.gif"); }
a img { border: 0px; }
tr { vertical-align: top; }
ul { margin-left: -25px; }

#wrapper { width: 758px; margin: 0 auto; position: relative; }
#header { margin-top: 87px; position: relative; height: 41px; }
#logo { position: absolute; top: 3px; left: 15px; }
#menu { position: absolute; top: 15px; left: 428px; }
#menu img { display: block; float: left; }
#table_top { background: url("../media/table_top.jpg") no-repeat; width: 758px; height: 15px; float: left; }
#table_middle { background: url("../media/table_middle.jpg") repeat-y; width: 758px; padding-bottom: 15px; float: left; }
#table_bottom { background: url("../media/table_bottom.jpg") no-repeat; width: 758px; height: 21px; font-family: arial, verdana; font-size: 10px; text-align: center; float: left; }
#content { line-height: 20px; margin-left: 15px; margin-right: 15px; float: left; }
#content p { margin-top: 0px; margin-bottom: 10px;  }
#content h2 { background: url("../media/header_bottom.jpg") no-repeat left bottom; margin-bottom: 5px; padding-bottom: 10px; font-size: 22px; font-weight: normal; }
#footer { color: #262626; text-align: center; padding-top: 3px; font-family: arial, verdana; }
#footer a { color: #262626; text-decoration: none; font-size: 10px; }
#footer a:hover { color: #262626; text-decoration: underline; font-size: 10px; }

/* clearfix hacks */
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }
