body {
	background-color: #47014D;
	margin: 10px 0;
	padding: 0;
	text-align: center;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}
a {
	color: #47014D;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0;
}
h1 {
	font-size: 1.6em;
	color: #47014D;
}
#contentwrapper {
	text-align: left;
	margin: 0px auto;
	width: 950px;
}
#banner {
	height: 338px;
}
#banner .imageLeft{
	float: left;
}
#mainpage {
	background: url(images/layout/mainback.gif) repeat-y;
	height: auto !important;
	padding-bottom: 20px;	
}
#navigation {
	width: 230px;
	float: left;
}
#content {
	padding: 20px 10px 40px 10px;
	margin-left: 230px;
	vertical-align: top;
	width: 700px;
	font-size: 0.8em;
}
#mainnews {
	float: left; 
	width: 500px;
}
#newsshort {
	float: right;
	width: 200px;
	background-color: #eee;
}
.clear {
	clear: both;
	height: 1px;
}
.error {
	font-weight: bold;
	color: #c00;
}
