/*
#C3502B
#7E1F16
#453E35
#625A4A
#F4F2ED
#E4DFCF
#D5D1C2
#C9C3B1
#958970
*/

/*LAYERS*/
div#mainbody 
{
	position:relative;
	z-index: 1;
	top: 5px;
	margin-top: auto; /*was 25px*/
	margin-bottom: auto; /*new*/
	margin-right:auto;
	margin-left:auto;
	border-bottom: #7E1F16 solid 10px;
	width: 700px;
	padding: 10px;
	background-color: #453E35;
	height:500px;
	background-image:url(../images/top-corner.gif);
	background-position:top left;
	background-repeat:no-repeat;

}

div#title
{
	position:absolute;
	z-index: 2;
	top: 10px;
	width: 700px;
	height: 115px;
	left: 0px;
	border-bottom: #C3502B solid 3px;
	text-align:right;
}

div#maincontent
{
	position:absolute;
	z-index: 4;
	top: 150px;
	width: 660px;
	height: 345px;
	left: 20px;
	padding: 10px;
	background-color: #453E35;
	overflow:auto;
}
	div#mainbody {height:900px;width: 860px;}
	div#maincontent {height: 745px;width: 820px;}
	div#title {width: 860px;}
div#search
{
	position:absolute;
	z-index: 5;
	top: 7px;
	width: 200px;
	height: 50px;
	left: 30px;
	margin:0px;
	border: #C3502B solid 0px;
	text-align:left;
}
div.clear {
	clear: both;
}
/*GENERAL SETTINGS*/
html, body {
	height: 100%; 
	margin: 0; 
	padding: 0;
}

	html, body {
		height:100%;
		}

body {
	font-family: Arial, Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color:#E4DFCF;
	color:#FFFFFF;
	font-size:small;
	margin: 0px;
}

a:link, a:active, a:visited {
	color: #E4DFCF;
	text-decoration: underline;
}

a:hover {
	color: #E4DFCF;
	text-decoration: none;
}

/*More info links*/
.moreinfo a:link { 
	display:block; 
	width:20px;
	height:30px;
	background-color: #453E35;
	}
.moreinfo a:hover { 
	background-color: #922419;
	border:#FFFF00 thin solid;
	}

/*IMAGES*/
img.border {
  background-color: #7E1F16;
  border: 1px solid #958970;
  margin: 6px 6px 6px 6px; /*-6 6 6 -6*/
  padding: 4px;
  } 

img.titleimage {
	position: relative;
	top: -20px;
	float:right;
	display:block;
	clear:both;
}

span.nowrap { white-space : nowrap ; } 


/*SPECIAL FONT SETTINGS*/
h1 {
	color:#F5F3EE;
	margin-top: 0px;
	font-size:x-large;
}
h2 {
	color:#F4F2ED;
	font-size:medium;
}
h3 {
	font-size:small;
	}
p, td, th, ul, li, ol {
	font-family: Arial, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:small;
	color:#F4F2ED;
}

input, textarea, select {
	font-family: Arial, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:small;
	color:#453E35;
}

.footnote {
	font-size: x-small;
	color: #453E35;
	text-align:center;
}

.footnote a:link, .footnote a:active, .footnote a:visited {
	color: #453E35;
	text-decoration: underline;
}

.footnote a:hover {
	color: #453E35;
	text-decoration: none;
}
/* search form styles */
	#searchform {
		height: 20px;
		width: 120px;
		white-space : nowrap;
	}
	.searchfield {
		border: #C9C3B1 thin solid;
		background-color:#453E35;
		margin: 0;
		font-size: 9px;
		color: #F4F2ED;
	}
	.searchbutton {
		position:relative;
		float: none;
		margin: 0;
		margin-left: 2px;
		top: 4px;
	}
	.optext {
		font-size: 9px;
		color: #F4F2ED;
	}
/*motorsport*/
.motorsport {
	display:none;
	}
