@charset "UTF-8";
/* CSS Document */

/******* CYCLE SHOW *********/
#main_content #dojo_animals {
	margin-top:20px;
	width:510px;
	height:410px;
	/*background-color:yellow;*/
}

#main_content #dojo_animals img {
	width:500px;
	height:400px;
	padding:0; 
	border: 4px solid #999999;
	border-left-color:#CCCCCC;
	border-top-color:#999999;
	border-bottom-color:#333333; /* darker shade then top and left */
	border-right-color:#666666;
	background:#E6E6E6;
	}

/****** Welcome *********/
#main_content #welcome {
	width:510px; /* match the width of slide show */
	text-align:justify;
	margin:0;
	padding:0;
}

marquee {
	margin-top:5px;
	margin-bottom:5px;
	padding:5px 0;
	background-color:#000000;
	color:#FFFFFF;
}