@import 'menuvert.css';
@import 'menuhor.css';

html,body { 
	background:#CCC url(../images/background_top.jpg) top center no-repeat;
	text-align:center;
	padding:0;
	margin:0;
	font-family:arial, sans-serif;
}

#wrapper {
	width:820px;
	background:url(../images/background_middle.jpg) top center repeat-y;
	margin:12px auto;
	text-align:left;
}

#wrapper-inner {
	width:820px;
	_width:824px;
	background:url(../images/background_bottom.jpg) bottom center no-repeat;
	padding-bottom:11px;
}

#header {
	height:164px;
	padding:0 10px;
}

#header-logo {
	width:224px;
	height:163px;
	text-indent:-9999px;
	background-image:url(../images/header-logo.jpg);
	margin:0;
	padding:0;
	float:left;
	border-right:1px solid white;
	cursor:pointer;
}

#header-image {
	overflow:hidden;
	width:575px;
	height:163px;
}
#sitebody {
	margin:0 10px;
	padding:0;
}

#column-left {
	width:224px;
	min-height:755px;
	_height:755px;
	background:#673502 url(../images/column-left_bg.jpg) bottom left no-repeat;
	float:left;
}

#column-right {
	width:575px;
	margin-left:225px;
}
#menu-top {
	background:#673502;
	width:576px;
	height:33px;
}

#content h2 {
	font-weight:bold;
	font-family:arial, sans-serif;
	font-size:17px;
	color:#673502;
	text-transform:uppercase;
	border-bottom:1px solid #cdcd9c;
	padding-bottom:5px;
	margin-bottom:5px;
}

#content {
	padding:20px 30px 20px 20px;
	font-size:11px;	
}

#content p {
	margin-bottom:8px;
}

.under_menu_left {
	color:white;
	font-size:12px;
	padding:10px;
}

.under_menu_left a {
	font-weight:bold;
	color:white;
}
