body {
	text-align: center;
	background: #52A5F2 url(images/5q.0008.bg.jpg) 50% 0 repeat-y;
	margin: 0 0 20px 0;
	padding: 0;
	font: 12px/19px "Lucida Grande", "Lucida Sans Unicode", Verdana, Tahoma, Arial, sans-serif;
	color: #3A4956;
}

#page {
	width: 540px;
	margin: 0 auto;
}

#header {

}
#header h1 {
	display: none;
}

#main {
	padding: 160px 0 10px;
	background: url(images/5q.0008.header.jpg) no-repeat;
	text-align: left;
}

#content {
	margin: 0 45px;
}
#content h2 {
	font: bold 24px Helvetica, Arial, sans-serif; 
	color: #E62C00; 
	letter-spacing: -1px; 
}
#content h3 {
	font-size: 12px; 
	margin: 20px 0 0;
}
#content p {
	margin: 4px 0 0;
}

#footer {
	clear: both;
	height: 40px;
}

ol, ul {
	padding: 0 25px;
}

ul {
	list-style-type: none;
}

a {
	text-decoration: none;
	color: #0088FF; 
	border-bottom: dotted 1px #94CBFA;
}
a:visited {
	color: #005387; 
	text-decoration: none;
}
a:hover {
	color: #fff;
	background-color: #0088ff; 
	text-decoration: none;
	border-bottom: none;
}
