body {
	background-color: #ece9d8;
}
a {
	outline: 0 none;
}

#header-wrap {
	width: 100%;
	clear: both;
	text-align: center;
}
#header {
	text-align: left;
	background: #FFFFFF;
}
#nav {
	margin: 0px auto;
	border-top: 1px solid #B5B5B5;
	border-bottom: 1px solid #B5B5B5;
	background: #e3e3e3;
}
#content {
	background: #FFFFFF url(../images/content_bg.jpg) repeat-x scroll left top;
	border-top: 1px solid #FFFFFF;
}
#footer {
	background: #d7d4c6;
	color: #333333;
	border-top: 2px solid #aca899;
	margin-bottom: 15px;
	border-bottom: 2px solid #aca899;
	padding-top: 10px;
}
.inner {
	padding: 10px;
}
ul.menu {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 950px;
}
ul.menu li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	border-right: 1px solid #FFFFFF;
}
ul.menu a {
	float: left;
	padding: 6px 15px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	border-right: 1px solid #B5B5B5;
}
ul.menu li.first {
	/*border-left: 1px solid #B5B5B5;*/
}
ul.menu li.first a {
	border-left: 1px solid #FFFFFF;
}
ul.menu a:hover {
	background: #D7D7D7;
}
.col-l {
	background: #FFFFFF;
	margin: 10px 0 10px 10px;
	padding: 15px 15px;
}
.col-r {
	background: #FFFFFF;
	margin: 10px 10px 10px 0;
	padding: 15px 15px;
}
#header h1 {
	font: bold 24px Georgia, "Times New Roman", Times, serif;
}

h2 {
	border-bottom: 1px solid #cccccc;
	color: 333333;
	font-size: 14px;
	font-weight: bold;
	line-height: 17px;
	text-transform: uppercase;
}
h6.title {
	background: #f3f4f5;
	padding: 6px 10px;
}
#footer a {
	color: #333333;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}