@charset "utf-8";
/* CSS Document */

html, body{
	border:0;
	margin:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
}

h1, h2 {
	color:#00F;
}

/* Sets up a container for all page elements */
#page-container {
	width: 800px;
	margin: auto;
	/*background: #0000FF;*/
}


#banner{
	top:0px;
	width:800px;
	height:98px;
	background-image: url(../images/title.gif);
}
#content {
	top:98px;
	width:800px;
	height:624px;
	background-image: url(../images/porsche.jpg);
	font-family: Tahoma, Geneva, sans-serif;
}
#bottomnav {
	width:800px;
	height:41px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16pt;
	text-align: center;
	background-color:#FFF
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #00F;
}
a:active {
	text-decoration: none;
}