html {
	background: #000 url(images/5q.0011.bg.jpg);
	}
body {
	text-align: center;
	background: url(images/5q.0011.body.bg.jpg) 50% 0 repeat-y;
	margin: 0;
	padding: 0;
	font: 10pt/18px Arial, Verdana, Helvetica, sans-serif;
	color: #555
}

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

#header {

}
#header h1 {
	display: none;
}

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

#content {
	margin: 20px 25px 0 35px;
}
#content h2 {
	font-size: 1.4em;
	font: "Lucida Grande", Verdana, Helvetica, sans-serif;
    letter-spacing: -0.5px;
	margin-bottom: 2px;
    color: #333;
}
#content h3 {
	font-size: 13px;
	font-size: 11pt;
    letter-spacing: -0.2px;
    color: #333;
    margin-bottom: 3px;
	}
#content p {
	margin-top: 5px;
}

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

ol, ul {
	padding: 0 25px;
}

ul {
	list-style-type: none;
}

ol li {
	padding-bottom: 3px;
}

a {
	color: #f66;
	text-decoration: none;

}
a:visited {

}
a:hover {
	color: #f99;
}