#content {
	width : 275px;
	margin-left : 5px;
}

#sidebar1 {
	display: block;
	width: 245px;
	margin-left : 5px;
}

#sidebar2 {
	width: 225px;
	margin-left : 5px;
}

#importantannoucement {
	position : relative;
	top : 0px;
	left : 0;
	margin-bottom: 0px;
	width : 770px;
	background-color: transparent;
	color : #000000;
	z-index: 30;
	border : 1px solid white; 
}

.importantannoucementheading {
	font-weight: bold;
	color: yellow;
	margin: 7px;
	padding: 4px;
	background-color: #5c89bd;
	/*background-image: url('../images/footer.gif');
	background-repeat: repeat-x;
	background-position: bottom;*/
	/*border: 1px solid gray;*/
	}

.importantannoucementtext {
	font-weight: bold;
	color: black;
	margin: 7px;
	padding: 4px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	/*border: 1px solid gray;*/
	}



