
html {
	overflow-y:scroll;
}
body {
	background: url(/bg.jpg) repeat-x #fff12e;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
img {
	border: none;
}
h1 {
	font-size: 24px;
	margin: 0 0 10px 0;
}
p {
	line-height:20px;
}
a {
	text-decoration: none;
}
.clear{
	clear: both;
}
.outer {
	width: 960px;
	margin: 0 auto;
}
.header {
	background: url(/banner.jpg);
	width: 960px;
	height: 320px;
}
.header ul {
	width: 380px;
	margin: 0;
	clear: both;
	padding: 32px 0 0 190px;
}
.header li {
	display: inline-block;
}
.header ul li a {
	color: #666600;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.header ul li a:hover {
	color: #cc3333;
}
.content {
	width: 960px;
	clear: both;
	margin: 30px 0 0 0;
	border-bottom: #000 1px solid;
	padding: 0 0 30px 0;
}

.text {
	width: 490px;
	background: url(/content_bottom.jpg) bottom no-repeat;
	padding: 10px 20px 20px 20px;
}
.text p {
	margin: 12px 0 0 0;
}
.text_container {
	background: url(/content_top.jpg) no-repeat #ffffff;
	width: 530px;
	float: left;
}
.text a {
	color:#cc3333;
}
.text a:hover {
	color:#600;
}

.red_line {
	width: 490px;
	height: 3px;
	background: #cc3333;
}
.black_line {
	width: 490px;
	height: 1px;
	background: #333;
	margin-bottom:20px;
}
.buttons {
	float: right;
	width: 400px;
}
.book_now {
	background: url(/book_now.jpg);
	width: 400px;
	height: 130px;
}
.book_now:hover {
	background-position: 0 -130px;
}
.book_now p, .pricing p, .faq p {
	color:#999999;
	text-align:center;
	text-decoration:none;
	margin: 0;
}
.book_now_text {
	padding-top: 70px;
}

.pricing {
	background: url(/pricing.jpg);
	width: 400px;
	height: 90px;
	margin: 20px 0 0 0;
}
.pricing:hover {
	background-position: 0 -90px;
}
.other_text {
	padding-top:50px;
}

.faq {
	background: url(/faq.jpg);
	width: 400px;
	height: 90px;
	margin: 20px 0 0 0;
}
.faq:hover {
	background-position: 0 -90px;
}

.facebook{
	background: url(/facebook.jpg);
	width: 400px;
	height: 90px;
	margin: 20px 0 0 0;
}	

.footer_left {
	float: left;
	color:#333;
}
.footer_right {
	float: right;
}

.footer_right a {
	color: #333;
}
.footer_right a:hover {
	color: #cc3333;
}
.red,.red2 {
	color: #cc3333;
}

.red2 {
	font-size:14px;
}


.table {
	width: 100%;
	border: 1px solid #C3C3C3;
	border-collapse:collapse;
	background-color:#FFF;
	text-align:center;
	margin: 20px 0 0 0;
}

.table th {
	padding:3px;
	border: 1px solid #C3C3C3;
	border-collapse:collapse;
	background-color:#E2E2E2;
}

.table td {
	padding:3px;
	border: 1px solid #C3C3C3;
}