
* {padding: 0; margin: 0;} 

body {
	background: #f9edcd url(../images/main-bg.jpg) no-repeat center top;
	color: #333333;
	width: 100%;
	display: table;
}
input, textarea {
	font: 110%/150% Arial, Helvetica, sans-serif;
}
p {
	padding: 0 0 1.3em;
	font: 14px;
}
img {
	border: none;
}


em {
	font: italic 110% Georgia, "Times New Roman", Times, serif;
}
em strong {
	color: #CC0000;
}
del {
	color: #666666;
}
ins {
	text-decoration: none;
}
blockquote {
	padding: 0 10px 5px 20px;
	background: url(../images/comments-bullet.gif) no-repeat left 2px;
	font: italic 115%/135% Georgia, "Times New Roman", Times, serif;
	color: #666666;
}
blockquote em {
	font: italic 110%/130% Georgia, "Times New Roman", Times, serif;
}
blockquote cite {
	font: normal 90%/110% Arial, Helvetica, sans-serif;
	text-align: right;
	display: block;
}

td {
padding: 20px;
font-family:Verdana, Arial, Helvetica, sans-serif;}

/* headings and typography
---------------------------------------------------------------------------------*/
h1, h2 {
	font: bold 180%/100% "Arial Rounded MT Bold";
	padding: 0 0 8px;
	letter-spacing: -1px;
	margin-left: -2px;
	color: #6b3f0b;
}
h1.title {
	background: url(../images/tape.gif) no-repeat center center;
	text-align: center;
	font: normal small-caps 190%/100% Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	margin: 0px 0 20px;
	padding: 16px 20px 16px 0;
}
h1.title span {
	color: #666666;
}
h1 a, h2 a {
	color: #763712;
}
h1 a:hover, h2 a:hover {
	color: #2b2b2b;
	text-decoration: none;
}
h3 {
	font: bold 135%/100% Arial, Helvetica, sans-serif;
	padding: 1.2em 0 .3em;
	color:#009999;
}
h3 em, h4 em {
	color: #CC0000;
	letter-spacing: -1px;
}
h4 {
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	padding: .85em 0 5px;
	color: #666666;
}
p big, .intro {
	font: 115%/155% Georgia, "Times New Roman", Times, serif;
	color: #333333;
	
}

/* header
---------------------------------------------------------------------------------*/
#header {
	height: 238px;
	width: 905px;
	margin: 0 auto;
	position: relative;
}
#logo {
	position: absolute;
	top: 45px;
	left: 448px;
}
#description {
	width: 360px;
	text-align: center;
	position: absolute;
	left: 550px;
	top: 105px;
	font: italic normal 24px/26px Georgia, "Times New Roman", Times, serif;
	color: #68391d;
}

#nav {
	position: absolute;
	height: 29px;
	left: 0px;
	bottom: 60px;
	list-style: none;
	font: bold 15px "Arial Rounded MT Bold";
	display: inline;
}



.nav {
display: inline;
height: 29px;
padding-top: 10px;
border: 2px solid 
#FF3333;
}



#nav li {
	height: 29px;
	float: left;
	text-align: center;
	padding: auto;
	display: inline;
}

#nav li.lower {
	padding-top: 10px;
	height: 29px;
	float: left;
	text-align: center;
	padding: auto;
	display: inline;
}



#nav a {
	text-decoration: none;
	width: 120px;
	height: 59px;
	color:#663300;
}

#nav a.extrapadfirst {
	padding: 4px;
	position: absolute;
	top: 12px;
	left: -1px;
	text-decoration: none;
	width: 115px;
	height: 29px;
	color:#663300;
}

#nav a.extrapadsecond {
	padding: 4px;
	position: absolute;
	top: 12px;
	left: 120px;
	text-decoration: none;
	width: 115px;
	height: 29px;
	color:#663300;
}

#nav a.extrapadthird {
	padding: 4px;
	position: absolute;
	top: 12px;
	left: 241px;
	text-decoration: none;
	width: 115px;
	height: 29px;
	color:#663300;
}


#nav a.extrapadfourth {
	padding: 4px;
	position: absolute;
	top: 12px;
	left: 363px;
	text-decoration: none;
	width: 140px;
	height: 29px;
	color:#663300;
}

#nav a.extrapadfifth {
	padding: 4px;
	position: absolute;
	top: 12px;
	left: 511px;
	text-decoration: none;
	width: 115px;
	height: 29px;
	color:#663300;
}

