A {
	color: #b71b08;
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}

BODY {
	margin: 0px;
	padding: 0px;
	background: #402e00 url('images/background.gif');
	text-align: center;
}

FORM {
	margin: 0px;
	padding: 0px;
}

IMG {
	border: 0px;
}

H1, H2, H3, P {
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

H1 {
	font-weight: normal;
	font-style: italic;
	color: #775426;
	font-size: 24px;
	padding: 0px 0px 15px 0px;
}

H2 {
	color: #775426;
	font-size: 16px;
}


H3 {
	color: #775426;
	font-size: 14px;
}


TD, BODY {
	font-family: Georgia, Times New Roman, Serif;
	font-SIZE: 12px;
	color: #402e00;
}

TABLE.smalltext TD {
	vertical-align: top;
	font-size: 11px;
}

/* /////////////////////////////////////////////////////////////////////////////////////////////////////
//  containers
//////////////////////////////////////////////////////////////////////////////////////////////////// */

#container {
	width: 820px;
	margin: auto;
	background: #fffeec url('images/page_backing.gif') top center repeat-y;
}

#innercontainer {
	text-align: left;
	width: 820px;
	background: url('images/page_bottom.jpg') bottom center no-repeat;
}


/* /////////////////////////////////////////////////////////////////////////////////////////////////////
//  header
//////////////////////////////////////////////////////////////////////////////////////////////////// */


#header {
	background: url('images/header.gif') top center no-repeat;
	width: 820px;
	height: 131px;
	position: relative;
	text-align: left;
}

#headershop {
	background: url('images/headershop.gif') top center no-repeat;
	width: 820px;
	height: 131px;
	position: relative;
	text-align: left;
}

#header DIV, #headershop DIV {
	position: absolute;
	top: 112px;
	left: 320px;
	color: #fefde2;
	font-size: 11px;
	font-weight: bold;
}

#header A, #headershop A {
	color: #fefde2;
}

#header .logo, #headershop .logo {
	position: absolute;
	top: 10px;
	left: 30px;
}

#header .shoplink, #headershop .shoplink {
	position: absolute;
	top: 0px;
	right: 15px;
}


/* /////////////////////////////////////////////////////////////////////////////////////////////////////
//  left sidebar
//////////////////////////////////////////////////////////////////////////////////////////////////// */


#sidebar {
	background: #fffeec url('images/side_backing.jpg') 16px 0px no-repeat;
	width: 269px;
	height: 279px;
	margin: 0px 0px 20px 15px;
	float: left;
	text-align: right;
	display: inline;
}

#sidebar UL {
	list-style: none;
	padding: 25px 60px 0px 0px;
	margin: 0px;
}

#sidebar UL LI {
	padding: 0px 0px 7px 0px;
}

#sidebar A {
	color: #5a2f05;
}
#sidebar A:hover {
	color: #b71b08;
	text-decoration: none;
}


/* /////////////////////////////////////////////////////////////////////////////////////////////////////
//  central content
//////////////////////////////////////////////////////////////////////////////////////////////////// */

#page {
	background: url('images/page_minicorner.jpg') top left no-repeat;
	margin: 0px 0px 0px 284px;
}

#content {
	padding: 25px 90px 0px 25px;
	text-align: justify;
	line-height: 18px;
}


/* /////////////////////////////////////////////////////////////////////////////////////////////////////
//  footer
//////////////////////////////////////////////////////////////////////////////////////////////////// */


#footer {
	background: url('images/footer.jpg') top center no-repeat;
	width: 820px;
	height: 245px;
	margin: auto;
	position: relative;
	text-align: left;
}

#footer P {
	padding: 0px 0px 5px 0px;
}

#footer .monthly {
	position: absolute;
	top: 100px;
	left: 55px;
	width: 155px;
	font-size: 9px;
}

#footer .hours {
	position: absolute;
	top: 80px;
	left: 250px;
	width: 145px;
	text-align: center;
}

#footer .appointment {
	position: absolute;
	top: 55px;
	left: 440px;
	width: 325px;
}

#footer .signup {
	position: absolute;
	top: 70px;
	left: 622px;
	width: 155px;
	font-size: 10px;
}

#footer .rightlink {
	text-align: right;
	font-size: 11px;
}

#subfooter {
	color: #977860;
	font-size: 10px;
	background: #eadbc3;
	width: 820px;
	margin: auto;
	padding: 0px 0px 7px 0px;
}


/* /////////////////////////////////////////////////////////////////////////////////////////////////////
//  global
//////////////////////////////////////////////////////////////////////////////////////////////////// */

.price {
	float: right;
}
