 /*-----:[ Sets the background color and image of the site ]:-----*/
body.custom {
	background: #87B4B5;
}

/*-----:[ Sets the content page customizations ]:-----*/
.custom #page {
	background: #5E7D7E;
}

/*-----:[ Sets the header customizations ]:-----*/
.custom #header {text-align: center; border-bottom: 1px solid; border-left: 1px solid; border-right: 1px solid; border-color: #FFFFFF;}
	background: url();
}

/*-----:[ Sets the header text/logo customizations ]:-----*/
.custom #header #logo {
	text-align: center;     /* centers the header text */
        padding: 30px 0px;     /* adds padding to the top and bottom of the header text */
}

