body {
	text-align: center;
	margin:  auto;
	background-color: #DED5C9;
	FONT-FAMILY: tahoma, verdana, geneva, arial, Arial;
	FONT-SIZE: 11px;
	COLOR: #573503;
	FONT-WEIGHT: normal;	
}
h3 {
	font-weight: bold;
	font-size: 13px;
}
#outer {
	FONT-SIZE: 11px;
	text-align: center;
	border: 1px solid #C2BBAB;
	width: 846px;
	margin: auto;
	background-color: #DED5C9;
}
#main {
	position: relative;
	background: #D1C9BE;
	width: 846px;
	padding:0;
	overflow: hidden;
}
#c-left {
	float: left;
	background: #D1C9BE;
	width: 212px;
}
#cont {
	width: 633px;
	float: left;
	background: #EEEBE8;
	border: solid #C2BBAB;	
	border-width: 0 0 0 1px;
	text-align: left;
	min-height: 700px;
	FONT-FAMILY: tahoma, verdana, geneva, arial, Arial;
	FONT-SIZE: 11px;
	COLOR: #573503;
	FONT-WEIGHT: normal;	
}
#logo {
	width: 210px;
	height: 110px;
	background: transparent url('logo.jpg') no-repeat center center;
	margin: 0;
	padding: 0;
}
#ban {
	width: 633px;
	height: 350px;
	border: 0;
}
#footer {
	text-align: right;
	clear: both;
	background: #C2BBAB;
	margin: 0;
	padding: 8px;
}
#txt {
	width: 610px;
	margin: 15px 5px 15px 15px;
}
#txt img {
	position: relative;
	float: right;
	margin: 0 -10px 0 0;
}
#txt .cls {
	clear: both;
}
#txt p {
	margin-top: 5px;
}
#txt span {
	font-weight: bold;
}
#txt .break {
	position: relative;
	display: block;
	width: 98%;
	height: 10px;
	clear: both;
}
#menu {
	position: relative;
	width: 210px;
	margin: 140px 0;
	padding: 1em 0;
	font-size: 11px;
	text-align: center;
}
ul#list {
	text-align: left;
	list-style: none;
	padding: 0;
	margin: 0 15px 0 15px;
	width: 180px;
}
ul#list li{
	display: block;
	margin: 0;
	padding: 0;
	margin-bottom: 2px;
}
ul#list li a{
	display: block;
	width: 170px;
	padding: 3px 0 3px 20px;
	border: 1px solid #C2BBAB;
	text-decoration: none;
	background: #EEEBE8;
}
.bt {margin-bottom: 15px;}
#menu>ul#list li a { width: auto;}

ul#list li#active a {
	background: #f0e7d7;
}
ul#list li a:hover, ul#list li#active a:hover {
	background: transparent;
	border: 1px solid #D1C9BE;
	color: #EE0000;
}
.fl img{
	width: 550px;
}
a:link  {color: #573503;}
a:visited {color: #573503;}
a:hover {text-decoration: none;}
a:active {color: #C11414;}
