#all	{
	position:absolute;
	width:100%;
	background-color:#dddddd;
	z-index:1;
}
#center	{
	position:relative;
	top:0;
	width:90%;
	margin:0 5%;
	background-color:#ffffff;
	z-index:2;
}
#top	{
	position:relative;
	width:100%;
	height:90px;
	background-image:url(./racing.jpg);
	z-index:3;
}
#leftcol	{
	position:relative;
	float:left;
	width:180px;
	z-index:3;
	height:450px
	background-color:lightblue;
}
#maincol	{
	position:relative;
	margin-left:180px;
	width:auto;
	z-index:3;
}
#full	{
	clear:both;
	width:100%;
	background-color:#dddddd;
}
#footer	{
	position:relative;
	text-align:center;
	font-size:8pt;
	clear:both;
	margin:0 8% 10px 8%;
	z-index:3;
}
#navmenu	{
	width:150px;
	height:20px;
	font-size:8pt;
	background-color:lightblue;
}
html,body,div,span,ul,li,p,a,img,h1,h2,h3,h4,h5,table,td,tr	{
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  vertical-align: baseline;
}
body	{
	font-size:1em;
	font-family:verdana,arial;
}
h1,h2,h3,h4,h5	{
	text-align:center;
	font-weight:bold;
}
div.navmenu	{
	width:160px;
	height:20px;
	background-color:lightblue;
}
a.menu	{
	padding-left:10px;
	text-decoration:none;
	font-size:8pt;
	font-weight:bold;
	color:black;
}