body {
	text-align:center;
	background:#3E362B;
}

div {
	margin:0; padding:0
}
#mainmenu a.current {
	color:#FFFFFF;
}

.wrap {
	margin:0px auto;
	padding:0;
	width:888px;
	background:#3E362B;
}

/*-------------------------------------------------------Header-------------------------------------------------------*/

#top {
	margin:0;
	padding:0;
	width:946px;
	height:150px;
	text-align:left;
	display:table;
}


#content {
	background:url(images/background.jpg) left;
	width:946px;
	margin:0;
	padding:0;
	text-align:left;
	display:table;
}



/*-------------------------------------------------------Menu-------------------------------------------------------*/

#menu {
	line-height:23px;
	padding:0;
	margin:0;
	width:250px;
}
#menuheader {
	width:250px;
	height:76px;
	background:url(images/menutop.jpg);
}
#mainmenu {
	line-height:23px;
	padding:0px;
	margin:0;
	text-align:left;
	width:250px;
	background:url(images/menubackground.jpg);
	background-repeat:repeat-y;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	
}
#menufooter {
	width:250px;
	height:84px;
	background:url(images/menufooter.jpg);
}


#mainmenu a {
	color:#000000;
	text-decoration:none;
}

#mainmenu a:hover {
	color:#FFFFFF;
}

.menulink {
	color:#000000;
	text-decoration:none;
}

.menulink:hover {
	color:#FFFFFF;
	cursor:pointer;
}


/*-------------------------------------------------------Content-------------------------------------------------------*/

#center {
	margin-left:10px;
	float:left;
	text-align:left;
	width:459px;
	height:100%;
}

/*-------------------------------------------------------Right-------------------------------------------------------*/

#right {
	padding:0;
	margin:0;
	text-align:left;
	width:218px;
	float:right;
	height:100%;
}

/*-------------------------------------------------------Footer-------------------------------------------------------*/

#footer {
	width:946px;
	height:65px;
	font:tahoma 11px;
	text-align:center;
	background:url(images/footer.jpg);
}
#design {
	color:#827B71;
	font-size:9px;
}
#design a {
	color:#827B71;
	text-decoration:none;
	font-size:9px;
}
#design a:hover {
	text-decoration:underline;
}

hr {
	height:1px;
	width:80%;
	border:0;
	color:#6F5427;
	background-color:#6F5427;
}

iframe {
	height:100%;
}

#center a {
	color:#000000;
}
#center a:hover {
	color:#FFFFFF;
}



