body {
	margin: 5px auto 0 auto;
	padding:0;
	background: #665b4c url(../images/body-bg.jpg) top left repeat-x;
}

#wrapper {
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 960px;
	background: url(../images/wrapper-bg.gif) top center repeat-y;
}

HR {
	clear: both;
   border: none 0;
	border-top: 1px solid #665b4c;
	width: 99%;
	height: 1px;
	padding: 10px 0;
	margin: 0 auto;
	text-align: center;
}

#header-top {
	display: block;
	margin: 0;
	padding: 0 0 0 142px;
	height: 136px;
}

h1.logo {
	margin: 0;
	padding: 0;
	height: 163px;
	text-indent: -2000px;
	background: url(../images/logo.jpg) top left no-repeat;
}

#tagline {
	margin: 0;
	padding: 0 0 0 10px;
	height: 36px;
	background: url(../images/tagline-bg.jpg) top left no-repeat;
}

.clear {
	clear: both
}

#header {
	margin: 0;
	padding: 0;
	height: 198px;
	background: url(../images/header.jpg);
}

#address {
	margin: 0;
	padding: 0;
	height: 48px;
	background: url(../images/address-bg.jpg);
}

#address h2 {
	margin: 0;
	padding: 16px 0 0 0;
	color: #dbd8cb;
	text-indent: 40px;
	font: 14px "Courier New", Courier, monospace;
	border: none
}

/*Left Colume Styles*/

#leftcol {
	float: left;
	margin:0;
	padding:0;
	width: 199px;
	font: 13px Arial, Helvetica, sans-serif;
	line-height: 18px;
}

a.click-here {
	clear: both;
	display: block;
	margin: 25px auto;
	padding: 0;
	width: 121px;
	height: 87px;
	text-indent: -3000px;
	background: url(../images/click-here.gif) 0 0 no-repeat;
	text-decoration: none;
}

a:hover.click-here {
  background-position: 0 -87px;
}

a.book-now {
	clear: both;
	display: block;
	margin: 25px auto;
	padding: 0;
	width: 121px;
	height: 87px;
	text-indent: -3000px;
	background: url(../images/book-now.gif) 0 0 no-repeat;
	text-decoration: none;
}

a:hover.book-now {
  background-position: 0 -87px;
}

/*Right Colume Styles*/

#rightcol {
	float: left;
	margin: 0;
	padding: 0;
	width: 761px;
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 16px;	
}

#content-container {
	margin:15px 0 0 0;
	padding:0 10px;
}

#content-container p {
	margin:0;
	padding:10px 5px 5px 5px;
	font: 13px Arial, Helvetica, sans-serif;
	line-height: 18px;
}

/*H Tages*/

#content-container h1 {
	clear: both;
	margin:0;
	padding:2px 0 2px 5px;
	color:#580304;
	font: 15px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	border-bottom: 1px solid #580304;
	font-weight: bold;
}

#content-container h2 {
	clear: both;
	text-align: left;
	font-size: 13px;
	color: #580304;
	margin: 10px 5px 5px 5px;
	padding: 5px 0;
	border-bottom: 1px solid #580304;
	border-top: 1px solid #580304
}

#content-container h3 {
	clear: both;
	text-align: left;
	font-size: 12px;
	color: #580304;
	margin: 10px 5px 5px 5px;
	padding: 5px 0;
	font-weight: bold;
}

/*UL Tags*/

#content-container ul  {
	padding: 5px 5px 8px 35px;
	margin: 0 0 0 0px;
	list-style: disc url(../images/bullet.gif);
	list-style-type: none;
	font: 12px Arial, Verdana;
	color: #3A3D14
}

#content-container ul li {
	line-height: 18px;
	padding: 0 0 2px 0;
	margin: 10px 0 0 0;
	color: #3A3D14;
	font: 12px Arial, Verdana;
}

#content-container ul li ul {
	line-height: 18px;
	padding: 0 0 2px 0;
	margin: 0;
	color: #3A3D14;
	font: 12px Arial, Verdana;
}

#content-container ul li ul li {
	line-height: 18px;
	padding: 10px 0 0 45px;
	margin: 0;
	color: #3A3D14;
	font: 12px Arial, Verdana;
}

#content-container ol  {
	padding: 5px 5px 8px 25px;
	margin: 0 0 0 10px;
	font: 12px Arial, Verdana;
	color: #3A3D14
}

#content-container ol li {
	line-height: 18px;
	padding: 5px 0;
	border-bottom: 1px solid #BBBBBB
}

/* -= Roll Overs Content=- */

#content-container a:link, #content-container a:visited {
	font-weight: normal;
	color: #580304;
	text-decoration: underline
}

#content-container a:hover, #content-container a:active {
	padding: 0;
	font-weight: normal;
	color: #B00303;
	text-decoration: none
}

#content-container a {
	padding: 0;
	margin: 0 auto;
	font-weight: normal;
}


/*Images Styles*/

.image-left {
	float: left;
	display: block;
	margin: 3px 5px 9px 5px;
	border: 5px solid #FFF;	
	overflow:hidden
}

.image-center {
	display: block;
	margin: 10px auto 0 auto;
	text-align: center;
	border: 5px solid #FFF;	
	overflow:hidden
}

.image-right {
	float: right;
	display: block;
	margin: 3px 5px 9px 5px;
	border: 5px solid #FFF;
	overflow:hidden
}

/***********FOOTER CSS***********/

#footer {
	margin: 0 auto 25px auto;
	padding: 0;
	width: 960px;
	text-align: center;
	height: 64px;
	font: 9px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: url(../images/footer-bg.gif) top center no-repeat;
}

p.footer-links {
   margin: 0;
	padding: 10px 0 0 0;
	color: #7B6A63;
}

p.credit {
   margin: 0;
	padding: 5px 0px 0px 0px;
	color: #7B6A63;
}

/* -= Roll Overs Footer=- */

#footer a:link, #footer a:visited {
	font-weight: normal;
	color: #7B6A63;
	text-decoration: underline
}

#footer a:hover, #footer a:active {
	padding: 0 3px 0 3px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none
}

#footer a {
	padding: 0 3px 0 3px;
	margin: 0 auto;
	font-weight: normal;
}


