body{
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}
#page {
	width: 800px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	margin-left: auto;
	margin-right: auto;
}

#header{
	width: 100%;
	height: 100px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #3D2C25;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#masthead {
	margin-left: 15px;
	float: left;
}

#navigation{
	float: left;
	margin-left: 15px;
	margin-top: 45px;
	color: #CCCCCC;
}

#navigation h2{
	float: left;
	margin-left: 20px;
	font-weight: bold;
	font-size: 20px;
}

#navigation h2 a{
	text-decoration: none;
	color: #CCCCCC;
}

#navigation h2 a:hover{
	color: #FFFFFF;
}

.title {
	font-weight: bold;
	font-size: 20px;
}

.credits {
	font-size: 14px;
}

.description {
	font-size: 14px;
}

#footer{
	background-color: #3D2C25;
	color: #CCCCCC;
	text-align: center;
	width: 800px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 11px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	margin-left: auto;
	margin-right: auto;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

#content{
	width: 100%;
}

.news{
	margin: 25px;
	overflow: auto;
}

.newsimage{
	float: left;
	border-style: solid;
	border-width: thin;
}

.newscontent{
	float: left;
	width:55%;
	margin-left: 25px;
	margin-right:25px;
}

.newscontent a{
	text-decoration: none;
	color: black;
}

.newscontent a:hover{
	color: #CCCDA9;
}
