body {
	background-color:#000000;

	text-align:center;
}

#wrapper {
	width:800px;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
	background-image:url(/inc/html/thef1e/pix/bodyBg.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}

#header {
	height:50px;
	width:100%;
	background-image:url(/inc/html/thef1e/pix/f1Logo.gif);
	background-position:top left;
	background-repeat:no-repeat;
	margin-top:10px;
}

#topMenu {
	width:100%;
	height:20px;
}

#centerDiv {
	width:570px;;
	color:#fff;
	float:right;
}

#centerContent {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
}

#centerContent h1 {
	font-size:170%;
	font-style:italic;
	font-family:"Century Gothic", Verdana, Arial;
	border-bottom:1px dotted #fff;
}

#centerContent h2 {
	font-size:140%;
	font-style:italic;
	font-family:"Century Gothic", Verdana, Arial;
	border-bottom:1px dotted #fff;
}

#centerContent h3 {
	font-size:140%;
	font-style:italic;
	font-family:"Century Gothic", Verdana, Arial;
}

#centerContent a {
	padding:2px;
	color:white;
}

#centerContent a:hover {
	background-color:#FFFFFF;
	color:#000;
	text-decoration:none;
}

.wallpaper {
	border:1px solid #fff;
	margin-bottom:5px;
	margin-top:10px;
}

#leftDiv {
	width:220px;
	float:left;
	height:350px;
	background-image:url(/inc/html/thef1e/pix/menuBg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

#leftContent {
	padding:10px;
}

#leftContent h2 {
	font-size:110%;
	font-style:italic;
	font-family:"Century Gothic", Verdana, Arial;
	color:white;
	text-align:center;
}

#leftContent ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
}

#leftContent li a {
	display: block;
	padding: 3px;
	width: 185px;
	border-bottom:1px solid #fff;
}

#leftContent li a:link, #leftContent li a:visited {
	color: #EEE;
	text-decoration: none;
}

#leftContent li a:hover {
	background-color:#CC0000;
	color: #fff;
}

#footer {
	width:800px;
	height:100px;
	background-image:url(/inc/html/thef1e/pix/footerBg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

.webInt a {
	color:white;
	font-size:10px;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.webInt a:hover {
text-decoration:underline;
}