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

h4 {
	color:red;
	text-decoration:underline;
}

#announcements {
	background: transparent url(../webmaster/testing/images/divider.png) no-repeat;
	width:250px;
	height:820px;
	float:right;
}

#a p {
	padding:20px;
}

#a h1{ 
	text-align:center;
}
	
#banner { 
	border:#999 solid 2px;
	position:relative; 
	left:150px;
	top:40px;
	width:450px;
	height:220px;
}

#contactUs { 
	position:relative;
	width: 550px; 
	left:100px;
}

