body {
	background-color:#404c1e;
	margin:0px;
}
#page {
	background-image: url(../../images/designs/design15/theme1/bg_page.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#content {
	width: 746px;
	height:auto !important;
	min-height:270px !important;
	height:270px;
}
#header {
	background-image: url(../../images/designs/design15/theme1/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 248px;
	width: 746px;
}
#header h1 {
	padding-left:30px;
	padding-top:20px;
	margin-left:0px;
	margin-top:0px;
}
#menu_box {
	float:left;
	width: 241px;
}
#text_content {
	background-image: url(../../images/designs/design15/theme1/content_bg_repeat.gif);
	width: 505px;
	background-repeat: repeat-y;
	background-position: left;
	height:auto !important;
	min-height:270px !important;
	height:270px;
}
#content_box {
	float: right;
	width: 505px;
}
#text_wrapper {
	background-image: url(../../images/designs/design15/theme1/content_bg.jpg);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#5c4207;
	padding-top:40px;
	padding-left:35px;
	padding-right:45px;
}

#menu {
	background-image: url(../../images/designs/design15/theme1/menu_bg_repeat.gif);
	background-repeat: repeat-y;
	background-position: left;
	float: left;
	width: 241px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	padding-top:20px;
	padding-left:35px;
	list-style-type:none;
	background-image: url(../../images/designs/design15/theme1/menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#menu li {
	height:30px;
	background-image: url(../../images/designs/design15/theme1/arrow.jpg);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left:15px;
}
#menu li a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5a7117;
	font-weight:bold;
	text-decoration:none;
}
#menu li a:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5a7117;
	font-weight:bold;
	text-decoration:underline;
}
#menu .active {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5a7117;
	font-weight:bold;
	text-decoration:none;
}
#menu .active:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5a7117;
	font-weight:bold;
	text-decoration:underline;
}
#footer #footer_text a {
	color:#FFFFFF;
	padding:30px;
}