body { 
	border-style: none;
	border-width: 0px;
	margin: 0px auto;
	padding: 0px;
	font-family: Arial,Helvetica,sans-serif;
	width: 1000px;
	background-color: rgb(0, 0, 0);
	text-align: center; /** IE needs this to center the #contents div which then re-sets the text-align to center **/
}

#contents {
	border: none;
	margin: 10px auto;
	padding: 0px;
	width: 1000px;
	background-color: rgb(51, 51, 51);
	color: rgb(192, 192, 192);
	font-weight: normal;
	text-align: left; /** To counter the fix for IE's lack of proper centering ability **/
}

#left {
	float: left;
	width: 200px;
	padding: 0px;
	margin: 0px;
	border: none;
	background-color: rgb(51, 51, 51);
}
#right {
	float: right;
	width: 797;
	padding: 0px;
	margin: 0px auto;
	border: none;
	background-color: rgb(51, 51, 51);
}

.centre { 
	display: block;
	border: 0px;
	margin: 0px auto;
	padding: 0px;
	width: 401px;
}

#top {
	clear: both;
	text-align: center;
	margin: 0px auto 40px auto;
	padding-bottom: 20px;
}

#footer {
	clear: both;
	text-align: center;
	font-style: italic;
	font-size: 10pt;
	padding: 20px;
}

ul.nav { 
	list-style-type: none;
	padding: 0px 10px;
	margin: 0px;
}

li.nav { 
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

a { 
	color: rgb(192, 192, 192);
	font-style: normal;
	text-transform: none;
	font-weight: normal;
	text-decoration: none;
	border-color: rgb(192, 192, 192);
}

img {
	border-color: rgb(192, 192, 192);
	border: 2px;
}

a:hover { 
	text-decoration: underline; 
}

.promote a {
	font-style: italic;
}

table {
color: rgb(192, 192, 192);
}

td {
border-width: 1px;
border-style: solid;
border-color: rgb(192, 192, 192);
text-align: center;
}