@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	background-attachment: fixed;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
}

.b:link {
	color: #000000;
	text-decoration: none;
	outline: none;
}

.b:visited {
	color: #000000;
	text-decoration: none;
	outline: none;
}
.b:active {
	color:#000000;
	text-decoration: none;
	outline: none;
}

.b:hover {
	color: #6a1010;
	text-decoration: none;
	outline: none;
}

.c:link {
	color: #333333;
	text-decoration: none;
	outline: none;
}

.c:visited {
	color: #333333;
	text-decoration: none;
	outline: none;
}
.c:active {
	color: #333333;
	text-decoration: none;
	outline: none;
}

.c:hover {
	color: #333333;
	text-decoration: underline;
	outline: none;
}

.d:link {
	color: #ffffff;
	text-decoration: none;
	outline: none;
}

.d:visited {
	color: #ffffff;
	text-decoration: none;
	outline: none;
}
.d:active {
	color: #ffffff;
	text-decoration: none;
	outline: none;
}

.d:hover {
	color: #ffffff;
	text-decoration: underline;
	outline: none;
}

.phone	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #f6f0de;
	float: right;
	padding-top: 10px;
	padding-right: 62px;
}

.header	{
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	height: 112px;
}

.logo1	{
	background-image: url(images/logo1.png);
	background-repeat: no-repeat;
	height: 258px;
	width: 250px;
}

.logo2	{
	background-image: url(images/logo2.jpg);
	background-repeat: no-repeat;
	height: 222px;
	width: 676px;
}

.left-bg	{
	background-image: url(images/left-nav2.png);
	background-repeat: no-repeat;
	height: 554px;
	width: 250px;
}

.left-nav	{
	font-family: Century Gothic;
	font-size: 14px;
	color: #000000;
	text-align: left;
	text-indent: 80px;
}

.baner	{
	padding-left: 30px;
	vertical-align: top;
}

.right-bg	{
	background-image: url(images/right-bg.png);
	background-repeat: no-repeat;
	height: 792px;
	width: 61px;
}

#home	{
  display: block;
  width: 125px;
  height: 36px;
  background: url("images/home.gif") no-repeat 0 0;
}

#home:hover
{ 
  background-position: 0 -36px;
}

#hours	{
  display: block;
  width: 201px;
  height: 36px;
  background: url("images/events.gif") no-repeat 0 0;
}

#hours:hover
{ 
  background-position: 0 -36px;
}

#testimonials	{
  display: block;
  width: 172px;
  height: 36px;
  background: url("images/testimonials.gif") no-repeat 0 0;
}

#testimonials:hover
{ 
  background-position: 0 -36px;
}

#contact	{
  display: block;
  width: 178px;
  height: 36px;
  background: url("images/contact.gif") no-repeat 0 0;
}

#contact:hover
{ 
  background-position: 0 -36px;
}

.cont-left	{
	background-image: url(images/cont-left.jpg);
	background-color: #f6f0de;
	background-position: top;
	background-repeat: no-repeat;
	height: 534px;
	width: 34px;
}

.cont-right	{
	background-image: url(images/cont-right.jpg);
	background-color: #f6f0de;
	background-position: top;
	background-repeat: no-repeat;
	height: 113px;
	width: 39px;
}

.cont-line	{
	background-image: url(images/cont-line.jpg);
	background-color: #f6f0de;
	background-position: top;
	background-repeat: no-repeat;
	height: 60px;
	width: 676px;
}

.title	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #6a1010;
	text-transform: uppercase;
	padding-left: 15px;
	height: 30px;
	text-align: left;
	padding-top: 20px;
}

.whitetitle	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
}

.bodytext	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	color: #000000;
	padding: 5px;
}
.footer-bg	{
	background-image: url(images/footer-bg2.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 103px;
}

.footer	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: center;
	height: 50px;
	line-height: 10px;
}

.address	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #FFFFFF;
	height: 20px;
	padding-top: 5px;
}

.copyright	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #FFFFFF;
	height: 20px;
}