@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #EEF6FD;
	background-image: url(../images/bg_page.jpg);
	background-repeat: repeat-x;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	color: #006699;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
img {
	border: none;
}
#container {
	width: 802px;
	margin: auto;
}
#header {
	background: url(../images/bg_header.jpg) no-repeat;
	width: 802px;
	height: 118px;
}
#nav {
	font-size: 16px;
	list-style: none;
	font-weight: bold;
	width: auto;
	float: right;
	margin-top: 95px;
}
#nav li {
	display: inline;
}
#nav a{
	margin: 0;
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:hover {
	text-decoration: underline;
}
#contact {
	margin: 0 35px 0 0;
}
#photos {
	margin: 0 30px 0 0;
}
#about {
	margin: 0 40px 0 0;
}
#home {
	margin: 0 45px 0 0;
}
#contentBackground {
	background: url(../images/bg_content_background.jpg) repeat-y;
	margin-left: 43px;
}
#content h1{
	font-size: 16px;
	font-weight: bold;
	color: #5E6887;
	padding: 25px 0 0 20px;
}
#content p{
	padding: 10px 0 0 20px;
	width: 50%;
	line-height: 20px;
}
#content ul {
	padding: 25px 0 0 50px;
	line-height: 20px;
	font-size: 14px;
	list-style-type: none;
}
#content ul li {
	list-style-image: url(../images/arrow.gif);
	width: 425px;
	padding: 0 0 8px 0;
}
#buttons {
	padding: 150px 0 0 15px;
}
#footer {
	background: url(../images/bg_footer.jpg) no-repeat;
	height: 24px;
	margin-left: 43px;
}
#footer p {
	position: absolute; 
	margin: 25px 0 0 15px;
	color: #999;
}
#footer a {
	color:#999;
}
#contactTable {
	margin-left: 20px;
}
#contactTable td {
	padding: 4px;
}
#full_name {
	display: none;
}
#galleryContainer {
	position: relative;
	width: 400px;
	margin-left: 10px;
	padding-top: 10px;
}
.galleryImage {
	float: left;
	width: 100px;
	margin: 0 10px 10px 10px;
	padding: 2px;
	border: 1px solid #999;
}
#headerDesc {
	display: none;
}
#ratesTable {
	margin: 10px 0 10px 20px;
}
#ratesTable td {
	padding: 2px;
}