@charset "UTF-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	background:#000;
}

#wrapper {
	width:960px;
	margin:50px auto 10px;
}

h1 {
	padding:5px;
	background:#926F58;
}

#address {
	color:#fff;
}

.wtext {
	color:#fff;
}

#logo {
	float:left;
	width:239px;
	height:99px;
	background-image:url(../images/logo.png)
}

#logo span {
	display:none;
}

#logo a {
	display:block;
	width:239px;
	height:99px;
}

#address {
	float:right;
	margin:35px 0 0 0;
	font-size:125%;
}

#space {
	clear:both;
}

#nav {
	font-size:150%;
	text-align:center;
	margin:25px 0;
}

#nav a {
	display:block;
	width:158px;
	padding:7px 0;
	text-decoration:none;
	text-transform:uppercase;
	color:#fff;
	background:url(../images/nav1.jpg);
}

#nav a:hover {
	background:url(../images/nav2.jpg);
}

#nav ul {
	list-style-type:none;
	margin:0;
	padding:0;
	overflow:hidden;
}

#nav li{
	float:left;
	border-right:#293b4a solid 2px;
}

#nav li:last-child {
	border-right:0px;
}

#content {
	padding:25px;
	background:#4d4649;
}

#content h1 {
	color:#fff;
}

#content table {
	width:100%;
}

#content td {
	text-align:center;
}

#gallery table {
	border-collapse: separate;
    border-spacing: 5px;
	margin-left:-10px;
}

#gallery table td {
	background-color:#000;
}

#details {
	padding:15px;
	background:#e8d8d3;
}

#footer {
	color:#fff;
	text-align:center;
	margin:25px 0 0 0;
}

#footer a {
	color:#fff;
	padding:0 7px;
}

#footer ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

#footer li{
	display:inline;
	border-right:solid 1px;
}

#footer li:last-child {
	border-right:0px;
}

#contact {
	font-size:125%;
	font-weight:bold;
}
#fb-logo {
	margin-bottom:-7px;
}