@charset "UTF-8";
/* CSS Document */

#homepage {
	width:800px;
	position:relative;
	background-image:url(images/COTW_head_mission.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	margin:0 auto;
	border:thin solid #557c3e;
}

#homepage_content {
	width:auto;
	height:auto;
	margin-top:180px;
}

#leftcol {
	width:580px;
	height:auto;
	padding-top:10px;
}

#sidebar {
	vertical-align:top;
	width:200px;
	border-top:#557c3e thin solid;
	border-bottom:#557c3e thin solid;
	border-left:#557c3e thin solid;
	background-color:#eaefe5;
	padding-top:10px;
}


#announcement {
	width:500px;
	height:auto;
	margin-left:40px;
	background-color:#eaefe5;
	border: #557c3e thin ridge;
}

/*layout styling for homepage*/
