* {
    margin: 0;
    padding: 0;
} 
body {
	background: url(../img/bg-body.jpg) fixed;
	text-align: center;
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
}
a img {
	border: 0;
}
#container {
	width: 980px;
	margin: 20px auto;
	background: #ffffff;
	border: 1px solid #999999;
}
#header {
	background: url(../img/bg-header.jpg);
	width: 980px;
	height: 240px;
}
#flags {
	padding: 20px 20px 0 860px;
	width: 100px;
	height: 30px;
}
#menu {
	margin: 20px auto 0 auto;
	width: 960px;
	height: 30px;
	font-size: 0.9em;
	font-weight: bold;
}
#menu li {	
	list-style: none;
	padding: 0 10px;
    width: 172px;	
	display: block;
	float: left;
}
#menu a, #menu a:hover {
	height: 30px;
	line-height: 30px;
	display: block;
	text-align: center;
  	text-decoration: none;
}
#menu a {
  	color: #a57a5d;
	background: url(../img/bg-menu.jpg);
	border: 1px solid #999999;
}
#menu a:hover {
	color: #ffffff;
	background: url(../img/bg-menu-hover.jpg);
	border: 1px solid #999999;
}
#content {
	background: url(../img/bg-content.jpg) no-repeat;
	width: 940px;
	padding: 0 20px;
}
#content h1 {
	margin: 30px 40px;
	color: #a57a5d;
	font-size: 2.6em;
	font-style: italic;
	font-weight: bold;
	text-align: left;
	text-transform: capitalize;
}
#content p {
	margin: 0 0 15px 0;
	font-size: 1.0em;
	color: #555555;
	text-align: justify;
}
#content p a em {
	display: block;
	background: #8ab1Ce;
	color: #fff;
	padding: 10px;
	font-weight: bold;
}
.content-photo {
	height: 345px;
	margin: 20px 0 0 0;
}
.content-photo img {
	border: 1px solid #999999;
}
.content-photo-left, .content-photo-right {
	width: 460px;
}
.content-photo-left {
	float: left;
}
.content-photo-right {
	float: right;
}
#google-map {
    float: left;
	width: 940px; 
	height: 470px;
}
#google-map-directions {
    float: left;
	width: 940px;
}
.clearer {
    clear: both;
    height: 0;
}
#footer {
	clear: both;
	width: 980px;
	height: 75px;
	background: url(../img/bg-footer.jpg);
}
#footer p {
	padding: 40px 0 0 0;
	font-size: 0.9em;
	color: #555555;
}
#footer p a {
	color: #555555;
	text-decoration: underline;
}
#footer p a:hover {
	color: #a57a5d;
	text-decoration: underline;
}
#credits {
	width: 980px;
	margin: 0 auto;
}	
#credits p {
	font-size: 0.7em;
	margin: 10px 0;
	color: #888888;
}
#credits p a {
	color: #666666;
	text-decoration: none;
}
#credits p a:hover {
	color: #666666;
	text-decoration: underline;
}
form p {
	padding: 20px 0;
}
label {
	float: left;
	margin: 0 0 0 35px;
}
textarea, .form1, .form2, .form3 {
	float: right;
	margin: 0 35px 20px 0;
	font-size: 1.0em;
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	background: #f4f8fb;
	width: 300px;
	border: 1px #999999 solid;
}
textarea {
	width: 298px;
	height: 90px;
	overflow: auto;
}
.form2 {
	color: #555555;
	background: #E1D3C9;
}
.form3 {
	color: #ffffff;
	background: #C3A693;
	cursor: pointer;
}


#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}
#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}
.lbLoading {
	background: #fff url(../img/loading.gif) no-repeat center;
}
#lbCanvas {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}
#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
	background: url(../img/spacer.gif);
}
#lbPrevLink {
	left: 0;
}
#lbPrevLink:hover {
	background: transparent url(../img/prevlabel.gif) no-repeat 0% 15%;
}
#lbNextLink {
	right: 0;
}
#lbNextLink:hover {
	background: transparent url(../img/nextlabel.gif) no-repeat 100% 15%;
}
#lbBottom {
	font-size: 1.2em;
	color: #333;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}
#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 30px;
	background: transparent url(../img/closelabel.gif) no-repeat 0px 10px;
	margin: 5px 0;
}
#lbCaption {
	font-weight: bold;
}
#lbNumber {
	font-size: 0.7em;
}