@charset "UTF-8";
/* CSS Document */
* {margin: 0; padding: 0;}
body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #ece6d6;
}
#home {
	width: 370px;
	background-color: #281501;
	opacity:0.9;
	filter:alpha(opacity=90); /* For IE8 and earlier */
	min-height: 100%;
	height: 100%;
	z-index: 30;
	-webkit-font-smoothing: antialiased;
	position: absolute
}
#homegallery  {
	width: 370px;
	opacity:0.9;
	height: 350px;
	z-index: 30;
	-webkit-font-smoothing: antialiased;
	float: left;
	background-image: url(images/galbg.png);
	background-repeat: no-repeat;
}
.logo {
	margin-left: 50px;
	margin-bottom: 20px;
	margin-top: 20px;
}
#home li {
	margin-left: 50px;
	list-style-type: none;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight:700;
	padding-bottom: 7px;
	color: #ece6d6;
	font-size: 75%;
}
#homegallery li  {
	margin-left: 50px;
	list-style-type: none;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight:700;
	padding-bottom: 7px;
	color: #ece6d6;
	font-size: 75%;
}
#content {
	width: 400px;
	background-color: #2b1501;
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
	min-height: 100%;
	height: 100px;
	z-index: 30;
	float: left;
	position: absolute;
	margin-left: 370px;
	padding-right: 25px;
	padding-left: 25px;
	top: 0%;
}
a {
	color: #ece6d6;
	text-decoration: none;
}
a:hover {
	color: #f15922;
}
p {
	font-family: 'Lato', sans-serif;
	font-weight:400;
	margin-left: 50px;
	font-size: 70%;
	line-height: 18px;
	margin-right: 30px;
}
h2 {
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	margin-left: 50px;
	font-size: 80%;
	margin-bottom: 4px;
}
.cont {
	margin-top: 170px;
}
#content #mc-embedded-subscribe-form {
	width: 350px;
	margin-left: 50px;
}

