body {
	background-color: #c78e8e;
	margin-left: auto;
	margin-right: auto;
	margin-top: 9px;
	margin-bottom: 9px;
}

#mainarea {
	margin-top: 5px;
	border: 1px solid #000;
	background-image: url(images/mainbg.gif);
}

#leftnavigation {
	float: left;
	position: relative;
	width: 190px;
	margin: 0;
}

#leftnavigation .cat {
	position: relative;
	background-image: url(images/catbg.gif);
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;	
}

#leftnavigation .cat h1 {
	font-family: Verdana;
	font-size: 1em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

#leftnavigation a {
	color: #0000BB;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana;
	font-size: .8em;
	padding: 3px;
	display: block;
}

#leftnavigation a:hover {
	color: #7e3636;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana;
	font-size: .8em;
	display: block;
	padding: 3px;
	background-color: #c9c5e7;
}

#contentarea {
	float: left;
	position: relative;
	width: 610px;
}

#contentarea h1 {
	font-family: Verdana;
	font-size: 1em;
	font-weight: bold;
	margin: 2px;
	padding: 3px;
	color: #a03131;
}

#contentarea a {
	color: #0000BB;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana;
	font-size: .8em;
}

#contentarea a:hover {
	color: #7e3636;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana;
	font-size: .8em;
}

#contentarea .text {
	font-family: Verdana;
	font-size: .8em;
}

#contentarea .text a {
	color: #0000BB;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana;
	font-size: 1em;
}

#contentarea .text a:hover {
	color: #7e3636;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana;
	font-size: 1em;
}

#contentarea .contentcat {
	margin: 6px;
	background-image: url(images/content_catbg.gif);
	border: 1px solid #000;
}

#contentarea .contentcat h1 {
	color: #a03131;
	font-weight: bold;
	font-family: Verdana;
	font-size: 1em;
	padding: 4px;
}

#rightbar { 
	float: left;
	position: relative;
	width: 166px;
}

.frontpagearea1 {
	margin-left: 3px;
	background-color: #e9dcf0;
	overflow-y: auto;
	overflow-x: hidden;
	height: 260px;
	width: 292px;
	border: 1px solid #000;
	border-top: none;
}

.frontpagearea2 {
	margin-left: 3px;
	background-color: #e9dcf0;
	overflow-y: auto;
	overflow-x: hidden;
	height: 420px;
	width: 290px;
	border: 1px solid #000;
	border-top: none;
}