/* CSS Document */


/*change colors of shadows*/
#shadow-container .shadow1 {
	background-color: #F8DFBF;
}

#shadow-container .shadow2 {
	background-color: #F1C07F;
}

#shadow-container .shadow3 {
	background-color: #EAA140;
}

#shadow-container .main_content {
	background-color: #ffffff;
	border: 1px solid #E38100;
	padding: 10px;
}