@charset "UTF-8";
/* CSS Document */
html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #ffffff;
	height: 101%;
}
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;
}
div {
	display: block;
	border: 0;
	margin: 0;
	padding: 0;
}
h1 {
	display: block;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	line-height: 46px;
	font-weight: 400;
	margin: 0;
	color: #C2BFBF;
}
h2 {
	font-size: 24px;
	line-height: 34px;
	font-weight: 500;
	margin: 0;
	color: #C2BFBF;
}
h3 {
	font-size: 16px;
	line-height: 26px;
	font-weight: 700;
	margin: 0;
	color: #C2BFBF;
}
div.h1-divider {
	margin-top: 0;
	border-bottom: 1px silver dotted;
}