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

body{
background-color:#000000;
width:950px;
margin-left:auto;
margin-right:auto;
margin-top:0px;
color:#FFFFFF;
}

A:Link{color:#FFFFFF; text-decoration:none;}
A:Hover{color:#FFFFFF; text-decoration:underline;}
A:Active{color:#FFFFFF; text-decoration:none;}
A:Visited{color:#FFFFFF; text-decoration:underline;}


#bodyWrapper{
width:950px;
height:auto;
background-color:#0B141F;
border-width:1px;
border-color:#FFFFFF;
border-style:solid;
}

#flashHeaderWrapper{
width:950px;
height:200px;
background-color:#0B141F;
}

#navigationHeaderWrapper{
width:950px;
height:35px;
background-image:url(../images/naviBg.jpg);
}

#topWireWrapper{
width:950px;
height:25px;
background-image:url(../images/topWire.jpg);
}

#contentWrapper{
width:950px;

background-color:#0B141F;
}

#footerWrapper{
width:950px;
height:35px;
background-image:url(../images/footerBg.jpg);
font:Georgia, "Times New Roman", Times, serif;
font-size:12px;
color:#FFFFFF;
}


