/* CSS Document */


/*change colors of shadows*/
#shadow-container .shadow1 {
	background-color: #C4DCEC	;
}

#shadow-container .shadow2 {
	background-color: #89BAD9;
}

#shadow-container .shadow3 {
	background-color: #4E98C7;
}

#shadow-container .main_content {
	background-color: #ffffff;
	border: 1px solid #1375B4;
	padding: 10px;
}