body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: #21322c;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
html, body {
	min-height: 100%;
	margin-bottom: 1px;
}
p {
	font-size: 80%;
}

#holder {
	width: 760px;
	background: #FFFFFF url(images/faux.gif) repeat-y;
	text-align: left;
	margin: 0 auto 0 auto;
}

/* header styles */
#header {
	background: #93d2fd url(images/logo.jpg) ;
	height: 160px;
}
.callout {
	font: bold 130% Georgia, "Times New Roman", Times, serif;
	color: #333;
	margin: 0;
	padding: 20px 10px;
}

/* navigation styles */
#nav {
	width: 140px;
	float: left;
	padding: 15px 10px;
}
#nav a:link { 
	color: #237c60;
	text-decoration: none;
	font-weight: bold;
}
#nav a:visited { 
	color: #666;
}
#nav a:hover, #nav a:active, #nav a:focus {  
	color: #333;
}
/* content styles */
#content {
	margin: 0 165px;
	padding: 15px;
}
#content p {
	line-height: 130%;
}

/* third column styles */
#news {
	margin: 0px;
	padding: 15px 8px 8px 8px;
	float: right;
	width: 144px;
}
#news p {
	color: #FFF;
}

/* footer styles */
#footer {
	padding: 5px;
	border-top: 1px solid #877D6C;
	font-size: 12px;
	color: #736B5E;
	background: #FFF;
	height: 20px;
}
#footer a:link { 
	color: #237c60;
	text-decoration: none;
	font-weight: bold;
}
#footer a:visited { 
	color: #666;
}
#footer a:hover, #nav a:active, #nav a:focus {  
	color: #333;
}
/* miscellaneous styles */
.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}
.hours {
	vertical-align:bottom;
}

.style3 {font-size: small}
.style5 {font-size: small; font-weight: bold; }
.style6 {color: #736B5E}
.style10 {font-size: small; color: #237c60; font-weight: bold; }
.style11 {color: #000000}
.style12 {font-size: small; color: #000000; font-weight: bold; }


