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

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

#side {
	float: left;
	width: 270px;
}
#content {
	float: left;
	width: 684px;
	background: white url(../images/header.jpg) top left no-repeat;
	padding: 210px 0px 0 0px;
}

#logo {
}

#navigation {
	margin: 0;
	padding: 20px 20px 0px 20px;
	list-style: none;
	background: url(../images/side.gif) top center no-repeat;
	height: 305px;
}
#navigation li {
	margin: 0;
	padding: 0;
	line-height: 45px;
	font-weight: bold;
	border-bottom: 1px dashed white;
	padding: 0 20px;
	font-size: 20px;
}
#navigation li a {
	display: block;
	color: white;
	text-decoration: none;
}
#side img {
	display: block;
	margin: auto;
}

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

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

