body {
	font-family: arial, verdana;
	font-size: 14px;
	margin: 0;
}

#container {
	width: 774px;
	margin: 0 auto;
}

#header {
	position: relative;
	background: url(../images/headerbg.jpg) no-repeat;
	height: 320px;
}
#logo {
	position: absolute;
	left: 30px;
	top: 20px;
}

#navigation {
	margin: 0 0px 0px 14px;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 112px;

}
#navigation li {
	float: left;
	margin: 0;
	padding: 0;
	width: 124px;
	line-height: 40px;
	text-align: center;
	font-weight: bold;
}
#navigation li a {
	display: block;
	color: white;
	text-decoration: none;
}

#wrapper {
	background: url(../images/wrapperbg.jpg) repeat-y;
	padding: 0 10px 0 15px;
}

#sidebar {
	float: left;
	width: 210px;
}
#sidenavigation {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidenavigation li {
	padding: 10px 20px;
	border-bottom: 1px dashed grey;
	font-weight: bold;
}
#sidenavigation li a {
	color: #ae9e6b;
	text-decoration: none;
}
#content {
	float: right;
	width: 505px;
}

#footer {
	clear: both;
	text-align: center;
	font-size: 12px;
	color: #ae9e6b;
}
#footer p {
	margin: 5px;
	padding: 0;
}
a img {
	border: none;
}

h1 {
	color: #ae9e6b;
	margin-top: 0px;
}
h2 {
	color: #ae9e6b;
}

img.floated {
	float: left;
	margin: 3px;
}

