

body {

background-color:#FFF;
/*
	background-image:url(images/background_vertical_left.gif);
	background-repeat:repeat-y;
	background-position:left top;
	*/
	margin:0;
	padding:0;
	height:100%; /* needed to display bkgnd2 at full height in IE */
}
a{
	text-decoration: none;
	color: #FF6666;
}
.blackBorder{
	border:1px solid black;
}



#homeButtonArea{
	border:0px solid black;
	width:600px;
	position:absolute;
	left:75px;
	height: auto;
	min-height:100%;
	font-family: arial;
	font-size: 12px;
	margin-top:10px;
}
#homeButtonArea img{
	border:0px solid;
}
#homeButtonArea h2{
	margin-top:0px;
}

#headerHolder{
	width:800px;
	height:75px;
}
.headerHome{background-image: url(/images/headerHome.jpg);}
.headerSpotter{background-image: url(/images/headerSpotter.jpg);}
.headerHybrids{background-image: url(/images/headerHybrids.jpg);}
.headerStories{background-image: url(/images/headerStories.jpg);}
.headerAbout{background-image: url(/images/headerAbout.jpg);}

#headerHolder p{
position: absolute;
	color:#fff;
	padding:0px;
	margin:50px 0px 0px 15px;
	font-family:courier;
}
#headerHolder a{
	text-decoration: none;
	color:#fff;
}

#map{
	border:3px solid grey;

	height: 480px;
	margin-bottom:10px;
	
}

#menu{
	width:100%;
	background-color:#E7443D;
	height:40px;
}
#menu li{
	display:inline;
	padding:00px 20px 0px 0px;
	font-family:Verdana;
	border:1px solid black;
}
#menu li a {
	color:#fff;
}

#nav{
	width: 800px;
	border:0px solid grey;
}

#nav img{
	border:0px;
}

#nav a:hover{
	text-decoration:underline;
}

#pageContent{
	font-family: arial;
	font-size:12px;
	/*margin: 10px 0px 0px 30px;*/
	padding: 10px 0px 0px 30px;
	width:770px;
	border:0px solid black;
}

#pageContent hr{
	margin:0px 0px 10px 0px;
	padding:0px;
	border:1px solid black;
}

#pageContent p{
	padding-left:10px;
}

#stories h2,h3{
	margin:0px;
}

#wrapper{
	border:0px solid grey;
	float:left;
	
	position: relative;
}



.error{
	color:red;
}


