html {
	background: #f8c446 url(images/5q.0014.bg.jpg) 50% 0;
	}
body {
	background: url(images/5q.0014.column.bg.gif) 50% 0 repeat-y;
	margin: 0;
	padding: 0;
	font: 75%/150% "Lucida Grande", Verdana, Arial, sans-serif;
	color: #333;
}

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

#header {

}
#header h1 {
	display: none;
}

#main {
	padding: 145px 0 10px;
	background: url(images/5q.0014.header.jpg) 50% 0 no-repeat;
}

#content {
	margin: 20px 25px 0 25px;
}

	
#content h2 {
	font-weight: normal;
	font-size: 250%;
	text-transform: uppercase;
	letter-spacing: -1;
}
#content h3 {
	margin-bottom: 0;
	}
#content p {
	margin-top: 5px;
}

#footer {
	clear: both;
	height: 40px;
	margin: 0 35px;
}

ol, ul {
	padding: 0 25px;
}

ul {
	list-style-type: none;
}

ol {
	padding-top: 5px;
	font-weight: bold;
	}

ol li {
	list-style-type: upper-roman;
	padding-bottom: 3px;
}

ol li p {
	font-weight: normal;
	}

a {
	font-weight: bold;
	color: #333;
	background: #f9cf01;
	text-decoration: none;
	border-top: 1px solid #f9cf01;
	border-bottom: 1px solid #f9cf01;
}
a:visited {

}
a:hover {
	background: #ffdd22;
	border-top: 1px solid #f9cf01;
	border-bottom: 1px solid #f9cf01;
}
