body
{
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	color: #333333;
	line-height: 1.25em;
}

a
{
	text-decoration: none;	
}

a: link { color: #FF9900; }
a: hover { color: #CC0000; }

dd { padding: 3px; }
dt { font-size: 0.9em; font-weight: bold; padding-top: 3px; padding-bottom: 3px;}
dd { font-size: 0.75em; text-transform: uppercase; }
td { font-size: 0.75em; }

h3 { font-size: 1.2em; font-weight: bold; }
#master 
{
	width:100%;
	text-align:center;
}

#contentArea
{
	width: 720px;
	text-align: left;
	border-left: 1px #666 dotted;
	border-right: 1px #666 dotted;
	padding: 5px;
	margin: 10px; 
}
 
#header, #main, #footer
{
	width:720px;
	text-align:left;
	background-color: #FFF;
}

#header 
{
	padding-bottom: 3px;
	border-bottom: 2px solid #333;
}

#headerTitle
{
	font-size: 1.8em;
	font-weight: bold;
}
#headerAddress, #headerPhone, #headerHours
{
	font-size: 0.9em;
	text-align:left;
	line-height: 1.25em;
}

#main 
{
	padding-top: 5px;
	padding-bottom: 5px;
}
	
#footer
{
	padding-top: 3px;
	border-top: 2px solid #333;
	font-size: 0.8em;
}

.floater { width: 100%; clear: both;}
.leftFloat { width: auto; float: left;}
.rightFloat { width: auto; float: right;}
