body {
	background: #7F96B0;
	
	margin: 0px;
	padding: 0px;
	border: 0;
	
	font-size: 1.0em;
	font-family: ariel, verdana;
	color: #ffffff;
}

a:link, a:visited {

	text-decoration: underline;
	color: #ffffff;

}
	
a:hover {
	
	color: #ffffff;

}

span.pageheader {

	font-size: 1.5em;
	font-weight: bold;
	display: block;

}

#main {

	position: absolute;

	background: #227C9D url("../images/teviot.jpg") bottom center no-repeat;
	border-left: #fff solid 2px;
	border-right: #fff solid 2px;
	
	width: 760px;
	bottom: 0px;
	top: 0px;
	right: 1%;
	left: 1%;
	
	margin-right: auto;
	margin-left: auto;

}

#content {

	position: absolute;
	
	top: 110px;
	left: 120px;
	bottom: 50px;
	right: 10px;
	
	padding: 10px;
	text-align: justify;
	line-height: 18px;
	overflow: auto;
	
}

#menu {

	float: left;
	margin-top: 15px;
	margin-left: 10px;
	padding-bottom: 5px;
	width: 100px;
	border: #bbb 1px solid;
	
}

#topimage {

	background: #227C9D;
	background-image: url("../images/title.png");
	background-position: center 25px;
	background-repeat: no-repeat;
	
	top: 0px;
	width: 760px;
	height: 100px;

}

#footer {

	height: 100px;
	
}



#newsitems {

	display: block;
	
}

span.newsitem {

	display: block;
	background: #5690A6;
	border: #bbb 2px solid;
	padding: 10px;
	margin: 10px;
	
}

span.newsheader {

	display: block;
	color: #ffffff;
	font-weight: bold;
	
}

span.menuitem {

	display: block;
	padding-left: 3px;
	padding-top: 3px;
	
}

span.poster {

	display: block;
	text-align: right;
	font-style: italic;

}

span.imageleft {

	float: left;
	border: 2px white solid;
	background: #5690A6;
	padding: 8px;
	margin: 10px;

}

span.imageright {

	float: right;
	border: 2px white solid;
	background: #5690A6;
	padding: 8px;
	margin: 10px;

}

img {

	border: 0px;
	
}