#container {
	width: 650px;
	height: auto;
}

/*--------------------> Header Selectors <--------------------*/

#header {
	display: none;
}

/*--------------------> Mast Selectors <--------------------*/

#mast {
	display: none;
}


/* ----------- leftColumn ---------- */

#leftColumn {
	display: none;
}

/* ----------- rightColumn ---------- */

#rightColumn {
	width: 600px;
	padding: 25px;
	font-size: 14px;
	line-height: 22px;
}

#rightColumn h1 {
	font-size: 24px;
	padding-top: 5px;
}

#rightColumn h2 {
	font-size: 12px;
}

.box {
	border: 2px solid #576640;
	text-align: center;
	padding: 10px 15px;
}

/* ----------- footer ---------- */

#bottomContainer {
}

#bottomContainer p {
	margin-top: 30px;
	letter-spacing: 1px;
}

#footer {
	display: none;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

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

#disclaimer {
	color: #fff;
	padding: 30px 0;
}

#disclaimer a {
	color: #96dc2b;
	text-decoration: none;
}

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


/* - contact form - */

#contact {
	display: none;
}

#map {
	width: 510px;
	height: 400px;
	border: 1px solid #5C6E41;
	color: #000;
}

#gallery {
	width: 426px;
	padding-left: 50px;
}

.gallery {
	width: 426px;
	height: auto;
	background-color: #1d1d1d;
	margin: 20px 0;
	padding: 20px 0;
}

.gallery img {
	border: 1px solid #5C6E41;
}

.before {
	width: 183px;
	height: auto;
	float: left;
	text-align: center;
	padding-left: 20px;
}

.after {
	width: 183px;
	height: auto;
	float: left;
	text-align: center;
	padding-left: 20px;
}

.video-container {
	display: none;
}