@import"bahri.css";
@import"ed.css";
@import"modalbox.css";
body {
	padding: 0px;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	background: url(../../images/back_tile.gif);
}

.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}
a {
	border: none;
	text-decoration: none;
}
.red {
	color: #6a0000;
}
#wrapper {
	width: 882px;
	margin: 0px auto;
}

#banner {
	height: 137px;
	background: url(../../images/banner.jpg) no-repeat;
}

#banner #minimenu {
	float: right;
	margin: 10px 10px 0px;
}

#banner #minimenu a {
	color: #866313;
	font-size: 12px;
	font-style: italic;
}

#banner #minimenu a:hover {
	text-decoration: underline;
}

#main {
	float:left;
	width:880px;
	background: url(../../images/main_back.gif) repeat-y;
	padding: 1px 1px 0px 1px;
}

#mainbottom {
	float:left;
	width:880px;
	background: url(../../images/main_bottom.gif) no-repeat;
	height: 6px;
	overflow: hidden;
}



#mainmenu {
	font-size: 14px;
	font-style: italic;
}

#mainmenu dl, #mainmenu dd {
	margin: 0px;
	padding: 0px;
}

#mainmenu dl {
	position: relative;
	margin: 0px auto;
	height: 29px;
	overflow: hidden;
	border-left: 1px solid #c0aa71;
	border-right: 1px solid #c0aa71;
	background: url(../../images/menu_back.gif);
}

#mainmenu dd a {
	color: #6a0000;
	float: left;
	padding: 0px 7px 0px;
	height: 29px;
	line-height: 29px;	
	text-decoration: none;
}

#mainmenu dd a:hover {
	color: #c50808;
}

#bottommenu {
	color: #655022;
}

#bottommenu #bottomlinks {
	float: left;
}

#bottommenu #bottomlinks a {
	color: #655022;
	text-decoration: none;
	font-size: 10px;
	font-style: italic;
}

#bottommenu #bottomlinks a:hover {
	text-decoration: underline;
}

#bottommenu #callus {
	float: right;
	color: #6a0000;
	font-size: 10px;
	font-style: italic;
}
