body {
	margin: 0;
	padding: 0;
	background-color: #C9C;
	background-color: #EEE;
	background-color: #EFE9E6;
	background-image: url(/cars/2005_08_20_historics/images/corkscrew_bkgnd_2.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-size: 12px;
	behavior: url(/includes/csshover.htc); /* WinIW behaviour call - thank you, Microsoft! :( */
	/* for development purposes only 
	background: #EEE; color: #000; */
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
}
h1 {font-size: 160%;}
h2 {font-size: 140%;}
h3 {font-size: 120%;}
h4 {font-size: 100%;}
h5 {font-size: 100%;}
a {color: #8b8;}
a:hover {color: #696;}
a:visited {color: #CDC;}

div#header {
	background-image: url(/cars/2005_08_20_historics/images/corkscrew_strip_2.jpg);
	border: 1px solid #AAA;
	border-left: 0;
	border-bottom-color: #FF0000;
	border-bottom-color: #B93238;
	padding-left: 1em;
	color: #9BD;
	color: #ACA;
	color: #696;
}
div#content {
	color: #AAA; 
	margin-left: 11em; 
	min-height: 22em;
	padding: 5ex 0 1px 5%; 
	border-left: 1px solid #AAA; 
	text-align: right; 
}
div#content table {
	margin-top: 1ex;
	padding: 4px;
	/* float: right; */
	/* background-color: #ACA; */
}
div#content td {
	padding: 4px;
	vertical-align: bottom;
}
div#content img { 
	float: right;
	padding-right: 2em;
	padding-top: 5ex;
}
div#content td img {
	background: #EEE;
	border: 1px solid #D9E0E6;
	border-bottom-color: #C8CDD2;
	border-right-color: #C8CDD2;
	padding: 4px;
	vertical-align: bottom;
}
div#content table h4 { color: #FFF; }
/* dl { float: right; } */
dt, dt a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 110%;
	text-align: left;
	text-decoration: none;
	color: #141;
}
dt a:visited {
	color: #141;
}
dt, dt a:hover {
	color: #363;
}
dd {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 500;
	text-align: left;
	color: #111;
	margin-left: 2em;
	padding-bottom: 1em; 
}

div#sidebar {
}
div#footer {
	padding-left: 1em;
}
div#menu-main {
	float: left;
	width: 11em;
	margin: -1px 0 0 -1px;
	background: #FDD;
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: 700;
}
div#menu-main ul {
	margin: 0;
	padding: 0;
	width: 11em;
	background: white;
	border: 1px solid #AAA;
}
div#menu-main li {
	position: relative;
	list-style: none;
	margin: 0;
	border-bottom: 1px solid #CCC;
}
div#menu-main li:hover {
	background: #EBB;
	cursor: pointer;
}
div#menu-main li.submenu {
	background: yellow;
	background: url(/images/submenu_right.gif) 95% 50% no-repeat; 
}
div#menu-main li.submenu:hover {
	background-color: #EDD; 
}
div#menu-main li a {
	display: block; 
	padding: 0.25em 0 0.25em 0.5em;
	text-decoration: none;
	width: 10.5em;
	color: #696;
}
div#menu-main>ul a {width: auto;}
div#menu-main ul ul {
	position: absolute;
	top: 0;
	left: 11em;
	display: none;
}
div#menu-main ul.level1 li.submenu:hover ul.level2,
div#menu-main ul.level2 li.submenu:hover ul.level3 {
	display: block;
}
.caption-left a {
	text-align: right; 
}
.caption-left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%; 
	color: #000;
	text-align: right;
	width: 116px;
}
a.caption-left {
	font-size: 110%;
	font-weight: 700;
	text-decoration: none;
	text-align: right;
	color: #000;
}
a:visited.caption-left {
	color: #333;
	text-align: right;
}
a:hover.caption-left {
	color: #900;
}
.caption-right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%; 
	color: #000;
	text-align: left;
	width: 116px;
}