*{
	padding:0;
	margin:0;
}
body{
	background-color:#FFDE80;
	min-width: 768px;
	height:100%;
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333;
	}
	
/*main typographic settings*/
h1{
	font-size: 1.3em;
	font-weight:bold;
	margin: 20px 0 0 0;
	}
	
h2 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 20px 0 0 0;
	}
	
h3 {
	font-size: 1em;
	font-weight: bold;
	margin: 10px 0 0 0;
	}
	
h4 {
	font-size: .8em;
	font-weight: bold;
	margin: 10px 0 0 0;
	}
	
h5 {
	font-size: .8em;
	font-weight: bold;
	margin: 4px 0 0 0;
	}
	
h1, h2, h3, h4, h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#063;
	}
	
a {
	color: #063;
	text-decoration: underline;
	}
a:link {
	color: #063;
	}
a:visited {
	color: #74a99c;
	}
a:hover {
	color: #fff;
	background-color:#FFD355;
	}
	
	
/* positioning for major elements */

#containall { /*parent wrapper for inside boxes*/
	background-color:#fff;
	border-bottom: 1px solid #063;
	border-left: 1px solid #063;
	border-right: 1px solid #063;
	width: 740px;
	position: absolute;
	left: 10%;
	right: auto;
	top: 0;
	margin: 0;
	padding:0;
	}
	
#header {
	background-image:    url("img/header7.jpg");
	background-repeat: no-repeat;
	width: 740px;
	height: 135px;
	margin: 0;
	padding: 0;
	}
/*primary top navigation for all pages*/
	
#mainnav_container {
	margin: 0 0 20px 0;
	padding:2px 0 2px 0;
	background-color: #063;
	text-align: center;
	}
#mainnav ul{
	margin: 0;
	padding: 0;
	}
#mainnav ul li {
	display:inline;
	list-style-type: none;
	margin-right: 2px;
	font-size: .8em;
	}
#mainnav ul li a {
	padding: 2px 10px; 
	text-decoration: none;
	}
#mainnav ul li a:link, #mainnav ul li a:visited {
	color: white; 
	background-color:#063; 
	text-decoration: none;
	}
#mainnav ul li a:hover {
	color:#FFF;
	background-color: #4d9470;
	text-decoration: none;
	}
#mainnav ul li a:active {
	color: #fff;
	background-color: #4d9470;
	border-bottom: 4px solid #ffc82b;
	}
	
	/*sidebar containing hours and contact info*/
	
#leftcolumn {
	background-color:#fff;
	float: left;
	width: 200px;
	margin: 10px 5px 10px 5px;
	padding: 0;
	display: inline; /*IE hack*/
	min-height: 300px;
	}
* html #leftcolumn {height: 300px;} /*IE hack*/
	
#leftcolumn p {
	font-size: .7em;
	line-height: 1.2em;
	color:#333;
	margin: 4px 0 1px 0;
	}
	
#leftcolumn h2 {
	font-size: .8em;
	font-weight: bold;
	margin: 3px 0 9px 0;
	padding: 0 0 3px 0;
	}
#leftcolumn h3 {
	font-size: .8em;
	font-weight: bold;
	margin: 7px 0 0 0;
	}
	
#hours {
	background-image:url("img/hdr.png");
	background-repeat: no-repeat;
	background-color: transparent;
	border: #063 1px solid;
	margin: 5px 7px 20px 5px;
	padding: 5px 15px 5px 5px;
	}
	
.highlights {
	background-image:url("img/hdr.png");
	background-repeat: no-repeat;
	background-color: transparent;
	border: #063 1px solid;
	margin: 5px 7px 20px 5px;
	padding: 5px 15px 5px 5px;
	}
	
/*text styles for home page introductory paragraphs*/
#intro_home {
	background-image:   url("img/weights2.png");
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color:#fff;
	float: left;
	width: 510px;
	margin: 10px 10px 10px 5px;
	padding: 0;
	display: inline; /*IE hack*/
	min-height: 300px;
	}
* html #intro_home {height: 300px;} /*IE Min-height hack*/
#intro_home p{
	font-size: .8em;
	line-height: 1.5em;
	margin: 0 10px 10px 0;
	}
	
#intro_home h1 {
	margin: 0;
	}
	
/*tip of the week styles*/
#tip {
	background: transparent url("img/tip.png") no-repeat top left;
	border: #063 1px solid;
	width: 280px;
	padding: 0;
	margin: 10px 10px 10px 0;
	float: right;
	}
	
#tip h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: normal;
	margin: 5px 0 5px 10px;
	}
	
#tip p{
	font-size: .8em;
	line-height: 1.5em;
	color:#333;
	margin: 3px 5px 10px 10px;
	}
	
#footer {
 margin: 5px 5px 5px 5px;
 display: inline; /* IE Hack */
 padding: 4px;
 float: left;
 width: 97.7%;
 font-size: 65%;
 border-top: 5px solid #063;
}
