/*Title Box*/
body {
	margin: 0;
	background-color: #f8f8f8;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	font-size: .8em
}

#content-wrapper {
	margin: 0 auto;
	width: 941px;
	z-index: -1;
	box-sizing: border-box;
    -webkit-box-shadow: 0 0 25px #e8e8e8;
    -moz-box-shadow: 0 0 25px #e8e8e8;
    box-shadow: 0 0 25px #e8e8e8;
}

#header
{
	min-height: 234px;
	white-space: nowrap;
	margin-bottom: 5px;
}

#header-logo-div
{
	background: rgba(255,255,255,.85);
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 5%;
	border-bottom: 2px solid #908e8e;
}

#header-background-div
{
	position: absolute;
	min-height: 234px;
	overflow: hidden;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: -999999;
}

#header-background-div > img
{
	position: absolute;
	left: 50%;
	margin: 0 0 0 -1100px;
}

#logo {
	width: 30%;
	box-sizing: border-box;
	padding-top: 0;
	padding-bottom: 7px
}

.body-container.top {
	min-height: 300px
}

.body-container {
	background-color: #ffffff;
	border: 0 none;
	-webkit-box-shadow: 0 0 0;
	-moz-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
	margin-bottom: 1em;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-top-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-top-right-radius: 6px;
	text-align: center
}

#title {
	background-color: #ffffff;
	border-width: 2px;
	border-style: solid;
	border-color: #5a6f8f;
	overflow: hidden;
	margin-bottom: 5px;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px
}

#footer {
	text-align: center;
	font-family: arial;
	font-size: 8pt;
	color: #000000;
	padding: 0 0
}

#footer h3 {
	margin-top: 5px;
	text-align: center;
	font-family: arial;
	font-size: 14pt;
	color: #000000;
	padding: 0 0
}

h1, h2, h3, h4 {
	color: #44546E
}

p {
	font-weight: 700
}

.red {
	color: red;
	font-weight: 1000
}

#footer a {
	color: #008BB3;
	
}
/* This beautiful CSS-File has been crafted with LESS (lesscss.org) and compiled by simpLESS (wearekiss.com/simpless) */