#nav a.extrapadsixth {
	padding: 4px;
	position: absolute;
	top: 12px;
	left: 631px;
	text-decoration: none;
	width: 115px;
	height: 29px;
	color:#663300;
}


#nav a:hover {
color:#330000;}


#nav-services, #nav-classes, #nav-jillian, #nav-past, #nav-resources {
	background: url(../images/linkbg.jpg) no-repeat;
	background-position: bottom;
	width: 120px;
	height: 29px;
}




#nav-services:hover, #nav-classes:hover, #nav-jillian:hover,  #nav-past:hover, #nav-resources:hover {
		background: url(../images/hoverlinkbg.jpg) no-repeat;
		background-position:bottom;
		width: 120px;
		height: 29px;
		color:#99CCCC;
}


#nav-upcoming {
	background: url(../images/upcominglinkbg.jpg) no-repeat;
	background-position:bottom;
	width: 150px;
	height: 29px;
	
}


#nav-upcoming:hover {
	background: url(../images/upcominglinkbghover.jpg) no-repeat;
	background-position:bottom;
	width: 150px;
	height: 29px;

	
}

#nav-button { width: 30px;
height: 29px;
padding: 8px;
}



/* content wrap
---------------------------------------------------------------------------------*/
#content-wrap {
	width: 924px;
	margin: 0 auto;
	background: #ffffff;
	position: relative;
	padding: 0 0 0px;
	margin-bottom: -300px;
}


#content {
	width: 870px;
	padding: 200px 30px 30px 30px;
}

#internalcontent {
	width: 870px;
	padding: 30px 30px 30px 30px;
	margin-top: -90px;
}

#content p, #internalcontent p {
font-size: 16px;
padding-top: 10px;
font-family: "Georgia";
color:#003333;}

#content td p, #internalcontent td p {
font-size: 16px;
color:#663300; }

#topcontent {
position: absolute;
top: -90px;
left: 10px;
height: 245px; }

#bannerimg {
float: left;
width: 600px;
height: 243px; }

#frontbox {
width: 300px;
height: 243px;
float: right;}

#frontbox li {
margin-top: 4px;
width: 290px;
float: right;
height: 30px;
background: #e9c788;
display: block;
border: 1px dashed #695949;
text-align: right;
padding-top: 12px;
}

#frontbox li a {
height: 40px;
text-decoration: none;
color: #6b3f0b;
font: italic normal 20px/22px Georgia, "Times New Roman", Times, serif;
margin-right: 10px;}

#frontbox li:hover {

background: #b89d70;
}






/* footer
---------------------------------------------------------------------------------*/
#footer {
	background: url(../images/footer-bg.jpg) no-repeat center top;
	margin-left: 10px;
}
#footer h4 {
	text-indent: -900em;
	margin: 0;
	padding: 0;
	height: 25px;
}
#footer-wrap {
	width: 905px;
	height: 360px;
	margin: 0 auto;
}

/* recent posts */

/* alignments etc (content elements)
---------------------------------------------------------------------------------*/
.border-top {
	background: url(../images/border-top.gif) no-repeat;
	margin: 20px 0 5px;
	padding: 15px 0 0;
}
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	text-align: center;
	margin: auto;
}
.textright {
	text-align: right;
}
.textleft {
	text-align: left;
}
/* image */
img.image {
	background: #fff;
	padding: 5px;
	border: 1px solid #D9D9D9;
}
p.image {
	margin-top: 4px;
}
p.image em {
	display: block;
	text-align: center;
	font-size: 95%;
	color: #666;
	padding: 4px 0 6px;
	line-height: 140%;
}
p.image img {
	background: #fff;
	padding: 5px;
	border: 1px solid #D9D9D9;
}
p.image a:hover img {
	border: 1px solid #666;
	background: #fff;
}
p.image a, p.image  a:visited {
	background: none !important;
	border: none !important;
	padding: 0 !important;
}
p.image a:hover {
	text-decoration: underline;
}
p.image small {
	color: #999999;
	display: block;
	font-size: 95%;
	line-height: 100%;
}
p.left {
	float: left;
	margin-right: 15px;
}
p.right {
	float: right;
	margin-left: 15px;
}
img.left {
	float: left;
	margin-right: 5px;
}
img.right {
	float: right;
	margin-left: 5px;
}


/* clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

ul.resources {
list-style: none;
 }

ul.resources li {
height: 40px;
width: 300px; }

#internalcontent a { color:#663300; } 
