body { 
	background-color:#4878b1; /*  blue-06 */
	background-image:url("/images/bg/blue/blue-06_100x500.jpg");

	background-repeat:repeat-x;
	background-attachment:fixed;
	}

#content {
	color:#000000;
	}

#content .section {
	background-color:#e6f2ff;
	border-color:#666688;
	border-top-color:#ddeeff;
	border-left-color:#ffffff;

	background-image:url("/images/bg/blue/blue-section-top-05_480.jpg");
	background-repeat:repeat-x;
	}

.section .title {
	color:#ffffff;
	padding-bottom:24px;

	}

.section .subtitle {
	color:#224499;
	}
