@charset "utf-8";
/* CSS Document */

#announcementBanner {position: absolute;
		border: 3px solid #b37401;
		font-size:20px;
		text-align:center;
		width: 350px;
		height: 25px; 
		left: 475px; 
		top: 80px; 
		background-color: #ffb937;
}

#announcement1 {
	background-color: #ffb937;
	position: absolute;
	width: 550px;
	height: 150px;
	border: 3px solid #b37401;
	top: 200px;
	left: 400px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}


#announcement3 {
	background-color: #ffb937;
	position: absolute;
	width: 100px;
	height: 110px;
	border: 3px solid #b37401;
	top: 400px;
	left: 1100px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#announcement2 {position: center; 
				width: 246px; 
				height: 290px; 
				border: 3px solid #b37401; 
				padding-left: 4px; 
				padding-right: 4px; 
				padding-top: 1px; 
				padding-bottom: 1px;
}
