/**
*
*    FORMATTING STYLESHEET
*
**/


body {
	/* DreamCatcher main body Style */
	background: #ffffff url('../images/blue/bottom_background.jpg') repeat-x left bottom;
}


	
#header_color {
	/*  */
	background: url('../images/blue/top_background.jpg') repeat-x left top;
}


#top_cloud {
	/*  */
	background: url('../images/blue/top_cloud.png') no-repeat left top;
}


#bottom_cloud {
	/*  */
	background: url('../images/blue/bottom_cloud.png') no-repeat;
}

.drop_container {
	background: url('../images/blue/trans_square.png');
}

.drop_content {
	color: #ffffff;
	background: #315b70;
}
.drop_content h4 {
	color: #fff;
}