body {
	background: url(background.gif);
	font-family: 'Helvetica', Verdana, sans-serif;
}

#wrapper {
	width: 720px;
	margin: auto;
	padding: 0;
	background: #b3e5fc url(content-side.gif) repeat-y;
}

#header {
	width: 100%;
	height: 180px;
	margin: 0;
	padding: 0;
	background: #006ea1 url(header.gif) no-repeat;
}

#nav {
	width: 280px;
	margin: 0;
	padding: 20px 0;
	float: left;
}

#content {
	width: 440px;
	margin: 0;
	padding: 20px 0;
	float: right;
}

#footer {
	width: 100%;
	height: 60px;
	margin: 0;
	padding: 0;
	clear: both;
	background: #4a9dce url(footer-side.gif) repeat-y;
}

h1 {
	font-weight: bold;
	font-size: 1.75em;
	color: #b3e5fc;
	margin: 0;
	padding: 20px 0 0 20px;
}

h2 {
	font-weight: normal;
	font-size: 1.4375em;
	line-height: 2.5em;
	color: #4a9dce;
	margin: 0;
	padding-left: 20px;
}

h3 {
	font-weight: bold;
	font-size: 1.75em;
	color: #006ea1;
	margin: 0;
	padding: 0;
}

h4 {
	font-weight: bold;
	font-size: 1.4375em;
	line-height: 2.5;
	color: #4a9dce;
	margin: 0;
	padding: 0;
}

#nav ul {
	font-size: 1.0625em;
	line-height: 2.5em;
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav li {
	margin: 0;
	padding: 0;
	text-indent: 20px;
	color: #4a9dce;
}

#nav a {
	display: block;
	text-decoration: none;
	font-weight: normal;
	color: #006ea1;
}

#nav a:hover {
	background: url(bullet.gif) no-repeat 10px 50%;
}

#content p, #content ul, #content ol {
	font-size: 0.875em;
	line-height: 1.25em;
	color: #006ea1;
	margin: 0 0 1.25em 0;
	padding-right: 20px;
}

#content a {
	text-decoration: none;
	font-weight: bold;
	color: #006ea1;
}

#content a:hover {
	text-decoration: underline;
}

#footer p {
	text-align: center;
	font-size: 0.625em;
	line-height: 1.25em;
	color: #b3e5fc;
	padding: 20px;
}

#footer a {
	text-decoration: underline;
	font-weight: normal;
	color: #b3e5fc;
}

h1 a {
	text-decoration: none;
	color: #b3e5fc;
}

a img {
	border: none;
}