p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left:30px;
	
}


p.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	background-color:#ccff99;
	width:100px;
	padding: 0px 0px 3px 10px;
}


p.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#1E4F95;
	padding-top:30px;
		padding-bottom:30px;
	padding-left:15px;
	padding-right:15px;
	width:145px;
	margin-top:0px;
	color:#ffffff;
}
p.quote_right {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top:10px;
		padding-bottom:30px;
	padding-left:5px;
	padding-right:0px;
	width:165px;
	margin-top:0px;
	color:#1E4F95;
	font-style:italic;
}


p.quote_left {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top:10px;
		padding-bottom:30px;
	padding-left:5px;
	padding-right:0px;
	width:110px;
	margin-top:0px;
	color:#1E4F95;
	font-style:italic;
}


h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding:0px 30px 0px 0px;
	font-weight:bold;
	margin-bottom:-7px;
	margin-top:0px;
	margin-left:30px;
	
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding:0px 30px 0px 0px;
	font-weight:bold;
	margin-bottom:-8px;
}

	#photoquote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top:0px;
	padding-bottom:30px;
	padding-left:2px;
	padding-right:0px;
	width:172px;
	margin-top:0px;
	color:#1E4F95;
	


}

		#contents {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding:0px 30px 0px 30px;
	


}

	
/*navigation related styles --- please read notes as you edit - do not add styles to pages. Comment by Pre */
#navigation {
	width: 117px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color:#336699/*#1E4F95*/;
}
#navigation ul {
list-style: none;
margin: 0;
padding:0;
}
#navigation li {
border-bottom: 1px solid #ED9F9F;
font-weight:bold;
}

/*highlight navigation depending on page -- note body id, in style and page --*/
#home #navigation a.home { background: url(img/selected.jpg) right bottom no-repeat #6699cc;}
#about #navigation a.about { background: url(img/selected.jpg) right bottom no-repeat #6699cc;}
#bmw #navigation a.bmw { background: url(img/selected.jpg) right bottom no-repeat #6699cc;}
#specs #navigation a.specs { background: url(img/selected.jpg) right bottom no-repeat #6699cc;}
#motor #navigation a.motor { background: url(img/selected.jpg) right bottom no-repeat #6699cc;}
#layout #navigation a.layout { background: url(img/selected.jpg) right bottom no-repeat #6699cc;}
#work #navigation a.work { background: url(img/selected.jpg) right bottom no-repeat #6699cc;}
#project #navigation a.project { background: url(img/selected.jpg) right bottom no-repeat #6699cc;}
#lnks #navigation a.lnks { background: url(img/selected.jpg) right bottom no-repeat #6699cc;}
#contact #navigation a.contact { background: url(img/selected.jpg) right bottom no-repeat #6699cc;}

#navigation li a:link, #navigation li a:visited  {
	display: block;
	padding: 12px 5px 12px 8px;
	background-color: #336699;
	color: #ffffff;
	text-decoration: none;}
/* mouseover effect is below*/
#navigation li a:hover {
	display: block;
	padding: 12px 5px 12px 8px;
	background-color: #6699cc;
	color: #ffffff;
	text-decoration: none;
}

