body {
	text-align: center;
	background: #eee;
	margin: 0;
	padding: 0;
	font: 10pt Arial, Verdana ,sans-serif;
	color: #555
}

#page {
	width: 500px;
	margin: 0 auto;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 8px solid #000;
	background: #fff;
}

#header {

}
#header h1 {
	display: none;
}

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

#content {
	margin: 20px 25px 0 45px;
}
#content h2 {
	font-family: 'Trebuchet MS', Verdana, Sans-Serif;
	font-size: 12pt;
    letter-spacing: -0.5px;
	margin-bottom: 2px;
    font-weight: normal;
    text-transform: uppercase;
    color: #333;
}
#content h3 {
	font-size: 13px;
	font-family: Georgia, "Century Gothic", Verdana, sans-serif;
	font-size: 11pt;
    letter-spacing: -0.2px;
    color: #cc3300;
	}
#content p {
}

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

ol, ul {
	padding: 0 25px;
}

ul {
	list-style-type: none;
}

ol li {
	padding-bottom: 3px;
}

a {
	color: #3388aa;
	text-decoration: none;

}
a:visited {

}
a:hover {
	color: #cc3300;
}