#container {
	text-align: left;
	width: 650px;
	margin: 0px;
	padding: 0px;
}

#header {
	height: 15px;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

#headerNav {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	text-align: center;
	word-spacing: 20px;
}

#sidebar {
	width: 140px;
	float: right;
	padding: 5px;
	margin: 5px;
	font-size: 75%;
}

#content {
	padding: 5px;
	margin-left: 5px;
	margin-bottom: 25px;
}

#footer {
	height: 40px;
	clear: both;
	margin: 0px;
	padding: 5px;
}

/* News */

#News{
}

#newsHeader{
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
}