* {
	padding: 0; 
	margin: 0;
}

body {
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	background: url(../images/body_bg.gif) repeat-x #F7FD9F;
	color: #A52A2A;
	padding-top: .25em;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
	color: #A52A2A;
	font-weight: bold;
	padding: .2em .1em;
}

a:hover {
	text-decoration: none;
	background: #FFD187;
}

h4, h5 {
	font-size: 1em;
}

h5 {
	font-weight: normal;
}

p {
	padding: .5em 0;
}

.bold {
	font-weight: bold;
}

.big {
	font-weight: bold;
	font-size: 150%;
}

.strike {
	text-decoration: line-through;
}

.container {
	background: #FDE2C5 url(../images/column.jpg);
	width: 780px;
	margin: 0 auto;
	border-right: 1px solid #A52A2A;
}	

.header a {
	margin: 0;
	padding: 0;
}

.header img {
	border: 0;
}

.header h1, .header h2 {
	display: none;
}

.header a {
	display: block;
}

.header a:hover {
	background: none;
}

.footer {
	color: #FFFFFF;
	padding: 0 1em 1em 1em;
	background: url(../images/footer.jpg) #D24649 no-repeat;
	text-align: center;
}	

.footer p {
	font-size: .8em;
}

.footer a {
	color: #FFFFFF;
}

.footer a:hover {
	background: #FDE2C5;
	color: #A52A2A;
}

.menu {
	width: 630px;
	float: right;
	text-align: center;
	border-top: 1px solid #A52A2A;
	border-bottom: 1px solid #A52A2A;
	margin: 1em 0;
}

.menu ul {
	width: 566px;
	margin-left: 50px;
}

.menu li {
	width: 136px;
	float: left;
}

.menu a {
	display: block;
	padding: .5em 0;
}

.menu a:hover, .menu .selected {
	color: #FFFFFF;
	background: #D24649;
}

.content {
	margin: 0 1em;
	text-align: center;
}

.home, .about, .location, .services, .special {
	width: 544px;
	margin-left: 184px;
	margin-bottom: 3em;
	float: left;
	text-align: center;
}

.slideshow {
	margin: .5em auto;
}

.slideshow img {
	padding: .5em;
	border: 1px solid #A52A2A;
}

.slideshow .no_border {
	border: 1px solid #FDE2C5;
}

.about {
	text-align: justify;
	padding: 0 20px;
}

.location {
	width: 500px;
	padding: 0 20px;
}

.about img, .location iframe, .location img, .services img {
	padding: .35em;
	background: #FDE2C5;
	border: 1px solid #A52A2A;
}

.about img {
	width: 14em;
	float: right;
	margin: 1.5em 2.75em .5em 1em;
}

.about p {
	text-indent: 2.5em;
}

.location iframe {
	float: left;
	margin: .75em 0 .5em 2em;
}

.location img {
	float: left;
	margin: .75em 0 .5em 4.25em;
}

.services li {
	margin-top: .5em;
}

.current_special {
	border: 1px solid #A52A2A;
	background: #FEE994 url(../images/special.jpg) center no-repeat;
	padding: 1em;
	margin-bottom: 1em;
}

.current_special .title p {
	padding: 0;
}

.current_special .title  {
	margin-bottom: 1em;
}

.current_special li {
	margin-bottom: .5em;
}

.current_special li li {
	margin: 0;
}

.hidden {
	display: none;
}

.clear {
	clear: both;
}
