body {
	background: #846f52;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font: 11px Georgia, serif;
	color: white;
}

a {
	/*color: #83a5d2;*/
	color: #0046d5;
}

a img {
	border: none;
}

#container {
	width: 752px;
	margin: 0px auto;
	background: url(images/main-b-water.jpg) no-repeat 0px 0px;
	text-align: left;
}

#header {
	position: relative;
	height: 124px;
}

#header #logo {
	position: absolute;
	left: 16px;
	top: 64px;
}

#nav {
	position: absolute;
	left: 240px;
	top: 56px;
	margin: 0px;
	padding: 0px;
}

#nav li {
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#nav li a {
	position: relative;
	float: left;
	text-decoration: none;
	color: white;
	height: 64px;
	background-image: url(images/main-n-nav.jpg);
	background-repeat: no-repeat;
}

#nav li a span {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 64px;
	background-image: url(images/main-n-nav.jpg);
	background-repeat: no-repeat;
	cursor: pointer;
}

#body {
	float: right;
	width: 100%;
	margin-left: -200px;
}

#body-inner {
	margin-left: 200px;
	margin-right: 16px;
	line-height: 18px;
}

#body h1 {
	font-style: italic;
	font-size: 200%;
	border-top: 1px solid #C2B7A9;
	border-bottom: 1px solid #C2B7A9;
	font-weight: normal;
	margin: 0px 0px 1ex;
	padding: 0.5ex 0px;
}

#body h2 {
	font-style: italic;
	font-size: 150%;
	border-bottom: 1px solid #C2B7A9;
	font-weight: normal;
	margin: 2ex 0px 1ex;
	padding: 0.5ex 0px;
}

#body ul {
	margin: 0px 0px 2ex;
	padding: 0px;
}

#body ul li {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	display: block;
	list-style: none;
	background: url(images/bullet.gif) no-repeat 6px 5px;;
}

#sidebar {
	color: #c2b7a9;
	font: 11px/18px Verdana, sans-serif;
	text-align: right;
	float: left;
	width: 184px;
}

#sidebar p {
	margin: 0px 0px 18px;
}

#sidebar a {
	color: #c2b7a9;
}

#footer {
	clear: both;
	background: url(images/main-b-footer.gif) no-repeat 0px 0px;
	color: #C2B7A9;
	font: 11px Verdana, sans-serif;
	position: relative;
	height: 64px;
	margin-top: 40px;
}

#footer a {
	color: #C2B7A9;
}

#footer p {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 200px;
}

#footer p.links {
	top: 6px;
}

#footer p.copyright {
	top: 28px;
}
