/* CSS DOCUMENT */

* { margin:0; padding:0;}
body { background:#000; margin:0; padding:0; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#FFFFFF;}
h1{font-size:18px;}
h2{font-size:24px;}
h3{font-size:16px;}
h4 { font-size:}

p{ line-height:18px;}

a{ text-decoration:none; color:#FFFFFF;}

a:hover{ text-decoration:underline; color:#CCCCCC;}

.floatleft{ float:left; padding 0 10px 10px 0;}
.floatright{ float:right; padding 0 0 10px 10px;}
.clear{clear:all;}

#wrapper{ width:790px; margin:0 auto; padding:0;}
#header{ width:790px; height:241px; padding:0; margin:0; background:url(../images/header.gif) top right no-repeat;}
#navigator { float:right; padding:10px;}
#navigator p { font-size:11px; font-weight:bold;}
#navigator a { text-decoration:none; color:#FFFFFF;}
#navigator a:hover { text-decoration:underline; color:#CCCCCC;}
#body { width:100%; background:url(../images/body.gif) top left no-repeat; padding:20px;}
#footer { width:100%; height:33px; background:url(../images/footer.gif) top left no-repeat; margin:0;}
#footer-text{ padding: 8px; margin:0;}
#footer-text p { font-size:11px;}

