body {
	background-color: #d4e2e3;
	font-family: Calibri, Times New Roman;
	font-size: 10pt;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	text-align: center;
}

#container {
	border-left: 3px solid #ffffff;
	border-right: 3px solid #000000;
	margin: auto;
	padding: 0px;
	text-align: center;
	width: 1080px;
}

/* --- header --- */

#header {
	border-bottom: 1px solid #000000;
	border-top: 3px solid #ffffff;
}

#header img {
	border: 0px;
}

/* --- menu --- */

#menu {
	height: 32px;
}

#menu ul {
	background-color: #000000;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menu ul li {
	background-color: #000000;
	display: inline;
	float: left;
	font-weight: bold;
	position: relative;
	text-align: center;
	width: 108px;
}

#menu ul li a:link,
#menu ul li a:visited {
	color: #ffffff;
	text-decoration: none;
}

#menu ul li a:hover,
#menu ul li a:active {
	color: #fcff00;
	text-decoration: none;
}

/* --- preview --- */

#preview {
	height: 60px;
}

#preview ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#preview ul li {
	display: inline;
	float: left;
	position: relative;
	text-align: center;
	width: 108px;
}

#preview ul li img {
	border-bottom: 1px solid #000000;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #000000;
	border-top: 1px solid #ffffff;
}

/* --- content --- */

#content {
	padding: 0px 5px 5px 5px;
	text-align: left;
}

#content hr {
	background-color: #000000;
	color: #000000;
	height: 1px;
}

#content a:link,
#content a:visited {
	color: #FF0000;
	text-decoration: none;
}

#content a:hover,
#content a:active {
	color: #FF0000;
	text-decoration: underline;
}

#leftHalf {
	border-right: 1px solid #CCCCCC;
	clear: both;
	float: left;
	padding-right: 10px;
	width: 529px;
}

#information {
	background-color: #b3bdd6;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #000000;
	border-top: 1px solid #ffffff;
	margin-bottom: 10px;
	padding: 0px 5px;
}

#information strong {
	font-size: 20px;
}

.leftBox {
	background-color: #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #000000;
	border-top: 1px solid #ffffff;
	color: #ffffff;
	margin-bottom: 10px;
	padding: 0px 5px;
}

.best {
	background-image: url("images/best.jpg");
	background-position: right top;
	background-repeat: no-repeat;
}

.worst {
	background-image: url("images/worst.jpg");
	background-position: right top;
	background-repeat: no-repeat;
}

.leftBox strong {
	color: #d4e2e3;
	font-size: 12pt;
}

#leftHalf img {
	border-bottom: 1px solid #000000;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #000000;
	border-top: 1px solid #ffffff;
	margin-right: 5px;
}

.runnerUp p {
	margin: 5px 0px 0px 0px;
	padding: 0px;
}

#rightHalf {
	clear: none;
	float: left;
	padding-left: 2px;
	width: 528px;
}

#rightHalf table {
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#rightHalf table tr,
#rightHalf table td {
	vertical-align: top;
}

#rightHalf table td.tableHalf {
	width: 50%;
}

/* --- links --- */
#links {
	background-color: #000000;
	color: #CCCCCC;
	padding: 5px;
	text-align: left;
}

#links a:link,
#links a:visited {
	color: #ffffff;
	text-decoration: none;
}

#links a:hover,
#links a:active {
	color: #fcff00;
	text-decoration: underline;
}