body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 78%;
	background: url(css-images/bg.gif) top repeat-x #84a5c4;
	padding: 20px 0;
	margin: 0;
}

#page-container {
	width: 1004px;
	margin: 0 auto;
	background: url(css-images/middle.gif) repeat-y;
}

#top-fade {
	width: 1004px;
	background: url(css-images/top-fade.gif) top no-repeat;
}

#page {
	width: 936px;
	margin: 0 auto;
	background-color: #fff;
}

#top-hat {
	height: 24px;
	padding-left: 16px;
	line-height: 24px;
	color: #fff;
	font-size: 13px;
	background: url(css-images/header-top.gif) no-repeat;
}

#header {
	position: relative;
	height: 133px;
	background: url(css-images/header.gif) no-repeat;
}

#header h1 {
	margin: 0;
	position: absolute;
	width: 342px;
	height: 102px;
	top: 15px;
	left: 15px;
}

#header h1 a {
	display: block;
	text-decoration: none;
	height: 102px;
}

#header h1 a span {
	display: none;
}

#nav {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 27px;
	background: url(css-images/nav-bg.gif) repeat-x;
	font-size: 14px;
}

#nav li {
	display: inline;
}

#nav li a {
	display: block;
	float: left;
	height: 27px;
	padding: 0 16px;
	line-height: 26px;
	text-decoration: none;
	color: #fff;
	border-right: 1px solid #d48383;
}

#nav li a:hover {
	/*background: url(css-images/nav-bg.gif) 0 -27px repeat-x;*/
	background-color: #a42b2b;
}

#nav li a span {

}

#content-dropshadow {
	height: 9px;
	background: url(css-images/content-dropshadow.gif) repeat-x;
}

#min-height {
	height: 443px;
	width: 3px;
	float: left;
}

#footer {
	position: relative;
	width: 912px;
	margin: 0 auto;
	height: 180px;
	background: url(css-images/footer.gif) no-repeat;
	color: #fff;
	font-size: .9em;
	padding: 44px 46px;
	clear: both;
}

#footer a {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color: #000;
	background-color: #fff;
}

#footer .topline {
	color: #000;
	font-size: 1.1em;
	height: 30px;
}

#footer .right {
	float: right;
	font-size: .8em;
}

#footer .topline a {
	color: #000;
}

#footer .topline a:hover {
	color: #000;
	text-decoration: underline;
}

.clear {
	clear: both;
}