body {

	margin: 0px;
	padding: 0px;
	text-align: center;
}

#banner {

	height: 1340x;
	margin-top: 25px;
	text-align: center;
	background-color: #000;

}

#navigation {

	width: 520px;
	height: 23px;
	overflow: hidden;
	border-style: solid;
	border-color: #000;
	border-left-width: 10px;
	border-right-width: 10px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	margin: 0 auto;
	margin-top: 15px;
	background-color: #000;
	color: #fff;
	font-family: Arial;
	text-decoration: none;
	word-spacing: 0.1em;
	text-align: center;
	letter-spacing: -1px;
	font-size: 1.3em;

}

#content {

	width: 480px;
	border: 10px solid #000;
	margin: 0 auto;
	margin-top: 15px;
	background-color: #ccc;
	margin-bottom: 15px;
	clear: both;
	min-height: 380px;
	font-family: Arial;
	color: #000;
	text-decoration: none;
	word-spacing: 0.1em;
	text-align: left;
	line-height: 1.5em;
	font-size: 1em;
	padding: 20px;

}

img#default {

	float: right;
	padding-left: 20px;
}

#dummy {

	clear: both;
}

a.nav {


	text-decoration: none;
	background-color: #000;
	color: #fff;
	padding-left: 3px;
	padding-right: 3px;
}

a.nav:hover {


	text-decoration: none;
	background-color: #ccc;
	color: #000;
	padding-left: 3px;
	padding-right: 3px;
}

.news_headline {

	font-size: 1.5em;
	padding-top: 18px;
}

.date {

	font-size: 0.8em;
	font-style: italic;
	padding-bottom: 18px;
}

.news {


}

a {

	color: #000;
	text-decoration: underline;
}

a:hover {

	color: #ff0000;
	text-decoration: underline;
}