
/* *******************************************  Home Page ******************************************* */  

#header #main-home-wrapper {
    float: left;
    clear: both;
	margin: 0 auto; padding: 0;
	width: 926px;
	height: 44px;
	background: url("/_common/img/nav_bg.gif") repeat-x;
}
#header #main-home-wrapper #main-home {
	width: 926px;
}
#content-wrapper-home { 
    float: left;
    clear: both;
	margin-top: 0; 
	padding: 0 0 46px 0;
	width: 926px;
}
#content-home-left {
	padding: 5px 0 0 0;
	display:inline;	
	width:369px;
	float:left;
}
#content-home-right {
	padding: 30px 0 0 0;
	display:inline;
	float:left;
	width:525px;
}

#content-home-center {
	padding: 30px 0 0 0;
	width:580px;
	text-align:center;
	margin-left:178px;
}


#content-home-imgleft {
	padding: 0;
	display:inline;
	float:left;
	width:463px;
}
#content-home-imgright {
	padding: 0;
	display:inline;
	float:left;
	width:463px;
}

#quote {
	font-style:italic;
	font-family: georgia, "times new roman", "times", serif
	font-size:14px;
	color:#642021;
	line-height: 20px;
	width:338px;
}






	





















