body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #FFFFFF;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	}


td {
	font-family: arial,comic sans ms,sans-serif;
	font-size: 14px;
	color: #000000;
	width: "100%";
	}
.head { background: #AAAAAA;
	text-align: center;
	font-weight: bold
	}
.even { background: #D0D0D0; }
.odds { background: #E4E4E4; }


.navlist {
	list-style-type: dot;
	}


.titles {
	font-family: arial,comic sans ms,sans-serif;
	font-size: 14px;
	color: #830707;
	}
	

a {
	font-family: arial,comic sans ms,sans-serif;
	font-size: 14px;
	text-decoration: none;
	white-space: nowrap;
	}
a:link {color: #214383; text-decoration: none}
a:visited {color: #5173B3; text-decoration: none}
a:hover {color: #808080; text-decoration: none}


#top {
	height: 130px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
	}


#left {
	float: left;
	width: 275px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}


.lefthead {
	width: 215px;
	margin: 0px 0px 0px 25px;
	padding: 5px 5px 0px 5px;
	background-color: #E5ECF9;
	text-align: center;
	font-family: arial,comic sans ms,sans-serif;
	font-size: 16px;
	color: #000000;
	}


.leftbody {
	width: 215px;
	margin: 0px 0px 25px 25px;
	padding: 5px 5px 5px 5px;
	background-color: #E5ECF9;
	font-family: arial,comic sans ms,sans-serif;
	font-size: 14px;
	color: #000000;
	}



.auctions {
	width: 215px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #E5ECF9;
	font-family: arial,comic sans ms,sans-serif;
	font-size: 14px;
	color: #000000;
	overflow: hidden;
	filter: alpha(Opacity=100, FinishOpacity=0, Style=1, StartX=80, StartY=0, FinishX=215, FinishY=0);
	}


.moz_gradient[class] {
	width: 25px;
	height: 80px;
	position: absolute;
	margin: 0px 0px 0px 190px;
	background-image: url(images/gradient.png);
	background-repeat: no-repeat;
	}


#right {
	margin-left: 275px;
	padding: 0px 0px 0px 0px;
	}

// #right a:link {color: #830707; text-decoration: underline;}
// #right a:visited {color: #214383; text-decoration: underline;}
// #right a:hover {color: #808080; text-decoration: underline;}	


.righthead {
        margin: 0px 25px 0px 0px;
        padding: 5px 5px 0px 5px;
	/*background-color: #E5ECF9;*/
	text-align: center;
	font-family: arial,comic sans ms,sans-serif;
	font-size: 16px;
	/*color: #000000;*/
	}


.rightbody {
	margin: 0px 25px 25px 0px;
	padding: 5px 5px 5px 5px;
/*	background-color: #E5ECF9;*/
	font-family: arial,comic sans ms,sans-serif;
	font-size: 14px;
/*	color: #000000;*/
	}


#copyright {
	clear: both;
	margin: 0px 25px 0px 275px;
	padding: 5px 5px 5px 5px;
	text-align: center;
	font-family: arial,comic sans ms,sans-serif;
	font-size: 10px;
	color: #808080;
	}


.rule	{
	border-top-width: 2px;
	border-top-style: solid;
/*	border-color: #214283;*/ 
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	}


#navbar {
	position: absolute;
	width: 85%;
	top: 110px;
	left: 460px;
	}


#banner {
	position: absolute;
	top: 5px;
	left: 825px;
	}
/*New CSS top nav bar*/
#nav {
        margin: 0px;
	top: 65px;
        left: 480px;
	position: absolute;
        padding: 7px 7px 0;
        line-height: 100%;
        border-radius: 2em;

        -webkit-border-radius: 2em;
        -moz-border-radius: 2em;

        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
        -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);

        background: #353535; /* for non-css3 browsers */
        filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#353535', endColorstr='#333333'); /* for IE */
        background: -webkit-gradient(linear, left top, left bottom, from(#353535), to(#333333)); /* for webkit browsers */
        background: -moz-linear-gradient(top,  #353535,  #333333); /* for firefox 3.6+ */

        border: solid 1px #6d6d6d;
	}
	#nav li {
        margin: 0 5px;
        padding: 0 0 8px;
        float: left;
        position: relative;
        list-style: none;
	}
																/* main level link */
#nav a {
	font-weight: bold;
	color: #e7e5e5;
	text-decoration: none;
	display: block;
	padding:  8px 20px;
	margin: 0;
	-webkit-border-radius: 1.6em;
        -moz-border-radius: 1.6em;
        text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	}


#nav .current a, #nav li:hover > a {
        background: #FFCC00; /* for non-css3 browsers */
        filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFCC00', endColorstr='#FEE680'); /* for IE */
        background: -webkit-gradient(linear, left top, left bottom, from(#FFCC00), to(#FEE680)); /* for webkit browsers */
        background: -moz-linear-gradient(top,  #FFCC00,  #FEE680); /* for firefox 3.6+ */
        color: #444;
        border-top: solid 1px #f8f8f8;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
        -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
        box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
        text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
	}
/*Newer, tabbed top nav bar*/
#header {
	position: absolute;
	top: 67px;
	left: 480px;
	background-color: white;
	}

#header ul {
	list-style: none;
	padding: 0;
	margin: 0;
	background: white;
	float: left;
	width: 100%;
	}
												        
#header li {
	list-style: none;
	float: left;
	margin: 0 0.1em 0 0;
	}

#header a {
	text-transform: lowercase;
	text-decoration: none;
	display: block;
	width: 6em;
	padding: 0 1.0em 0 0.2em;
	font-weight: bold;
	color: black;
	border-bottom: 0.3em solid #454545;
	color: #454545;
	/*float: left;*/
        }
																																#header a:hover {
	color: #757575;
	border-color: #ffcc00;
	}

#header #selected a {
	color: #f80;
	border-color: #f80;
	}

#content {
	clear: both;
	color: white;
	padding: 1em;
	}

#content p {
	margin: 0 0 1em 0;
	}

h1 {
	padding: 0.5em 0 1em 0.5em;
	color: #f80;
	font-size: 1.5em;
	font-style: italic;
	}


