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

#header{
	height:99px;
	background:url(../img/home_header.jpg) top no-repeat;
	position:relative;
}

#searchBox{
	right:0;
	bottom:60px;
}

#topLinks{
	right:15px;
	bottom:30px;
}

#flash{
	height:252px;
	background:url(../img/flash.jpg) top no-repeat;
}

#contentTop{
	background:url(../img/home_content_top.jpg) top no-repeat;
}
#contentBottom{
	background:url(../img/home_content_bottom.jpg) bottom no-repeat;
	overflow:hidden;
}
#contentBack{
	background:url(../img/home_content_bg.jpg) top repeat-y;
}

#left{
	background:url(../img/home_title_awordaboutcchs.gif) top no-repeat;
	width:345px;
	float:left;
	padding-top:40px;
	text-indent:3px;
	margin-left:20px;
	margin-top:30px;
}
#right{
	float:right;
	background:url(../img/home_title_whatshappening.gif) top no-repeat;
	width:331px;
	padding:35px 0 15px 0;
	margin-top:30px;
	margin-right:25px;
	overflow:hidden;
}
