/* Container / Body & HTML */
body
{
	margin: 0;
	padding: 0;
	background-color: #c96;
	background-image: url(css_images/wood.jpg);
}

div#container
{
	width: 950px;
	margin: 10px auto;
}



/* Navbar DIV */
div#navbar
{
	height: 30px;
	background-image: url(css_images/navbar.gif);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 5px;
}

div#navbar a
{
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	color: #fff;
	font-weight: bold;
}

div#navbar span.account
{
	margin-left: 70px;
}

/* Sidebar DIV */
div#sidebar
{
	width: 220px;
	float: left;
	margin-top: -20px;
}

div#sidebar .searchbox
{
	width: 180px;
	margin-bottom: 2px;
	margin-top: -15px;
}

div#sidebar .searchsubmit
{
	margin-bottom: -2px;
}

div#sidebar h3
{
	height: 30px;
	background-image: url(css_images/sidebar_h3.gif);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 4px;
	font-size: 16px;
	font-weight: bold;
	color: #eee;
	margin-bottom: 12px;
}

div#sidebar ul
{
	list-style-type: none;
	margin: -16px 0 -8px 0;
	padding: 0px;
}

div#sidebar ul li
{
	margin: 0px 0;
	padding: 0px;
	display: block;
	padding: 0px 0px 2px 6px;
	border: 1px solid #000;
	border-width: 0px 1px 1px 1px;
	background-color: #ddd;
}

div#sidebar ul li a
{
	font-weight: bold;
	text-decoration: none;
	color: #222;
}

div#sidebar ul li a:hover
{
	font-weight: bold;
	text-decoration: underline;
	color: #999;
}

div.menu_border
{
	border: 1px solid #333;
}


/* Content DIV */
div#content
{
	width: 722px;
	float: right;
	margin-top: -4px;
	margin-bottom: 2px;
	background-color: seashell;
	padding: 0 0 0 4px;
	color: #555;
}

div#content h1,h2,h4,h5,h6
{
	text-align: center;
	background-image: url(css_images/content_h1.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	font-size: 16px;
	font-weight: bold;
	height: 30px;
	padding-top: 6px;
	margin-top: -1px;
	margin-bottom: -2px;
	width: 726px;
	position: relative;
	left: -4px;
	color: #000;
}

div.video
{
	text-align: center;
}



/* Footer */
div#footer
{
	text-align: center;
	clear: both;
	background-image: url(css_images/footer.gif);
	height: 30px;
	width: 950px;
}

div#footer p
{
	margin: 0;
	padding: 5px 0 0 0;
	color: #fff;
	font-weight: bold;
}

div#footer a
{
	color: #fff;
}



/* Auction Items */


td.ie_item_text
{
color: #f00;
height: 80px;
}

td.ie_item_img
{
width: 100px;
}



/* General Tags */
div.center
{
	text-align: center;
}

span.red
{
	color: red;
}

span.blue
{
	color: blue;
}

p.start
{
	margin-top: 0px;
}

p.end
{
	margin-bottom: 1px;
}

p.start_end
{
	margin: -4px 0 1px 0;
}

img.float_right
{
	float: right;
}

img.float_left
{
	float: left;
	padding: 0 2px 0 0;
}

span.align_left
{
	text-align: left;
}

div#content a
{
	color: forestgreen;
}