body {
	font-family: arial, verdana;
	font-size: 14px;
	margin: 0;
	background: #2b709d url(../images/bg.jpg) repeat-x;
	color: #333333;
}

#container {
	width: 960px;
	margin: 0 auto 10px auto;
}

#topnavigation {
	margin: 0 50px;
	padding: 0;
	list-style: none;
}
#topnavigation li {
	float: left;
	width: 20%;
	margin: 0;
	padding: 0;
	font-weight: bold;
	line-height: 45px;
	text-align: center;
}
#topnavigation li a {
	color: white;
	text-decoration: none;
}

#sidebar {
	float: left;
	width: 256px;
	height: 264px;
	background: url(../images/sidebox.jpg) no-repeat;
}
#sidenavigation {
	margin: 0;
	padding: 20px 0 0 20px;
	list-style: none;
}
#sidenavigation li {
	padding: 10px 20px;
	font-weight: bold;
}
#sidenavigation li a {
	color: white;
	text-decoration: none;
}
#content {
	float: right;
	width: 692px;
	background: white url(../images/content-top.jpg) no-repeat;
}

#footer {
	background: url(../images/content-bottom.jpg) top right no-repeat;
	clear: both;
	text-align: right;
	font-size: 11px;
	color: white;
	padding: 25px 10px 0 0;
}
#footer p {
	padding: 0;
	margin: 0;
}
#footer a {
	color: white;
	text-decoration: none;
}
a img {
	border: none;
}

h1 {
	color: #107497;
}
h2 {
	color: #107497;
}
#content h1, #content h2, #content h3, #content p {
	margin-left: 10px;
	margin-right: 10px;
}
