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

body{
background-image:url(../images/template/bg1.jpg);
background-repeat:no-repeat;
background-position: top center;
min-height:1000px;
background-color:#000000;
margin:0px;
}
#wrapper{
margin: 0 auto;
width:998px;
}
#contentwrapper{
float:left;
width:998px;
background-image:url(../images/template/wrapper_bg.png);
background-repeat:repeat-y;
}
/*BEGIN TOP NAV*/
#nav{
float:left;
width:998px;
height:45px;
background-image:url(../images/template/nav_bg.jpg);
background-repeat:repeat-x;
}
#nav ul{
margin:0px;
padding:0px;
}
#nav ul li{
float:left;
font-family:"Courier New", Courier, monospace;
color:#000000;
font-size:12px;
font-weight:bold;
margin:0px;
padding:0px;
margin-top:15px;
margin-left:20px;
}
#nav ul li a{
text-decoration:none;
color:#000000;
}
#nav ul li a:hover{
color:#FF9900;
}
#nav ul li.logo{
float:left;
font-family:"Courier New", Courier, monospace;
color:#000000;
font-size:12px;
margin:0px;
padding:0px;
margin-top:0px;
margin-left:0px;
margin-right:0px;
list-style:none;
}
/*END TOP NAV*/
#content{
float:left;
width:998px;
}
#main_feature{
float:left;
width:998px;
background-color:#000000;
}
#thumbnails{
float:left;
width:978px;
padding-left:20px;
margin-top:20px;
background-color:#000000;
}
#thumbnails img{
float:left;
margin-right:10px;
}
#footer{
float:left;
width:998px;
margin-top:20px;
}
#footer ul{
margin:0px;
padding:0px;
}
#footer ul li{
margin:0px;
padding:0px;
font:"Courier New", Courier, monospace;
color:#FFFFFF;
font-size:10px;
list-style:none;
text-align:center;
}
#footer ul li a{
text-decoration:none;
color:#FFFFFF;
}
#footer ul li a:hover{
color:#FF6600;
}