body {
	background-image: url(../graphics/lightballons.gif);
}
.main {
	background-color: white;
}
.header {
	height: 230px;
	background: #ddd url(../graphics/back.gif) no-repeat 0 0;
	overflow: hidden;
}

.linkbox {
	height: 150px;
	background-color: #ddd;
	overflow: hidden;
}

.linkbox p {
	color: #777;
	margin-top: 120px;
	margin-left: 10px;
	font-size: 1.25em;
}

.pilates {
	background: url(../graphics/back.gif) no-repeat 0 -240px;
}
.running {
	background: url(../graphics/back.gif) no-repeat -240px -240px;
}
.corporate {
	background: url(../graphics/back.gif) no-repeat -480px -240px;
}
.massage {
	background: url(../graphics/back.gif) no-repeat -720px -240px;
}
.soon {
	background: url(../graphics/back.gif) no-repeat 0 -400px;
}
.contact {
	background: url(../graphics/back.gif) no-repeat -240px -400px;
}
.news {
	background: url(../graphics/back.gif) no-repeat -480px -400px;
}
.launch {
	background: url(../graphics/back.gif) no-repeat -720px -400px;
}

.newsflash {
	height: 195px;
	overflow: hidden;
}

.menu {
	margin-top: 10px;
	overflow: hidden;
}

.menu li {
	display: inline;
	list-style-type: none;
	border-right: 1px solid #966;
	color: #666;
	font-size: 1em;
	line-height: 1em;
	padding-right: 5px;
	padding-left: 5px;
	text-indent: 0;
}

.content {
}

.footer {
	background-color: #ccc;
	height: 30px;
}

.footer p {
	color: white;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 0.9em;
	text-align: center;
	line-height: 2.7em;
}

h1 {
	color: #666;
	padding-top: 40px;
	font-size: 3em;
	padding-bottom: 10px;
	line-height: 1em;
}

h2 {
	color: #C03;
	font-size: 1.8em;
}

h3 {
	color: #C03;
	font-weight: bold;
	font-style: italic;
	font-size: 1.2em;
}

p,li {
	color: #666;
	font-size: 1.2em;
	line-height: 1.8em;
}

a:link {
	text-decoration: none;
}
a:visited {
	color: #77d;
	text-decoration: none;
}
a:active {
	color: black;
	text-decoration: none;
}
a:hover {
	color: #f30;
	text-decoration: underline;
}

#herbie {
	text-align: center;
	float: right;
	margin-right: 10px;
	margin-top: 20px;
}

.oyez {
	background-color: #99c;
	padding: 10px;
}

.oyez h1 {
	margin: 0;
	font-size: 30px;
	text-align: center;
	color: red;
	padding: 0 0 10px;
	font-style: italic;
	font-weight: bold;
}
.oyez h2 {
	padding-top: 10px;
	text-align: center;
	font-style: italic;
}
.oyez p {
	padding-bottom: 3px;
	text-align: center;
	font-size: 16px;
	line-height: 18px;
	margin-top: 8px;
}.quote {
	font-style: italic;
	color: #666;
	font-size: 12px;
}

