@charset "UTF-8";
/* CSS Document */
/* Reset*/
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; }
ol { padding-left: 1.4em; list-style: decimal; }
ul { list-style:none; }
q:before, q:after { content:''; }

body	{
	font-size: .9em;
	color: #FFF;
	background-color: #666165;
	font-family: Georgia, "Times New Roman", Times, serif;
	
}
#content	{
	background-image: url(../images/header_lime.gif);
	background-repeat: no-repeat;
	width: 800px;
	padding-top: 200px;
	padding-right: 0px;
	margin: 0 auto;
}
#content img	{
	border: 4px #999 double;
	float: left; 
	margin-right: 10px; 
	margin-bottom: 10px;
}
#links	{
	height: auto;
	width: 800px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	border-top: 1px solid #A9D80E;
	border-bottom: 4px double #A9D80E;
	margin-bottom: 15px;
}
a	{
	color: #A9D80E;
	text-decoration: none;
}
a:hover	{
	text-decoration: underline;
}
.homelink	{
	text-decoration: underline;
}
#home #homeLink,
#about #aboutLink,
#press #pressLink,
#linksP #linksLink,
#classes #classesLink,
#book #bookLink,
#testimonials #testimonialsLink	{
	text-decoration: none;
	color: #999;
}
.bolts	{
	font-weight: bold;
	font-size:1.2em;
	color: #999;
}
.strap	{
	font-size: 2.4em;
}
h1,
h2 	{
	color: #A9D80E;
	font-weight: bold;
	margin-bottom: 5px;
}
h1	{
	font-size: 1.4em;
}
h2	{
	font-size: 1.1em;
	text-decoration: none;
}
p.intro	{
	font-size: 1.6em;
}
blockquote	{
	font-style: oblique;
	color: #999;
}
#footer	{
	color: #A9D80E;
	width: 800px;
	clear: both;
	font-size: .7em;
	text-align: left;
	padding: 5px 0 10px 0px;
}
#footer img	{
	float: right;
	border: 0;
	padding-bottom: 5px;
	
}
.white	{
	color: #FFF;
}
ul.classTimes	{
	color: #FFF;
	margin-left: 25px;
}
li.classes	{
	list-style: circle;
}