html, body {
	margin:			0;
	padding:		0;
	height:			100%;
}
body {
	font:			normal 100.01%/1.4 Arial,Helvetica,sans-serif;
	background-color:	#ddd;
	margin:			0;
	text-align:		center;
}

td {
	vertical-align:		top;
}

h2,h3 {
	margin:			.5em 0;
	color:			#528;
}

#wrapper {
	width:			760px;
	height:			95%;
	margin:			5px auto;
	border:			5px solid #528;
	text-align:		left;
}

#header {
	height:			250px;
	padding:		0;
}

#header h1 {
	height:			82px;
	padding-bottom:		138px;
	margin:			0;
	background:		#ddd url(bg-header.jpg) no-repeat;
}
#header h1 img {
	vertical-align:		top;
	border:			0 none;
}
#header p {
	height:			30px;
	line-height:		30px;
	margin:			0;
	background-color:	#528;
	color:			white;
	text-align:		center;
	font-weight:		bold;
}
#nav {
	background-color:	#aaa;
	color:			#528;
	width:			150px;
	padding:		5px 10px;
	font-weight:		bold;
}
#nav ul {
	margin:			.5em 0 3em 0;
	padding:		0;
	list-style:		none;
}
#nav ul a, #nav ul span {
	width:			150px;
	text-decoration:	none;
	display:		block;
	line-height:		2;
}
#nav ul a {
	color:			black;
}
#nav ul a:hover {
	color:			white;
	text-decoration:	underline;
}	

#nav p {
	font-size:		.83em;
	color:			#528;
}
#nav p span {
	width: 4em;
	float:left;
}
#content {
	background-color:	white;
	color:			black;
	padding:		0 20px;
	width:			550px;
	font-size: .9em;
}

#footer {
	padding:		0 10px;
	background-color:	#528;
	color:			white;
	height:			20px;
	max-height:		20px;
	line-height:		20px;
	font-size:		.83em;
	text-align:		right;
}
#footer span {
	width:			130px;
	text-align:		center;
	float:			left;
	font-size:		.83em;
	color:			#96c;
}
#footer span a {
	color:			#96c;
	text-decoration:	none;
}

