body {
	background-color: #ffffff;
	color:#666666;
	font-family:Arial,Helv,sans-serif;
	font-size:11px;
	margin:0;
	padding:0;
}

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

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

.content_title {
	position: absolute;
	padding-top: 18px;
	padding-left: 17px;
	font-size:14px;
	margin-bottom: 1px;
	font-weight:bold;
	width: 400px;
	color: #FFF;
	background: url(images/header.gif) no-repeat top left;
	height: 21px;
}

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

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

#header {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0px;
	padding-top: 3px;
	padding-left: 26px;
	color: #fff;
	height: 73px;
	background: url(images/logo.gif) no-repeat;
}

#logo {
float:left;
padding-top: 25px;
width: 245px;
text-align:center;	
}

#logo2 {
width: 300px;
float:right;
width: 195px;
text-align:center;
padding-top: 25px;
margin-right: 25px;
}

#navigation {
	float: left;
	width: 130px;
}

#navigation a, #navigation a:visited {
	display: block;
	background: url(images/menulink.gif);
	padding-top: 3px;
	padding-left: 20px;
	height: 20px;
	color: #ccc;
}

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

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

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

#container {
	width: 750px;
	margin: 5px auto;
	background-color: #fff;
	color: #333;
	line-height: 130%;
}

#sidebox {
	float: right;
	width: 240px;
	background: #FFF url(images/rightcontent.gif);
	text-align:justify;
	color: #ccc;
}

.content {
	margin-left: 135px;
	margin-right: 240px;
	max-width: 34em;
	background: url(images/content.gif) top left;
	text-align:justify;
}

.text {
	padding: 40px 18px 25px 18px;
	color: #FFF;
	background: url(images/footer.gif) no-repeat left bottom;
}

.text_box {
	padding: 0px 18px 25px 18px;
	color: #e2e2e2;
	background: url(images/rightfooter.gif) no-repeat left bottom;
}

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

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

/* 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;
 }
