body {
margin:0;
padding:0;
background: #000;
font-family: Verdana;
color: #fff;
font-size:12px;
text-align:left;
}

#top{
width:1000px;
margin-left:auto;
margin-right:auto;
height:100%;
}

#header {
background:url(../images/header.jpg) no-repeat top left;
width:1000px;
height:279px;
float:left;
margin:0;
padding:0;
}


#main {
background:#ff9900;
width:980px;
text-align:left;
float:left;
margin:0px;
padding:10px;
}

.red {
 background:#9a0000;
 margin:0px;
 padding:0px;
}

#footer {
background:#9a0000;
margin:0;
padding:0;
height:100%;
border-top:2px solid #ff9900;
float:left;
width:100%;
color:#ff9900;
}

#footercontent {
background:#9c0838;
margin:0;
padding:0;
float:left;
width:100%;
}

.yellow {
 font-size:14px;
 color:#f6bf00;
 font-weight:bold;
 padding:0px;
 margin:5px 0px 0px 10px;
}

.white {
 font-size:14px;
 color:#eff8f5;
 font-weight:bold;
}

a {
font-family: Verdana;
color: #fff;
font-size:12px;
text-decoration: none;
}

a:hover {
font-family: Verdana;
color: #ff9900;
font-size:12px;
text-decoration: underline;
}

a.nolink {
font-family: Verdana;
color: #df1414;
font-size:12px;
text-decoration: none;
}

a.nolink:hover {
font-family: Verdana;
color: #df1414;
font-size:12px;
text-decoration: none;
}

a.link {
font-family: Verdana;
color: #fff;
font-size:12px;
text-decoration: none;
text-align:left;
}

a.link:hover {
font-family: Verdana;
color: #ff9900;
font-size:12px;
text-decoration: underline;
text-align:left;
}


.thumbs {padding-top: 10px;}
.thumbs img {height: 150px; margin: 0 4px 4px 0; border: 2px solid #fff;}
.thumbs a:hover img {border: 2px dashed #ff9900;}
