/* --------------------  general  -------------------- */
#homeContainer
{
	display: inline;
	width: 988px;
	background-color: #ffffff;
	background-repeat: repeat-x;
	background-position: top left;
	background-attachment: scroll;
}
/* --------------------  cols  ----------------------- */
#homeCol1
{
	display: inline;
	position: relative;
	float: left;
	width: 573px;
	margin: 11px 0 11px 20px;
}
#homeCol2
{
	display: inline;
	position: relative;
	float: left;
	width: 355px;
	margin: 11px 0 11px 20px;
}
#homeBottomLeft
{
	width: 573px;
	margin: 10px 0 0 0;
}
/* --------------------  one  ------------------------ */
#one
{
	float: left;
	display: inline;
	margin: 0;
}
/* --------------------  two  ------------------------ */
#two
{
	float: left;
	display: inline;
	margin-top: 7px;
}
/* --------------------  three  ---------------------- */

/* there is no third thing */

/* --------------------  four  ----------------------- */
#four
{
}
/* --------------------  five  ----------------------- */
#five
{
	margin: 15px 0 10px 0;
}

/* --------------------  one: slideshow  ------------- */
#one .fallTheme img
{
	border: 0;
	margin: 0;
}
/* --------------------  two: body  ------------------ */
#two
{
	border: 1px solid #d6d6d6;
	background-color: #f7f7f7;
	padding: 7px 8px;
}
/* --------------------  four: snippet  -------------- */
#four
{
	padding: 7px;
	margin: 0;
  	xborder: 1px solid #cccccc;
	background-color: #edeff3;
}
/* --------------------  five: quickLinks------------- */
#homeContainer #five #CustomLinks h3
{
	margin: 0;
	padding: 6px;
	text-align: center;
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em;
	letter-spacing: .05em;
	background-color: #3d5a93;
	color: white;
}

