body {
	background: #333 url(images/bg.gif) repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
}

/*** Page structure ***/
p, ul, ol, td, th {
	font-size: 0.9em;
}
p, ul, h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 1.2em;
}

h1 {
	text-indent: -99999em;
}
h4 {
	font-size: 0.9em;
	margin-left: 13px;
	margin-bottom: 0;
}
ul {
	list-style-type: none;
	padding: 0;
	margin-left: 0;
	margin-right: 0;
}
ul li {
	margin-left: 0;
	margin-right: 0;
}
#page {
	position: relative;
	width: 970px;
	margin: 10px auto;
	background: #fff;
	padding: 10px;
}

#subnavigation {
	display: inline;
	position: relative;
	float: left;
	z-index: 9999999;
	margin-left: -185px;
	left: -785px;
	width: 185px;
}

#content {
	float: left;
	position: relative;
	display: inline;
	width: 525px;
	margin: 0 10px;
	margin-left: 195px;
}

#sidebar {
	display: inline;
	position: relative;
	float: left;
	width: 240px;
}

/*** Header and Footer Styles ***/

#header {
	background: url(images/header_bg.jpg) repeat;
	width: 970px;
	height: 100px;
	margin-bottom: 20px;
}

#footer {
	width: 970px;
	height: 30px;
	background:url(images/bar_bg.jpg);
	border-top: 10px solid #fff;
	clear: both;
	text-align: right;
	font-size: 0.85em;
}
#footer :link, #footer :visited {
	color: #fff;
	text-decoration: none;
	padding: 1em;
	line-height: 28px;
}

/*** Navigation ***/

#navigation #homepage {
	background: url(images/navigation/home_on.gif) no-repeat;
	margin: 0;
}
#navigation #race {
	background: url(images/navigation/race_on.gif) no-repeat;
}
#navigation #driving {
	background: url(images/navigation/driving_on.gif) no-repeat;
}
#navigation #corporate {
	background:url(/images/navigation/corporate_on.gif) no-repeat;
}	
#navigation #motorsport {
	background:url(images/navigation/motorsport_on.gif) no-repeat;
}
#navigation #merchandise {
	background:url(images/navigation/merchandise_on.gif) no-repeat;
}	
#navigation #history {
	background:url(images/navigation/history_on.gif) no-repeat;
}
#navigation #contacts {
	background:url(images/navigation/contacts_on.gif) no-repeat;
}
#navigation #news {
	background:url(images/navigation/news_on.gif) no-repeat;
}
#navigation #register {
	background:url(images/navigation/register.gif) no-repeat;
	float: right;
	margin-right: 10px;
}
.section_index #navigation #homepage img, .section_ra #navigation #race img, 
.section_dr #navigation #driving img, .section_bu #navigation #corporate img,
.section_ma #navigation #motorsport img, .section_me #navigation #merchandise img,
.section_hi #navigation #history img, .section_ct #navigation #contacts img, 
.section_nw #navigation #news img {
	visibility: hidden;
}
#xmas {
	position: absolute;
	top: 5px;
	left: 5px;
}
#navigation {
	list-style-type: none;
	clear: both;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 89px;
	left: 25px;
}

#navigation li {
	padding: 0;
	margin: 0;
	font-size: 0.6em;
	float: left;
	position: relative;
	display: inline;
}
#navigation li :link, #navigation li :visited {
	display: block;
	padding: 0;
}
#navigation li :link:focus, #navigation li :visited:focus {
}

#navigation li :link:hover, #navigation li :visited:hover {
	color: #fff;
	border: 0;
}

#navigation li :link:active, #navigation li :visited:active {
}

#navigation li :link:hover img, #navigation li :visited:hover img {
	visibility: hidden;
}

/*** General Styles ***/

img, a img {
	border: 0;
}
sup {
	font-size: 0.6em;
}
* html sup {
	font-size: 0.8em;
}