#container {
	width: 800px;
	top: -20px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
#header img {
	padding-top: 5px;
	width: 800px;
}
#navtop {
	top: -20px;
	width: 800px;
	height: 40px;
	overflow: visible;
	position: relative;
	z-index: 2;

}
#motto {
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	top: -20px;
	position: relative;
	z-index: 1;
}
#sidenav {
	width: 260px;
	float: left;
	text-align: center;
	background-repeat: no-repeat;
	padding-left: 20px;
}
#sidenav a {
	color: #660000;
}

#maincontent {
	float: right;
	width: 460px;
	border-left-width: 5px;
	border-left-style: solid;
	background-color: #F0F8FC;
	margin-bottom: 10px;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-size: 9px;
	line-height: 30px;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	padding-left: 10px;
}
#smallogo {
	width: 800px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
}
#contact {
	background-image: url(assets/bacgroundsidebarcontact.png);
	background-repeat: no-repeat;
	white-space: normal;
}


#sidenavb {
	background-image: url(assets/bacgroundsidebar.png);
	background-repeat: no-repeat;
	margin-top: 5px;
	text-decoration: none;
}

#rights {
}
#sidenav li {

}
#sidenav a:link, #sidenav a:visited {
	text-decoration: none;
}
#sidenav a:hover, #sidenav a:active {
	color: #CC0000;
}
