/* CSS Document */
html {
	margin:0;
	padding:0;
	overflow:auto;
}
body {
	height: 100% auto;
	margin:0;
	padding:0;
	background:url(../_img/bg.jpg) #f2ece0;
	background-position:center top;
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	
}
p {margin: 0;} 
#container {
	text-align:center;
	width: 954px;
	margin-left:auto;
	margin-right:auto;
	display:block;
}
#nav {
	margin-top:133px;
	height:43px;
	margin-bottom:10px;
}
#nav a {	
	font-weight:bold;
	font-size:14px;
	color:#ffd13a;
	line-height:4px;
	text-decoration:none;
	margin-left:10px;
	margin-right:10px;
	width:100%;
}
#nav a:hover {
	text-decoration:underline;
}
#flash {
	margin:0;
	padding:0;
	margin-left:1px;
	height:275px;
}
#content {
	background:url(../_img/bg_content.jpg) #f2ece0;
	background-repeat:repeat-y;
}
#content a {
	color:#dc0000;
}
#content a:hover {
	color:#ffd13a;
}
#home {
	font-size:12px;
	width:935px;
	background:url(../_img/bg_home.jpg);
	background-position:top right;
	padding-top:70px;
}
#menu {
	font-size:12px;
	width:935px;
	background:url(../_img/bg_menu.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	padding-top:70px;
}
#location {
	font-size:12px;
	width:935px;
	background:url(../_img/bg_location.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	padding-top:70px;
}
#news {
	font-size:12px;
	width:935px;
	background:url(../_img/bg_news.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	padding-top:70px;
}
#contact {
	font-size:12px;
	width:935px;
	background:url(../_img/bg_contact.jpg);
	background-position:top right;
	padding-top:70px;
}
#gallery {
	font-size:12px;
	width:935px;
	background:url(../_img/bg_gallery.jpg) top right no-repeat;
	padding-top:70px;
}
#links {
	font-size:12px;
	width:935px;
	background:url(../_img/bg_links.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	padding-top:70px;
}

#facebook {
	font-size:12px;
	width:935px;
	background:url(../_img/bg_facebook.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	padding-top:70px;
}

#footer {
	color:#ffd13a;
	height:53px;
	background:url(../_img/footer.jpg);
	line-height:50px;
	font-size:12px;
	text-align:left;
	padding-left:20px;
	display:block;
}
#copy {
	float:left;
}
#psa {
	text-align:right;
	color:#FF6633;
	font-size:12px;
	padding-right:20px;
	float:right;
}
#psa a {
	text-decoration:none;
	color:#FF6633;
}
#psa a:hover {
	text-decoration:underline;
}
.contact_form {
	background:#f2ece0;
	width:200px;
	border-top: solid 1px #c9c2b6;
	border-left: solid 1px #c9c2b6;
	border-bottom: solid 1px #fff;
	border-right: solid 1px #fff;	
	font-size:13px;	
}
.comments {
	font-family:Arial, Helvetica, sans-serif;
	background:#f2ece0;
	font-size:13px;
	width:200px;
	overflow:auto;
	border-top: solid 1px #c9c2b6;
	border-left: solid 1px #c9c2b6;
	border-bottom: solid 1px #fff;
	border-right: solid 1px #fff;	
}
.send {
	width:90px;
	background:#f10000;
	color:#FFCC00;
	border: 1px;
}
.linktitle {
	font-weight:bold;
	font-size:13px;
}