body {
	margin: 0;
	background-color: #3d2e24;
}
#wrap {
	width: 683px;
	text-align: center;
	margin: 0 auto;
	height: auto;
}
#top {
	background: url("images/top.png");
	width: 100%;
	height: 83px;
	background-repeat: no-repeat;
	background-position:center;
}
#logo {
	width: 683px;
	height: 111px;
}
#header_1 {
	width: 4px;
	height: 205px;
	float: left;
}
#header_2 {
	background: url("images/header_2.png");
	width: 14px;
	height: 205px;
	float: left;
}
#header_3 {
	width: 664px;
	height: 205px;
	float: left;
	display:inline;

}
.he {
display:inline;
}
#header {
	width: 683px;
	height: 205px;
}
#menu {
	height: 28px;
	margin: 0;
	padding: 0;
}
#menu_first {
	width: 48px;
	height: 28px;
	background: url("images/menu_first.png");
	float: left;
}
#menu_last {
	width: 59px;
	height: 28px;
	background: url("images/menu_last.png");
	float: left;
}
#menu_items {
	float: left;
}
.dot {
	width: 51px;
	height: 28px;
	text-align: center;
	background: url("images/menu_fill.png");
}
.dot_2 {
	width: 54px;
	height: 28px;
	text-align: center;
	background: url("images/menu_fill.png");
}
.fill {
	background: url("images/menu_fill.png");
}
#content {
	background: url("images/content.png");
	width: 683px;
	height: auto; !important
	min-height: 300px;
	height: 300px;
	background-repeat:repeat-y;
	text-align: left;
	padding: 10px;
	font-size: 12px;
	color: #f7d8a2;
	font-family: Tahoma;
}
#footer {
	background: url("images/footer.png");
	width: 683px;
	height: 67px;
}