body {
	background-color:#bac8bc;
}
h1 {
	color:#000000; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:48px; font-style:italic; 
	font-weight:bold;
	}
h2 {
	color:#000000; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:18px;	
	}
h3 {
	color:#fff; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:24px;	
	}
h4 {
	color:#fff; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:16px;	
	}
a.nav{
	color: #fff;
	text-decoration: none;
 	}
a.nav:hover{
	color: #000;
 	}
a.link{
	color: #000;
	text-decoration: underline;
	font-weight:bold;
 	}
a.link:hover{
	color: #000;
	text-decoration:none;
 	}
/* index */
#mainBody{
	min-height:680px; 
	min-width: 940px;
	margin-right:20px; 
	margin-left:25px; 
	background-color: #fff; 
	/*-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;*/
	border: 1px solid #000; 
	padding: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px; 
	-webkit-border-bottom-right-radius: 10px; 
}
#logo{
	/*background-image: url(images/tire2.gif); */
	width: 290px; 
	height: 313px;
	z-index:2;
	position:absolute;
	top: 0px;
	left: 0px;
}
#navBar{
	min-width: 700px;
	height:18px; 
	margin-bottom:5px;
	 margin-right:20px; 
	 margin-left:275px; 
	 margin-top:-150px; 
	 background-color: #345; 
	 -moz-border-radius: 10px; 
	 -webkit-border-radius: 10px; 
	 border: 1px solid #000; 
	 padding: 5px; 
	 color:#fff;
}
#martys{
	position: relative; 
	top: -30px; 
	left: 20px;
}
/* LIGHTBOX CODE */
.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.6;
	opacity:.60;
	filter: alpha(opacity=60);
}
.white_content {
	display: none;
	position: absolute;
	top: 5%;
	left: 5%;
	width: 90%;
	height: 90%;
	padding: 0px;
	border: 5px solid orange;
	background-color: white;
	z-index:1002;
	overflow: auto;
}
.clear {
	clear:both; 
	overflow:hidden; 
	height:0; 
	display:block 
}