body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	text-align: center;
}
#wrapper {
	position: relative;
	text-align: left;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding: 140px 0 0 0;
	background-image: url(AWARDS-popup-end.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-left: 2px solid #f8d348;
	border-right: 2px solid #f8d348;
	border-bottom: 2px solid #f8d348;
}
#content {
	margin-left: 230px;
	padding: 20px 10px 0 0;
}
#content p {
	font-size: 80%;
	line-height: 1.8em;
	padding-left: 2em;
}
#content h1 {
	font: normal 180% Georgia, "Times New Roman", Times, serif;
	color: #000000;
	background-color: transparent;
}
#content h2 {
	font-size: 120%;
	color: #000000;
	background-color: transparent;
	border-bottom: 1px dotted #b1c800;
}
#navigation {
	position: absolute;
	top: 180px;
	left: 0;
	width: 180px;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#navigation li {
	width: 180px;
	border-bottom: 1px solid #000000;
	margin: 0;
	padding: 0;
	font-size: 80%;
	vertical-align: bottom; /* Removes unwanted margin in IE */
}
#navigation a:link, #navigation a:visited {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 12px solid #f8d348;
	border-right: 1px solid #f8d348;
	background-color: #e24a1f;
	color: #FFFFFF;
	text-decoration: none;
}
#navigation a:hover {
	background-color: #f8d348;
	color: #FFFFFF;
}
#navigation ul.subnav {
	margin-left: 12px;
}
#navigation ul.subnav li {
	border-bottom: 1px solid #f8d348;
	width: 168px;
}
#navigation ul.subnav a:link, #navigation ul.subnav a:visited {
	background-color: #000000;
	color: #9acf16;
}
#footer {
	padding: 0 0 10px 255px;
	font-size: 70%;
	color: #AAAAAA;
	background-color: transparent;
}
