/* 
Main formatting CSS

All globally equal values go in this file
*/

body {
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	line-height: 1.7em;
	font-size: 90%;
	padding: 0;
	margin: 0px;
	text-align: left;
	background-color: #FFFFFF;
	color: #812907;
}

h1, h2, h3, h4, h5 {
	font-weight: normal;
	letter-spacing: -.05em;
	margin: 0;
	padding: 0;
	line-height: 1em;
}

h1 {
	font-size: 175%;
	font-weight: normal;
	color: #98502A;
	margin-bottom: 5px;
}

h2 {
	font-size: 164%;
	display: inline;
}

h3 {
	font-size: 130%;
	display: inline;
	color: #98502A;
}

#footer h3 {
	color: white;
}

h4 {
	display: inline;
	font-size: 100%;
}

a {
	color: #0A50A1;
	text-decoration: none;
	border-bottom: #0A50A1 dotted 1px;
}

a:hover {
	color: #05254D;
	text-decoration: none;
	border-bottom: #05254D dotted 1px;
}

#main1 {
	background-image: url(images/bground_before.jpg);
	padding: 91px 13px 1px 200px;
}

#main2 {
	background-image: url(images/bground_during.jpg);
	padding: 91px 13px 1px 200px;
}


#indent {
	padding-left: 100px;
}

a img, a, a:hover {
	border: none;
}

#money, #money h3 {
	color: white;
}

#money {
	margin: 0px 0px 30px 140px;
}

#menutop {
	padding-top: 180px;
}

#gym {
	background-color: white;
	padding: 7px;
	border: 1px solid #812907;
	margin: 7px 7px 7px 0px;
	float: left;
}

#footer {
	background: url(images/splash_before_08.jpg) no-repeat;
	color: white;
	padding: 27px 0px 20px 60px;
}
