html{height:100%;}
body{
	margin:0;
	height:100%;
	color:#000;
	font:12px Arial, Helvetica, sans-serif;
	min-width:940px;
	background:#fff url(../images/bg-body.gif) repeat-x 0 0;
}
img{border-style:none;}
a{
	text-decoration:none;
	color:#000;
}
a:hover{text-decoration:underline;}
#wrapper{
	position:relative;
	width:990px;
	min-height:100%;
	background:url(../images/bg-sidebar.gif) repeat-y;
}
* html #wrapper{
	overflow:visible;
	height:100%;
}
.w1{
	padding:145px 0 0;
	width:100%;
}
#header{
	position:absolute;
	top:0;
	left:0;
	background: url(../images/bg-header-holder.jpg);
	width:990px;
	height:145px;
}
.header-holder {
	height:31px;
	width:990px;
	padding-top:114px;
	background:url(../images/bg-header.jpg) no-repeat;
}
.logo-holder{
	width:306px;
	height:35px;
	position:absolute;
	top:39px;
	left:572px;
	z-index:10;
	text-indent:-9999px;
	overflow:hidden;
}
.logo{
	background:url(../images/logo.png) no-repeat;
	height:100%;
	margin:0;
}
.logo a{
	height:100%;
	display:block;
	position:relative;
}
.nav{
	padding:8px 0;
	list-style:none;
	background:#005900;
	margin:0;
	overflow:hidden;
	width:100%;
	text-align:center;
}
.nav li{
	margin:0 19px;
	display:inline;
}
.nav a{
	font:11px Arial, Helvetica, sans-serif;
	color:#fff;
}
.nav a:hover{
	color:#ff9;
	text-decoration:none;
}
#main{
	width:100%;
}
#main:after {
	content:"";
	display:block;
	clear:both;
}
#twocolumns{
	float:left;
	width:742px;
	padding:20px 0 0 34px;
}
#content{
	float:left;
	width:441px;
}
#content p{
	margin:0 0 12px;
	line-height:20px;
}
.aside{
	float:right;
	width:269px;
	display:inline;
}
#sidebar{
	display:inline;
	float:left;
	width:145px;
	padding:0 0 168px;
}
#sidebar ul{
	padding:35px 0 25px;
	margin:0 0 26px;
	list-style:none;
	background:#954c14;
}
#sidebar ul li{
	text-align:center;
	margin:0 0 13px;
}
#sidebar ul a{color:#fff;}
#sidebar ul a:hover{
	text-decoration:none;
	color:#ff9;
}
.logo-box{
	position:absolute;
	left:0;
	padding:26px 0 0;
	bottom:0;
	width:145px;
	height:142px;
	background:url(../images/bg-logo-box.gif) repeat-x 0 0;
}
* html .logo-box{
	bottom:-1px;
}
.logo-bar{
	display:block;
	width:73px;
	margin-left:35px;
	overflow:hidden;
	text-align:center;
}
.slide-box{
	width:441px;
	height:404px;
	overflow:hidden;
	margin:0 auto 21px;
	padding:0;
	position:relative;
}
.slide-box li{
	width:441px;
	height:404px;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
}
.slide-box img{
	display:block;
}
.slide-box li.active{
	z-index:2;
}
.link-next,
.link-prev{
	display:none;
}
.menu{
	padding:0;
	margin:0;
	list-style:none;
}
.menu li{margin:0 0 8px;}
#footer{
	color:#848383;
	font-size:10px;
	padding-left: 145px;
}
.footer-holder {
	padding:0 0 13px 36px;
}
#footer p{margin:0;}