#content {
	width: 480px;
	left: 10px;
}
.floatL {
	float: left;
}
.floatR {
	float: right;
}
.bot {
	clear: both;
	float: left;
}
#topNews {
	position: absolute;
	left: 500px;
	top: 2em;
}
div#menu {
	display: none;
}

div#smNews {
	background-color: #006666;
	color: #D6E7CE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 175px;
	overflow: auto;
	text-align: left;
	float: left;
	width: 185px;
	z-index: 0;
	cursor: default;
}

#smNews a:link, #smNews a:visited, #smNews p {
	background-color: #006666;
	color: #D6E7CE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.2em;
}
#smNews a:hover {
	text-decoration: underline;
}

