@charset "utf-8";
/* CSS Document */

* { padding: 0; margin: 0; }

body {
 color:#FFF;
 font:18px "Times New Roman", Times, serif; 
 background-color:#000;
}

A:link {color:#CC0000; text-decoration: none;}
A:visited {color:#CC0000; text-decoration: none;}
A:active {color:#CC0000; text-decoration: none;}
A:hover {color:#CC0000; text-decoration:none;}

img {border:none;
margin:0px;
padding:0px;}

#wrapper { 
 margin: 0 auto;
 width: 1021px;
 padding: 0;
}

#header {
 width: 1021px;
 color: #000;
 height: 192px;
 margin: 5px 0px 0px 0px;
 background: #000;
}

#content { 
 width: 1021px;
 height: 100%;
 color: #fff;
 margin: 0px;
 top: 195px;
}

#home {
 width:1021px;
 top:400px;
 font-size:22px;
 line-height:1.5em;
 margin: 0px;
 padding: 5px 0px;

}

#navigation {
 width:1021px;
 height:690px;
 float:inherit;
 top:400px;
 color: #fff;
 font-size:22px;
 line-height:1.5em;
 margin: 0px;
 padding: 5px 0px;
 background: transparent url(images/Champion-BGBelt.gif) no-repeat;
}

#navigation A:link {color:#fff; text-decoration: bold;}
#navigation A:visited {color:#fff; text-decoration: bold;}
#navigation A:active {color:#CC0000; text-decoration: bold;}
#navigation A:hover {color:#CC0000; text-decoration: bold;}

#footer { 
 width: 1021px;
 color: #fff;
 font-size:12px;
 background-color:#000;
 margin: 0px;
 padding: 0px;
 }