body {
		font-size: 12px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		
	}

	body, a {

		color: #000000;
		line-height: 1.55em;
		text-decoration: none;
	}

	a:HOVER {
		text-decoration: underline;
	}

	h1 { font-size: 21px; color: #f8a135;}
	h2 { font-size: 16px; color: #f8a135;}
	h3 { font-weight: bold; color: #f8a135;}
	
	.logo {
		position:absolute;
		left: 0px;
		top:0px;
		}
	
	#opac {
		background-color:#ffffcc;
		height:170px;
		left:0;
		max-height:170px;
		max-width:100%;
		position:absolute;
		top:0;
		width:100%;
		filter: alpha(opacity=70);
		moz-opacity: 0.70;
		opacity: 0.70;

	}
	#border {
		background-image: url(border_bg.gif);
		height:19px;
		left:0;
		max-height:19px;
		width:100%;
		position:absolute;
		top:170px;

	}

	#nav {
		background-color:#ffea98;
		position:absolute;
		left:0;
		top:170px;
		width:100%;
	}



	#nav #menu	{
		margin: 0px 0px 0px 180px;
		list-style:none;
	}
	
	#nav #menu ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}

	#nav #menu li {
		float: left;
		margin: 0 0.15em;
		/* Hack for IE =< 6 */
		_width: 10px;
	}

	#nav #menu li a {
		float: left;
		display: block;
		font-size: 12px;
		line-height: 18px;
		font-weight: bold;
		white-space: nowrap;
		text-decoration: none;
		padding:20px 10px 5px 15px;
		overflow: hidden;
	}

		#nav #menu a:hover
	{
		text-decoration: none;
		background-color:#ffffff;
	}

	#nav #menu .selected { 
		background-color:#ffffff;
		position: relative;
		display: block;
		font-size: 12px;
		line-height: 18px;
		font-weight: bold;
		white-space: nowrap;
		text-decoration: none;
		padding:20px 10px 5px 15px;  
	}
	
	/* Hide from IE5-Mac \*/
	#nav #menu li a {
		float: none
		}
	/* End hide */

	#car {
		position:absolute;
		left:50px;
		top:500px;
		width:300px;
		height: 225px;
		border: 7px solid #f8a135;
	}

	#car2 {
		position:absolute;
		left:10px;
		top:260px;
		width:300px;
		height: 225px;
		border: 7px solid #bf3024;
	}

	#car img, #car2 img {
	position: absolute;
	top: 0px;left:0px;

	}
	
	#car img{
		width:300px;
		height: 225px;
		}
	
	#car2 img {
		width:300px;
		height: 225px;
		}

	#land {
		position: absolute;
		left: 880px;
		top:0px;
		width: 120px
		}
	#land img {
		margin: 10px;
		}
	#content {
		position: absolute;
		left: 424px;
		top:250px;
		width: 600px;
		color: #ffffff;
		}
	#content a {
		color: #f8a135;
		font-weight: bold;
		}
		
	#content a:hover{
		color: #f8a135;
		font-weight: bold;
		text-decoration: underline;
		}