/* Main */
body {
	background: #33190f;
	margin: 0 0;
	font: 12px arial;
	color: #fff;
}

a {
	text-decoration: none;
	color: #fff;
}

.container {
	margin: 50px auto;
	width: 700px;
}

.minheight {
	height: 300px;
	width: 1px;
	background: #33190f;
	float: left;
}

/* Header */
.header {
	clear: both;
	height: 109px;
	width: 700px;
	margin-bottom: 10px;
}
.header img {
	margin: 1px;
	border: none;
	float: right;
}

/* Content */
.content {
	width: 520px;
	padding-right: 30px;
	border-right: 1px dotted #fff;
	float: left;
	margin-top: 5px;
	padding-bottom: 10px;
	text-align: left;
}

.content a {
	border-bottom: 1px dotted #fff;
}
.content a:hover {
	border-bottom: none;
}

.content a.back {
	background: #fff;
	color: #33190f;
	font-weight: bold;
	border: 3px solid #fff;
	float: right;
	margin-right: 18px;
}
.content a:hover.back {
	margin-right: 20px;
}

/* Menu */
.menu {
	width: 130px;
	float: left;
	overflow: hidden;
	margin-left: 10px;
	line-height: 2em;
}
.menu a {
	text-decoration: none;
	color: #fff;
}
.menu a:hover {
	border-bottom: 1px dotted #fff;
}
.menu .selected {
	font-weight: bold;
}


/* Footer */
.footer {
	margin-top: 20px;
	clear: both;
	text-align: center;
}


/* Slideshow */
#progressBar {
	height: 2px;
	background: #fff;
	float: right;
	width: 0px;
}
#homeImage {
	clear: right;
	float: right;
	overflow: hidden;
	border: 5px solid #fff;
	background: #26130b;
}
#homeImage .imageWrapper {
	position: relative;
	overflow: hidden;
	background: #fff;
}


/* Gallery */
#galleryWrapper {
	float: right;
}
#galleryWrapper .nav {
	float: left;
	border: 5px solid #fff;
	background: #fff;
	color: #33190f;
	font-weight: bold;
	font-size: 1.2em;
	position: relative;
}
#galleryWrapper .nav#prev {
	left: 20px;
	z-index: -1;
	cursor: pointer;
}
#galleryWrapper .nav#next {
	right: 20px;
	z-index: -1;
	cursor: pointer;
}
#galleryWrapper #gallery {
	float: left;
	background: #fff;
	border-top: 5px solid #fff;
	border-left: 5px solid #fff;
}
#galleryWrapper #gallery .galleryRow {
	clear: both;
}
#galleryWrapper #gallery .galleryRow .imageWrapper {
	border-right: 5px solid #fff;
	border-bottom: 5px solid #fff;
	float: left;
	background: #33190f;
	overflow: hidden;
}

.overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	display: none;
	background: #000;
}

.galleryOverlay {
	position: absolute;
	left: 50%;
	top: 50%;
	background: #fff;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: none;
	border: 10px solid #fff;
	margin-left: -10px;
	margin-top: -10px;
	color: #000;
}

.close {
	color: #555;
	font-weight: 900;
	text-align: right;
	display: block;
}


/* Contact */
.contact input, textarea {
	font: arial 10px;
	background: #59423A;
	color: #fff;
	border: none;
	width: 300px;
}

.contact textarea {
	height: 150px;
}

.contact input.submit {
	width: 100px;
}

.contact table td {
	vertical-align: top;
}