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

body {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
padding:0;
margin:0;
background-color:#AD1500;
background-image:url(../images/layout/bgRepeat.jpg);
background-repeat:repeat-y;
background-position:center;
}
div.container {
width:1024px;
background-image:url(../images/layout/bgBottom.jpg);
background-repeat:no-repeat;
background-position:bottom center;
}
div.header {
position:relative;
top:0px;
width:1024px;
height:159px;
background-image:url(../images/layout/header.jpg);
background-repeat:no-repeat;
background-position:top;
}
div.panelRepeat {
width:1024px;
background-image:url(../images/layout/panelRepeat.jpg);
background-repeat:repeat-y;
}
div.nav {
position:relative;
text-align:left;
font-size:12px;
color:#ffffff;
position:relative;
top:140px;
left:110px;
}
div.mediaBox {
position:relative;
left:-1px;
width:803px;
height:90px;
background-color:#000000;
border-top:#CC0000 solid thin;
border-bottom:#CC0000 solid thin;
}
a.subNav {
padding:2px;
text-align:left;
text-decoration:none;
font-size:11px;
width:130px;
display:block;
color:#FFCC00;
background-color:#000000;
}
a.subNav:hover {
color:#000000;
background-color:#FFCC00;
}
a.nav {
font-size:12px;
color:#FFFFFF;
font-weight:normal;
text-decoration:none;
}
a.nav:hover {
color:#FFCC00;
}
a.nav2 {
font-size:12px;
color:#FFCC00;
font-weight:normal;
text-decoration:none;
}
a.nav2:hover {
color:#FFCC00;
}
table.container {
position:relative;
width:1024px;
height:833px;
background-image:url(../images/layout/bgTop.jpg);
background-repeat:no-repeat;
background-position:top;
}