body {
	margin: 0 auto;
	background: #f5eee4;
	font: 11px Arial, Verdana, Sans-Serif;
}

h1 {
	margin: 0px;
	padding: 0px;
	color: #48819c;
	font-size: 16px;
}

hr {
	border: 0px;
	border-top: 1px solid #cfdbe0;
	margin-bottom: 20px;
}

#cont {
	margin: 50px auto;
	width: 730px;
}

#title {
	width: 728px;
	height: 38px;
	background: url('../img/built/bg_title.gif') repeat-x;
	border: 1px solid #fff;
}

#header {
	width: 730px;
	height: 189px;
	background: #fff;
	border-top: 1px solid #e9ebef;
}

#content {
	width: 730px;
	background: #48819c;
}

#menu {
	width: 178px;
	min-height: 340px;
	background: url('../img/built/bg_menu.gif') repeat-x;
	border: 1px solid #48819c;
	float: left;
}

#menu ul {
	margin: 14px 0px 0px 14px;
	padding: 0px;
	list-style: none;
}

#menu li {
	margin: 0px 0px 5px 0px;
	width: 150px;
	height: 20px;
}

#menu a {
	display: block;
	padding: 3px 3px 3px 10px;
	color: #e4eff5;
	text-decoration: none;
	background: url('../img/built/bg_menu_off.gif') repeat-x;
}

#menu a:hover {
	color: #fff;
	background: url('../img/built/bg_menu_on.gif') repeat-x;
}

#text {
	padding: 20px;
	width: 508px;
	min-height: 300px;
	background: url('../img/built/bg_text.gif') repeat-x;
	background-color: #fff;
	border: 1px solid #fff;
	color: #535353;
	font-size: 12px;
	line-height: 1.5em;
	float: left;
}

#footer {
	width: 730px;
	height: 40px;
}