html, body {
	margin: 0;
	padding: 0;
}
body{
	text-align: center;
	font-family: "Century Gothic", Verdana, sans-serif;
	background-color: #DCDDDE;
	color: #6D6F71;
	font-weight: normal; 
}
p, li {
	line-height: 1.8em;
	padding-left: 40px;
	padding-right: 40px;
}
p a:link, p a:visited {
	color: #6D6F71;
	text-decoration: underline;
}
p a:hover, p a:active {
	color: #FDB913;
	text-decoration: underline;
}
h1, h2 {
	font-family: "Century Gothic", Verdana, sans-serif;
	margin: 0 0 10px 0;
}
h1 {
	padding-top: 20px;
	padding-left: 70px;
	font-size: 36px;
	color: #FDB913;
}
h1 a {
	color: #FDB913;
	text-decoration: none;
}
h2 {
	font: "Century Gothic", Verdana, sans-serif;
	padding-top: 10px;
	font-size: 24px;
	color: #FFFFFF;
	letter-spacing: 4px;
	font-weight: normal;
}
h2 a:link, h2 a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
h2 a:hover, h2 a:active {
	text-decoration: underline;
	font-weight: bold;
	color: #FFFFFF;
}
h3 {
	font: "Century Gothic", Verdana, sans-serif;
	font-size: 48px;
	font-weight: lighter;
	letter-spacing: 1px;
	text-align: center;
}
h4 {
	font: "Century Gothic", Verdana, sans-serif;
	font-size: 24px;
	font-weight: lighter;
	letter-spacing: 1px;
	text-align: center;
}
h4 a:link, h4 a:visited {
	color: #6D6F71;
	text-decoration: none;
}
h4 a:hover, h4 a:active {
	color: #6D6F71;
	text-decoration: underline;
}
h5 {
	font: "Century Gothic", Verdana, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FDB913;
	line-height: 32px;
	text-transform: uppercase;
	text-align: left;
	padding-top: 200px;
}
h5 a:link, h5 a:visited {
	color: #FDB913;
	text-decoration: none;
}
h5 a:hover, h5 a:active {
	color: #FDB913;
	text-decoration: underline;
}
hr {
	color: #DCDDDE;
	margin-bottom: 10px;
	size: 1px;
}
#main {
	width: 65%;
	float: left;
	height: 500px;
}
#intro {
	padding: 20px;	
}
#navbanner {
	height: 40px;
	background-color: #FDB913;	
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
}
pre {
	font-size: 1.2em;
	line-height: 1.2em;
	overflow-x: auto;
}
#page {
	width: 1024px;
	background-color: #ffffff;
	margin: 0 auto;
	text-align: left;
	border-color: #ddd;
	border-style: none solid solid;
	border-width: medium 1px 1px;
}
#container {
	padding: 20px;
}
#banner {
	background-image: url(../images/orlogo.png);
	background-position: left;
	background-repeat: no-repeat;
	height: 80px;
	padding: 0;
	margin-bottom: 20px;
}
#ads {
	clear: both;
	padding: 12px 0 12px 66px;
}
#footer {
	clear: both;
	color: #6D6F71;
	margin: 0 auto;
	padding: 20px 0 40px;
	text-align: center;
}
#footer a:link, #footer a:visited {
	color: #6D6F71;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #6D6F71;
	text-decoration: underline;
}
.poem {
	font-family: "Century Gothic", Verdana, sans-serif;
	font-size: 18px;
	text-align: left;	
}
.poet {
	font-family: "Century Gothic", Verdana, sans-serif;
	font-size: 14px;
	text-align: right;
}
