body {
	width: 900px;
	font-size: 12px;
	color: #000000;
	background-image:url(./images/bg.jpg);
	background-color:#dfa2ac;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin: 0 auto 0 auto;
	background-position: top;
	background-repeat:no-repeat;
}

a:link,a:visited {
	color: #fff; 
	font-weight: bold; 
	text-decoration:none;
}

a:hover {
	color: #fff;
	text-decoration:underline;
}

form {
	padding: 0px;
	margin: 0px;
}

form a, form a:visited {
	color: #ccc;
}

.content_title {
	position: absolute;
	padding-top: 18px;
	padding-left: 17px;
	font-size:12px;
	font-weight:bold;
	width: 400px;
	height: 18px;
}

#content_title a, #content_title a:visited {
	color: #ff0000;
}

h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 15px;
	padding-left: 25px;
	padding-bottom: 0px;
	font-size:12px;
	color: #fff;
	background: url(images/textheader.gif) no-repeat top left;
	height: 20px;
}

#header {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0px;
	color: #abcdef;
	height: 250px;
	background: url(images/logo.jpg) no-repeat;
}

#advertisers {
	padding: 184px 0px 6px 306px;
}

#navigation {
	float: left;
	width: 300px;
	padding: 0px;
	background-color: #fff;
}

#navigation a, #navigation a:visited {
	color: #ccc;
}

#navigation a:hover {
	color: #FFF;
	text-decoration: none;
}

#mainnav {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	height:	30px;
	background-color:	#652d3e;
	padding-top: 10px;
}

#menucontent {
	background: url(images/menulink.gif);
	padding-top: 3px;
	padding-left: 25px;
	padding-right: 25px;
}

#menucontent a, #menucontent a:visited {

}
	
#menuheader {
	background: url(images/menuheader.gif) no-repeat;
	height: 30px;
}

#menufooter {
	background: url(images/menufooter.gif) no-repeat left top;
	height: 30px;
}

#container {
	width: 900px;
	margin: 0px;
	padding: 0px;
	background: url(images/container.jpg);
	background-color: #fff;
	color: #333;
	line-height: 130%;
height: 100%;
}

#sidebox {
	float: right;
	width: 120px;
	background: #652d3e;
	text-align:justify;
	color: #ccc;
}

.sideboxcat
{
	background: 	#292943;
	color:		#FFFFFF;
	padding:	0 5px;
	font-size:	10px;
	margin:		0;
	text-align:	left;
}

.sideboxitem
{
	width:			100px;
	padding:		0 10px;
	font-size:		9px;
	text-align:	left;
}

.sideboxitem a, .sideboxitem a:visited
{
	font-size: 9px;
	color: #ccc; 
	font-weight: normal; 
	text-decoration:none;
	text-align:	left;
}

.loginform {
	background: url(images/menulink.gif);
	color: #fff;
	padding-top: 0px;
	padding-left: 25px;
	margin: 0px;
}

.content {
	margin-left: 306px;
	margin-right: 126px;
	max-width: 480px;
	text-align:justify;
}

.content a, .content a:visited {
	color: #652d3e;
}

.text {
	padding: 55px 18px 25px 18px;
	font-size: 11px;
	color: #404040;
}

.text_box {
	color: #ffe2e2;
	background: url(images/menufooter.gif) no-repeat left bottom;
}

#info {
	color: #ccc;
	background: #5982B3;
	font-size: 9px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	border:	1px solid #6F92BD;
}

#itemdetails {
	color: #808080;
	background: transparent;
	font-size: 9px;
    text-align: right;
	padding: 5px;
}

#footer {
clear: both;
}

/* FORMS */

.commentform textarea
{
	width: 280px;
}

.mailform textarea
{
	width: 280px;

}

/*SEARCH HIGHLIGHT COLOR*/
.highlight
{
	background: #DEFFA9;
}

/* RIGHTBOX AND LEFTBOX FOR TOOLBAR */
.leftbox {
 float: left;
 margin-right: 1em;
 margin-bottom: 0em;
 }

.rightbox {
 float: right;
 margin-left: 1em;
 margin-bottom: 0em;
 }
