/* CSS Document */
*,h1{
margin:0;
padding:0;
}

#nav li{
list-style:none;
}

.bold{
font-weight:bold;
}

body{
background: #6a6d50;
font-family: Verdana, sans-serif;
font-size:0.8em;
}

#container, #container-forum{
width:1024px;
margin: auto;
padding-left:16px;
background: #000000 repeat-y;
background-image:url(images/site/shadowtile_left.jpg);
}

#container-forum{
margin-top:-15px;
margin-bottom:-33px;
}

#header{
text-align:center;
background:#000000 repeat-y top right;
width:994px;
height:232px;
padding-left:30px;
padding-right: 16px;
background-image:url(images/site/shadowtile_right.jpg);
}

#nav{
background:#000000;
width: 190px;
overflow:hidden; /*hides the text*/
float:left;
height:auto;
}

#nav a{
width:190px;
display:block;
height:28px;
margin: 5px;
border-bottom: 1px solid #cccccc;
padding: 0 0 5px 0;
overflow:hidden; /*hides the text*/
padding: 0 0 0 200px;
background-position:0 -2px; /*to shift the images back in to origin*/
background-repeat: no-repeat;
}

#topper{
height:60px;
padding: 20px;
}

#content{
width:834px;
float:right;
background:#b7a66e repeat-y;
background-position:818px 0;
background-image:url(images/site/shadowtile_right.jpg);
}


/*======================================================END NAVIGATION LAYOUT====================================*/

#leftcol{
background: #c9bc92;
float:left;
width: 280px;
height: 600px;
display:inline;
margin: 10px 30px;
}

#rightcol{
background: #c9bc92;
float:right;
display:inline;
width: 360px;
height: 600px;
margin: 10px 100px 30px 0;
}

#onecol{
background: #c9bc92;
margin: 10px 100px 30px 30px;
margin-top: 0;
padding: 10px 15px;
}

#rightcol img{
margin:-5px -10px;
}

#main{
width:1040px;
}

p,#footer p{
padding: 5px 10px;
}

#footer{
width:1024px;
clear:both;
background:#c9bc92 repeat-y top right;
text-align:center;
padding-right: 16px;
background-image:url(images/site/shadowtile_right.jpg);
color:#000;
font-family: Verdana, sans-serif;
}

/*===========START LINK ROLLOVERS================================================*/

#home a{
background-image:url(images/menu/home_btn.gif);
}
#home a:hover{
background-image:url(images/menu/home_btn_over.gif);
}
#about a{
background-image:url(images/menu/about_btn.gif);
}
#about a:hover{
background-image:url(images/menu/about_btn_over.gif);
}
#events a{
background-image:url(images/menu/events_btn.gif);
}
#events a:hover{
background-image:url(images/menu/events_btn_over.gif);
}
#gallery a{
background-image:url(images/menu/gallery_btn.gif);
}
#gallery a:hover{
background-image:url(images/menu/gallery_btn_over.gif);
}
#links a{
background-image:url(images/menu/links_btn.gif);
border-bottom:none;
}
#links a:hover{
background-image:url(images/menu/links_btn_over.gif);
border-bottom:none;
}
#history a{
background-image:url(images/menu/history_btn.gif);
}
#history a:hover{
background-image:url(images/menu/history_btn_over.gif);
}
#forum a{
background-image:url(images/menu/forum_btn.gif);
}
#forum a:hover{
background-image:url(images/menu/forum_btn_over.gif);
}
#sales a{
background-image:url(images/menu/sales_btn.gif);
}
#sales a:hover{
background-image:url(images/menu/sales_btn_over.gif);
}
/*-Page state-*/
#homepage #home a{
background-image:url(images/menu/home_btn_over.gif);
}
#gallerypage #gallery a{
background-image:url(images/menu/gallery_btn_over.gif);
}
#linkspage #links a{
background-image:url(images/menu/links_btn_over.gif);
}
#historypage #history a{
background-image:url(images/menu/history_btn_over.gif);
}
/*=============END LINK ROLLOVERS================================================*/