html, body {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: white url(../images/CH-bg.jpg) repeat-y fixed center top;
	margin: 0;
}

#container {
		border-top: 5px solid #906;
	width: 100%;
}

#wrapper {
	width: 960px;
	margin-right: auto;
	margin-top: 0px;
	margin-left: auto;
}

#header {
	width: 840px;
	height: 150px;
	background: url(../images/CH-logo.gif) no-repeat center top;
	text-align: center;
	margin: 40px auto 20px;
}

#site-title {
	height: 50px;
	padding-top: 85px;
}

#content {
	position: relative;
	background-color: rgba(255,254,255,0.6);
	margin-bottom: 15px;
	height: 100%;
	float: left;
	min-height: 630px;
}

#sidebar{
	width: 220px;
	line-height: 2em;
	
	margin-left: 20px;
	float: left;
	margin-top: 20px;
}

#sidebarhead {
	width: 220px;
	float: left;
	clear: left;
	height: 50px;
}

#sidebarbody {
	background: url(../images/CH-navbar_body-y-repeat.gif) repeat-y center top;
	float: left;
	width: 220px;
}

#sidebarfoot {
	width: 200px;
	height: 60px;
	margin-top: 0;
}

#mainContent{
	padding-left: 0;
	float: left;
	width: 355px;
	min-height: 550px;
	margin-top: 15px;
	margin-bottom: 25px;
}

#rightcol {
	float: right;
	width: 360px;
	margin-top: 15px;
}

#rightcolHome {
	width: 200px;
	margin-top: 15px;
	float: right;
}

#footer {
	width: 960px;
	padding-top: 0;
	position: relative;
	height: 80px;
	background-image: url(../images/CH-footer-bg.jpg);
}


#sideLinks{
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	text-align: left;
	width: 100%;
}

#navBar{
	position: relative;
	bottom: 40px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.clear { clear: both;}

/* Content */

.img-pad-right {
	margin-right: 20px;
	border: 10px solid white;
}

.img-thumbs {
	margin-right: 20px;
	margin-bottom: 20px;
	border: 5px solid white;
}

#mainContentHome{
	padding-left: 0;
	width: 680px;
	margin-top: 20px;
	float: left;
	margin-left: 20px;
	font-family: "Kotta One", Georgia, "Times New Roman", Times, serif;
}

#home-slide {
	height: 370px;
	width: 680px;
	margin-bottom: 20px;
}

#col1 {
	width: 220px;
	float: left;
}

#col2 {
	width: 220px;
	top: 0;
	float: left;
	margin-left: 10px;
}

#col3 {
	width: 220px;
	float: left;
	margin-left: 10px;
}

.project-list {
	float: left;
	display: block;
	width: 100%;
}