body {
	font-family: tahoma, arial, sans-serif;
	font-size: 13px;
	color: #5E573B;
	background-color: #000000;
	background-image: url(images/bodybg.gif);
	background-repeat: repeat-x;
}

#container {

}

#header {
	width: 785px;
	background-color: #DFD2A1;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
}

#content_main {
	width: 785px;
	height: 378px;
	background-color: #DFD2A1;
	background-image: url(images/bottom.jpg);
	background-repeat: no-repeat;
}

#content {
	width: 785px;
	background-color: #DFD2A1;
	background-image: url(images/content-back.gif);
}

#footer {
	width: 785px;
	height: 67px;
	background-color: #A9985F;
	background-image: url(images/content-bottom.jpg);
}

#left {
	float: left;
	width: 287px;
	height: 311px;
}

#middle {
	float: left;
	width: 227px;
	height: 311px;
}

#right {
	float: left;
	width: 267px;
	height: 311px;	
}

#clearer {
	clear: both;
}

#image_holder img {
	padding:10px 0px;
}

.content-text {
	padding: 15px;
}

.mini-header {
	font-weight: bold;
	font-size: 16px;
	color: #4C5B38;
}

a, a.visited {
	color: #0033FF;
}

p {
	margin: 6px;
}