
body {
	background: #E8E8E8;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 9pt;
	text-align: center;
	margin: 20px;
	padding: 0;
	}
	
a img {
	border: 0;
	}

#container {
	width: 570px;
	margin: 0 auto;
	background: white;
	border: 3px solid #B3B3B3;
	}
	
#header {
	background: #d0f2ff url(../images/clouds.gif);
	height: 92px;
	line-height: 92px;
	}
	
#header h1 {
	margin: 0;
	padding: 0;
	height: 77px;
	background: url(../images/title.gif) no-repeat bottom center;
	}
	
#header h1 a {
	padding: 15px 100px 20px;
	text-decoration: none;
	}
	
#header h1 a span {
	visibility: hidden;
	}
	
ul#nav {
	list-style: none;
	margin: 0;
	padding: 5px 0;
	background: #396196;
	}
	
ul#nav li {
	display: inline;
	}
	
ul#nav li a {
	padding: 0 10px;
	color: #D0F2FF;
	font-weight: bold;
	font-size: 8pt;
	text-decoration: none;
	}

ul#nav li a:hover {
	text-decoration: underline;
	}
	
#content {
	padding-bottom: 15px;
	}

#footer {
	font-size: 8.5pt;
	background: #CBF6C8;
	padding: 2px 0;
	}

