/*******************************************************************************
   Homepage Stylesheet
*******************************************************************************/
div#home-banner {
	width: 1024px;
	height: 267px;
	margin-bottom: 22px;
	}
	
div#content {
	width: 682px;
	margin-right: 31px;
	}
	
/*******************************************************************************
   Home Banner
*******************************************************************************/
div#home-banner p {
	color: #FFFFFF;
	}

div#home-banner a {
	color: #FFFFFF;
	}
	
/*******************************************************************************
   Main
*******************************************************************************/
div#main {
	background: url(../images/bkgrd/content-bkgrd.jpg) top left repeat-y;
	}
	
div#main-top {
	width: 1026px;
	height: 29px;
	background: url(../images/bkgrd/content-top-bkgrd.jpg) top left no-repeat;
	font-size: 1px;
	}
	
div#main-content {
	width: 984px;
	min-height: 515px;
	background: url(../images/bkgrd/content-content-bkgrd.jpg) bottom left no-repeat;
	padding: 16px 0 0 42px;
	}
	
/* IE6 min-height fix */
* html div#main-content {
	height: 515px;
	}

div#main-bottom {
	width: 1026px;
	height: 38px;
	background: url(../images/bkgrd/content-bottom-bkgrd.jpg) top left no-repeat;
	font-size: 1px;
	}
	
/*******************************************************************************
   Sidebar
*******************************************************************************/
div#sidebar p.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	font-style: italic;
	color: #7399c2;
	padding-top: 10px;
	line-height: 1.2em;
	}