

body
{
    
    Background-color: #000;
    
}

h1
{
    color: #2d2e2e;
}

#Header1
{
    border-right: solid 1px white;
}

#sideNav
{
    background-color: #4c0809;
    height: 25px;
    text-align: center;
    width: 240px;
}

#sideNav ul
{
    display: inline;
    padding: 0px;
    margin: 0px;
}

#sideNav ul li
{
    display: inline;
    color: white;
}

#sideNav ul li a
{
    color: white;
    font-size: 10px;
    font-family: arial;
}

#sideNav ul li a:hover
{
    color: black;
}

#sell
{
    background-image: url(../images/sell.gif);
    height: 62px;
    width: 75px;
}

#sell:hover
{
    background-image: url(../images/sellOver.gif);
    height: 62px;
    width: 75px;
}

#buy
{
    background-image: url(../images/buy.gif);
    height: 62px;
    width: 75px;
}

#buy:hover
{
    background-image: url(../images/buyOver.gif);
    height: 62px;
    width: 75px;
}

#listings
{
    background-image: url(../images/listings.gif);
    height: 62px;
    width: 75px;
}

#listings:hover
{
    background-image: url(../images/listingsOver.gif);
    height: 62px;
    width: 75px;
}

#nelistings
{
    background-image: url(../images/nelistings.gif);
    height: 62px;
    width: 75px;
}

#nelistings:hover
{
    background-image: url(../images/nelistingsOver.gif);
    height: 62px;
    width: 75px;
}

#community
{
    background-image: url(../images/community.gif);
    height: 62px;
    width: 75px;
}

#community:hover
{
    background-image: url(../images/communityOver.gif);
    height: 62px;
    width: 75px;
}

#rotator 
{
	height: 121px;
	margin-top: -13px;
	*padding-top: 13px;
	margin-left: -42px;
}

#rotator ul li 
{
	
	position:absolute;
	list-style: none;
}

#rotator ul li a
{
    cursor: default;
}

#rotator ul li img 
{

}

#rotator ul li.show {
	z-index:500
}

#botNav
{
    color: #fff;
}

#botNav ul
{
    display: inline;
}

#botNav ul li
{
    display: inline;
}

#botNav ul li a
{
    color: #fff;
    font-family: verdana;
    font-size: 9px;
}

#botNav ul li a:hover
{
    color: #4c0809;
}
