/* body */
body {
	margin: 10px 0px 20px 0px;
	padding: 0px;
	padding-bottom: 20px;
	font: 14px "Comic Sans MS", Arial, Verdana, Tahoma, sans-serif;
	color: #fff;
	background-color: #transparent;
}

#container {
	margin: 0px auto 0px auto;
	width: 800px;
}

#header {
	background: url(../images/header.jpg);
	height: 220px;
}

#logo {
	position: absolute;
	margin-top: 94px;
	margin-left: 300px;
}

#logo img {
	border: 0px;
}

#menu {
	background: url(../images/menu.jpg);
	height: 47px;
}

#home_button {
	float: left;
	width: 60px;
	margin-left: 185px;
	margin-top: 7px;
}

#home_button img {
	border: 0px;
}

#gallery_button {
	float: left;
	width: 75px;
	margin-left: 12px;
	margin-top: 7px;
}

#gallery_button img {
	border: 0px;
}

#findus_button {
	float: left;
	width: 155px;
	margin-left: 12px;
	margin-top: 7px;
}

#findus_button img {
	border: 0px;
}

#contact_button {
	float: left;
	width: 125px;
	margin-left: 12px;
	margin-top: 7px;
}

#contact_button img {
	border: 0px;
}

#body_bg {
	background: url(../images/body.jpg);
	height: 533px;
	padding-left: 25px;
	padding-top: 10px;
}

#body_section {
	width: 550px;
	margin: 0px auto 0px auto;
}

#index_flash {
	width: 313px;
	margin: 10px auto 0px auto;
}

#footer {
	background: url(../images/footer.jpg);
	height: 200px;
	text-align: center;
	padding-top: 20px;
}

#footer a {
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#copyright_left {
	float: left;
	width: 350px;
	color: #4C4A45;
	margin-left: 20px;
}

#copyright_right {
	float: right;
	width: 350px;
	text-align: right;
	color: #4C4A45;
	margin-right: 20px;
}

#copyright_right a {
	color: #4c4a45;
	background-color: transparent;
	text-decoration: none;
}

#copyright_right a:hover {
	text-decoration: underline;
}

#contact_left {
	float: left;
	width: 200px;
	padding-top: 10px;
}

#contact_right {
	float: left;
	width: 300px;
	padding-top: 10px;
}

#contact_right a {
	text-decoration: none;
}

#contact_right a:hover {
	text-decoration: underline;
}

#contact a {
	font: 14px "Comic sans MS", Arial, Tahoma, Sans Serif;
	color: #000;
	text-decoration: none;
}

#contact-form label {
	float: left;
	width: 30%;
	font-size: 14px;
	margin-left: 1.2em;
}

#contact-form div {
	clear: left;
	margin: 0.2em 0 0.2em 0;
}

#contact-form fieldset label {
	margin-left: 0.4em;
}

#contact-form legend {
	color: #ffea00;
	background-color: transparent;
	font-weight: bold;
}

#contact-form .txt {
	width: 65%;
	border: 1px solid #000;
}

#contact-form textarea.txt {
	width: 65%;
}

#contact-form div.submit {
	text-align: center;
}

h1 {
	font-size: 18px;
	margin: 0px;
	padding: 0px;
}

h2, h3, h4 {
	font-size: 16px;
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
}

p {
	margin: 0px;
	padding-top: 10px;
}

a {
	color: #fff;
	background-color: transparent;
}

.p_yellow {
	color: #ffea00;
	background-color: transparent;
	font-size: 14px;
}

.clearing {
	clear: both;
}