/* PC Explorer workaround */
body { text-align: center; }

/* alignment */
	div.center { width: 800px; margin-left: auto; margin-right: auto;
		position: relative; }

/* navigation phone number */
div#phone { font: 15px verdana, arial, sans-serif;
	color: #FF6600;
	top: 50px;
	left: 455px;
	position: absolute; }

/* navigation */
.nav { margin: 0 0 20px 0;
	border: none; }

/* text */
p	{ font: 12px/1.25 verdana, arial, sans-serif;  
	text-align: left; }

/* text callouts */
.call	{ color: #FF6600;
	font-size: 110%; 
	font-weight: bold; }

/* text links */
.quick	{ font-size: 110%;
	color: green;
	font-weight: bold; }
.quick a:link { text-decoration: underline; }
.quick a:visited { color: green; text-decoration: underline; }
.quick a:hover { color: blue; text-decoration: underline; }

/* footer links */
.fine	{ font: 10px/1.5 verdana, arial, sans-serif;
	color: #666666;
	padding: 15px 0 30px 0;  
	text-align: center; }
.fine a:link { color: #666666; text-decoration: none; }
.fine a:visited { color: #666666; text-decoration: none; }
.fine a:hover { color: blue; text-decoration: underline; }
