body  {
	margin: 0;
	padding: 0;
	background-color: #c89061;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #2C2F36;
	font-size: 12px;
	background-image: url(../images/bg.jpg);
}
.henryhandel #container { 
	width: 1000px;
	background: #FFFFFF;
	background-image: url(../images/sidebar_bg.jpg);
	margin: 0 auto;
	border: 1px solid #2C2F36;
	text-align: left;
} 
.henryhandel #header {
	background-color: #1F1E23;
	background-image: url(../images/header.jpg);
	height: 226px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.henryhandel #sidebar1 {
	float: left;
	width: 230px;
	background-color: #71726D;
	background-image: url(../images/sidebar_bg.jpg);
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 45px;
	color: #e7dabb;
	font-weight: bold;
	letter-spacing: 1px;
}
.henryhandel #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 290px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	line-height: 20px;
	background-color: #FFFFFF;
} 
.henryhandel #footer {
	padding: 0 10px 0 20px;
	background-color: #2C2F36;
} 
.henryhandel #footer p {
	margin: 0;
	color: #DFE0E3;
	font-size: 10px;
	line-height: 17px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1 {
	font-size: 18px;
	color: #976F42;
	line-height: 28px;
}
h2 {
	font-size: 15px;
}
h3 {
	font-size: 15px;
}
.text_size13 {
	font-size: 13px;
	color: #474D56;
	font-weight: bold;
}
.text_size16 {
	font-size: 16px;
	color: #8C8B4D;
	font-weight: bold;
}
.text_size11 {
	font-size: 11px;
	font-style: italic;
}
.text_size9 {
	font-size: 9px;
}
a:link {
	color: #EBE4BE;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #EBE4BE;
}
a:hover {
	text-decoration: none;
	color: #B18F3F;
}
a:active {
	text-decoration: none;
	color: #e7dabb;
}
a.page:link {
	color: #976F42;
	text-decoration: none;
}
a.page:visited {
	text-decoration: none;
	color: #976F42;
}
a.page:hover {
	text-decoration: underline;
	color: #CA8060;
}
a.page:active {
	text-decoration: none;
	color: #976F42;
}
.form_design {
	border: 1px ridge #c89061;
	background-color: #EBE4BE;
}