@charset "utf-8";
/* CHS Layout CSS Document */

#wrapper{
	width:912px;
	height:1000px;
	margin-left:auto;
	margin-right:auto;
}
#header{
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
	height: 124px;
	width: 913px;	
}
#logo{
	padding-top:20px;
	width:405px;
	float:left;
}
#nav{
	float: right;
	width:325px;
	margin-top:20px;
	padding-left:12px;
}
#nav-tab{
	float:right;
	width: 320px;
	height:30px;
	padding-bottom:10px;
	vertical-align: middle;
}
#home-image{
	width:900px;
	height:350px;
	margin-left:6px;
}
#home-content{
	width:912px;
	background-image: url(images/home_bg.png);
	background-repeat: repeat-y;
	padding-bottom:50px;
	float: left;
}
#content{
	width:912px;
	background-image: url(images/bg.png);
	background-repeat: repeat-y;
	padding-bottom:50px;
	float: left;
}
#columns{
	
}
#home-content #left-column{
	width:480px;
	float:left;
	padding-left:20px;
	padding-right:15px;
	padding-top:20px;
}
#home-content #right-column{
	width:340px;
	padding-right:25px;
	padding-top:20px;
	float:right;
}
#footer{
	color: #666;
	width:913px;
	height:20px;
	margin-top:0px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	float:left;
}