html {
	font-family: 'Roboto Condensed', sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 16px; /* 1.0em */
	line-height: 150%;
	color: #ffffff;
	min-height: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
div {
	display: block;
	padding: 0;
	margin: 0;
	border: 0;
	vertical-align: top;
	text-align: left;
	white-space: normal;
}
div.slider {
	background-size: cover;
	background-position: center middle;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
a {
	color: #ddd0b0;
	cursor: pointer;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h4 {
	color: #ddd0b0;
	font-size: 1.2em;
	font-weight: 700;
	margin: 0;
	line-height: 125%;
}
div#contentwrap {
	text-align: center;
	width: 100%;
    padding: 0;
    margin: 0;
}
body>div#contentwrap {
    float: left;
	width: 100%;
	overflow: hidden;
}
div#content {
    width: 100%;
    text-align: center;
    margin: 0 auto;
	position: relative;
	z-index: 1;
}
div#sub-content{
	float: left;
	width: 100%;
	position: relative;
	z-index: 999;
}
div#footer {
    width: 100%;
    text-align: center;
    margin: 0 auto;
	position: relative;
}
div#sub-footer {
	float: left;
	width: 100%;
	position: relative;
	z-index: 999;
}
div#header {
    width: 100%;
    text-align: center;
    margin: 0 auto;
	position: relative;
	z-index: 9999;
}
div#sub-header {
	float: left;
	width: 100%;
	position: relative;
	z-index: 999;
}

.btn {
	margin: 0 0 0 auto;
	border-style: solid solid solid solid;
	border-color: #ddd0b0;
	border-width: 2px 2px 2px 2px;
	border-radius: 4px 4px 4px 4px;
	color: #ffffff;
	font-size: 17px;
	line-height: 24px;
	text-transform: none;
	padding: 4px 6px 4px 6px;
	font-weight: 300;
	font-style: normal;
	background-color: transparent;
	text-align: center;
	white-space: nowrap;
	display: inline-block;
}
.btn:hover { background-color: #7d5521; border-color: #ffffff; }
.btn a { color: #c5c5c5; cursor: pointer; text-decoration: none; }
.btn a:hover { color: #ffffff; }

.formfield {
	border-style: dotted dotted dotted dotted;
	border-color: #cccccc;
	border-width: 1px 1px 1px 1px;
	border-radius: 4px 4px 4px 4px;
	padding: 4px 4px 4px 4px;
	color: #cccccc;
	background-color: #f8f8f8;
}
