@charset "utf-8";
/* CSS Document */

body {
	padding: 0;
  	margin: 0;
  	background: #f6fd87 url(images/bg.png) no-repeat center top;
  	font: normal Georgia, "Times New Roman", Times, serif;
	color: #85074e;

	width: 100%;
	display: table;
}

img {
	border: none;
	padding: 5px;
}

h4 {
	font: bold 120%/100% Georgia, "Times New Roman", Times, serif;
	padding: .85em 0 5px;
	color: #85074e;
}


#content {
	width: 860px;
	background: #fff;
	border: solid 1px #ccc;
	padding: 20px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	

}

#header {
	height: 150px;
	width: 905px;
	margin: 0 auto;
	position: relative;
}

#logo {
	position: absolute;
	top: 45px;
	left: 560px;
	width: 336px;
}

#description {
	width: 336px;
	text-align: right;
	position: absolute;
	left: 560px;
	top: 95px;
	font: italic normal 24px/26px Georgia, "Times New Roman", Times, serif;
	color: #85074e;
}

#nav {
	position: absolute;
	left: 0px;
	bottom: 0px;
	list-style: none;
	font: bold 15px/15px Georgia, "Times New Roman", Times, serif;
	color: #85074e;
	width: 555px;
}

#nav li {
	background: none;
	float: left;
	padding: 0px;
	width: 100px;
	text-align: left;
}
#nav a, #nav a:visited {
	text-decoration: none;
	color: #85074e;
}
#nav a:hover {
	text-decoration: underline;
	color: #000000;
}

#footer {
	clear: both;
}

#footer-wrap {
	width: 905px;
	height: 360px;
	margin: 0 auto;
}

#disclaimer {
	font-size: 80%;
	width: 860px;
	float: right;
	padding: 10px 25px 0 0;
}


#credits {
	font-size: 80%;
	color: #85074e;
	clear: both;
	margin: 0;
	padding: 10px 0 0 10px;
}
