	/* Define all main values for the web site */
	body {
		margin: 0;
		padding: 0;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		line-height: 1.2em;
		color: #000000;
		background: #880000;
	}

	/* Define all links */
	a:link { color: Black; text-decoration: underline; }
	a:visited { color: #3e3e3e; }
	a:hover { color: #3e3e3e; }
	
	#content { background-image: url(../images/bg.gif); }
	
	#content .header {
		background-color: #f2f2f2;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 18px;
		padding: 8px 0px 8px 22px;
	}
	
	#content .header span {
		padding: 0 10px 0 11px; 
		background: url(../images/marker.gif) no-repeat left center;
	}

	#body { padding: 21px; }
	#body .text { float: left; width: 410px; }
	#body .text b { color: #880000; }	
	#body .text ul { margin-left: 20px; padding-left: 10px; }
	#body .text li { padding: 6px 0 6px 0; }
	#body .image { margin-left: 420px; }
	#body .image img { border: 1px solid #6a5d3b; }

	#body-footer { 
		padding: 15px 22px 15px 22px; 
		background-image: url(../images/body-bottom-bg.gif); 
		border-top: 1px solid #c1c1c1;	
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 14px; 
	}
	
	#body-footer .title { 
		padding: 0px 0px 8px 0px; 		
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 14px; 
		font-weight: bold;
	}
	
	#body-footer .phone {
		padding: 8px 0px 0px 0px;
		font-family: "Times New Roman", Times, serif;
		font-size: 18px;
		font-weight: bold;
	}
	
	#body-footer .time {
		padding: 16px 0px 0px 0px;
		font-family: "Times New Roman", Times, serif;
		font-size: 36px;
		color: #870000;
	}
	
	#navigation { background-color: #e2c066; }
	#navigation .bl {background: url(../images/nav-corner-lb.gif) 0 100% no-repeat;}
	#navigation .br {background: url(../images/nav-corner-rb.gif) 100% 100% no-repeat;}
	#navigation .br div {padding: 12px 22px 12px 22px;}
	
	#footer .signature{ font-size: 11px; color: #fffdc2; text-align: left; padding: 3px 0 5px 0; }