body {
	background:url(images/bg.png) #fff repeat-x;
	font-family:"Arial";
	line-height:16px;
	margin:8px 0 0 0;
	font-size:12px;
	color:#565656;
}

#container {
	position:relative;
	margin:0 auto;
	width:830px;
}

.front {
	background:url(images/container.png) #fff no-repeat;
	padding:7px 0 26px 9px;
	height:597px;
}

.inner {
	padding:7px 0 47px 9px;
	background:#fff;
}

#header {
	background:url(images/header.png) no-repeat;
	behavior:url(iepngfix.htc);
	padding:48px 0 0 0;
	margin:0 0 5px 0;
	height:103px;
	width:820px;
}

#header h1 {
	background:url(images/logo.png) no-repeat;
	behavior:url(iepngfix.htc);
	text-indent:-6000px;
	margin:0 0 0 150px;
	height:63px;
	width:288px;
	padding:0;
}

#header h1 a {
	display:block;
	height:63px;
	width:288px;
}

#content {
	padding:0 220px 25px 0;
	margin:0 0 0 20px;
	width:580px;
}

#container.front #content {
	background:none;
}

#container.inner #content {
	background:url(images/content.png) repeat-y;
}

#content ul.nav {
	list-style-type:none;
	font-family:"Tahoma";
	padding:0 0 40px 0;
}

#container.front #content ul.nav {
	margin:0 0 0 20px;
}

#container.inner #content ul.nav {
	margin:0 0 0 0px;
}

#content ul.nav li {
	text-transform:uppercase;
	margin:0 4px 0 4px;
	font-size:14px;
	color:#d4de9f;
	float:left;
}

#content ul.nav li a {
	text-decoration:none;
	color:#817b7b;
	margin:0;
}

#content ul.nav li a:hover {
	color:#700921;
}

#content a, a:link, a:visited, a:active {
  text-decoration: none;
}

#content a:hover {
  text-decoration: none;
  color: #700921;
}

#footer {
	background:url(images/footer.png) top no-repeat;
	padding:15px 0 10px 0;
	position:absolute;
	font-size:11px;
	width:820px;
	color:#000;
	bottom:0;
	left:9px;
}

#footer span.copyright {
	float:left;
}

#footer span.createdby {
	float:right;
}

#footer a {
	text-decoration:none;
	color:#000;
}

.clear {
	clear:both;
}

.currentpage {
  color: #700921;
}

