/* Cosmetics Menu Layout Stylesheet */ 


body

	{
    background:#BC613F url('images/rustbg.jpg');
	margin: 10px;
	}
	
td
    {	
    font-family: verdana, arial, sans-serif;
    font-size: 14px;
    }
    
H2  
    {font-size: 18px;
    font-weight: bold;
    text-decoration: underline;
    line-height: 12px;
    }


#menubar {
 width: 100%;
}

#menubar a:hover {
 width: 100%;
 color: #FFFFFF;
 text-decoration: none;
 background-color: #947A51;
}


    	
#bar {
 border-left:0px solid #000000; border-right:0px solid #000000; border-top:1px solid #000000; border-bottom:1px solid #000000; 
 height:12px;
 background:#BC613F;
 color: #BC613F;
 margin: 0px; 
 }

#l-col {
 text-align: center;
 padding:0px;
 margin: 0px;
 }

#menu {
 width: 130px;
}

#menu ul {
 margin: 0; 
 padding: 0;
 list-style-type: none;
 font-family: verdana, arial, sans-serif;
 font-size: 12px;
 text-align: left;
}

#menu li {
 margin: 2px 0;
}

#menu a {
 display: block;
 width:130px;
 padding: 2px 2px 2px 3px;
 color: #000000;
 border-style: solid;
 border-width: 0px 10px 2px 0px;
 border-color: #947A51;
 text-decoration: none;
 background-color: #BC613F;
}


#menu a:hover {
 color: #FFFFFF;
 border-style: solid;
 border-width: 1px;
 border-color: #FFFFFF;
 text-decoration: none;
 background-color: #947A51;
}


#ftr {
 border-left:0px solid #947A51; border-right:0px solid #947A51; border-top:0px solid #947A51; border-bottom:0px solid #947A51;
 text-align: center;
 background:#BC613F url('images/rustbg.jpg');
 font-family: verdana, arial, sans-serif;
 font-size: 12px;
 clear: both;
 color: #000000;
 width:750px
 }
 
#rss {
 font-family: Arial;
 font-size: 9pt;
 text-decoration:none;
}

#rss a {
text-decoration: underline;
line-height: 22px;
font-size: 11pt;
font-weight: bold;
color: #542917;
	}
