body {
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 0.5em;
	color: #000000;
	background-color: #5a5542;
	margin: 5px;
	padding: 0;
}

h2 {
	font-size: 1.4em;
	color:#a5444d;
	margin: 0;
}
#wrapper_index {
	width: 736px;
	background: url(line1.gif);
	margin: 0;
	background-repeat: repeat-y;
	padding: 0;
}

#wrapper {
	width: 736px;
	background: url(line.gif);
	margin: 0 auto;
	background-repeat: repeat-y;
}

#wrapper .menulist a , #wrapper .menulist a:visited {
	color: #44433f;
	padding: 0;
	text-decoration: none;
}
#wrapper .menulist a:hover{
	color: #a99050;
	text-decoration: none;
}

#center2 {
/*	background-color: #f6f4ef; */
	width: 736px;
	float: left;
/*	height: 280px;
	min-height: 290px; */
}
#center2 .content {
	padding: 20px;
	font: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.71em;
	line-height: 2em;	
	color:#706a5b;
}

#center1 {
/*	background-color: #f6f4ef;  */
	width: 381px;
	float: left;
/*	height: 657px;
	min-height: 650px; */
}
#center1 .content {
	padding: 8px;
	font: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.81em;
	line-height: 1.1em;	
	color:#706a5b;
}
#center {
/*	background-color: #f6f4ef;  */
	width: 381px;
	float: left;
/*	height: 657px;
	min-height: 650px;  */
}
#center .content {
	padding: 10px;
	font: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.71em;
	line-height: 1.5em;	
	color:#706a5b;
}
#left {
	background-color: #e5e0d5;
	width: 175px;
	float: left;
/*	min-height: 650px;	 */
}
#left .content {
	padding: 9px;
	font-size: 0.71em;
	line-height: 1.8em;
	color: #44433f;
}
#left a:link a:visited {
	color: #44433f;
	text-decoration: none;
}
#right {
	background-color: #e5e0d5;
	width: 180px;
	float: left;
/*	height: 657px;
	min-height: 650px;	 */
}
#right .content {
	padding: 8px;
	font-size: 0.71em;
	line-height: 1.7em;
	color: #44433f;
}
.menulist {
	margin: 0 0 0 0;
	padding: 0;
	list-style-type: none;	
}

#footer {
	color: #888275;
	padding:8px 0 0 5px;
	margin: 0;
	font-size: 0.65em;
	clear: both;
	background-color: #f6f4ef;
	height: 30px;
	min-height: 30px;
}
#footer a {
 color: #888275;
 text-decoration: none;
}
#footer img{
	border: none;
}

/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	height: 75px;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 450px;
	height: 300px;
}