@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body {
	background-image: url(/img/background2.jpg);
	background-position: top center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background-attachment: fixed;
}

#container {
	margin: auto;
	width: 802px;
	margin-top: 16px;
	background-color: #ffffff;
	border:1px solid #3377CF;
}

#content_container{
	margin: auto;
}

#content {
	padding: 20px 40px 20px 40px;
}

#footer {
	background-position: bottom;
}

.headline {
	font-size: 26px;
	color:#FF0000;
	font-weight: bold;
	text-align: center;
	width: 675px;
	margin: auto;
	margin-bottom: 20px;
}

h2 {
	color: #000000;
	font-size: 16px;
	text-align: left;
}

.info {
	width: 366px;
	float: left;
	text-align: left;
	margin-top: 25px;
}

.info ul {
	list-style: none;
	margin-left: 35px;
}

.info ul li {
	list-style: disc;
	padding: 5px 0px;
}

.form_box {
	width: 310px;
	float: right;
	border: 2px dashed #FF0000;
	background-color: #EEEEEE;
}

.form_headline {
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
	padding: 10px 5px;
}

.form_sub_headline {
	font-size: 12px;
	color: #000000;
	text-align: center;
	padding: 5px;
}

.footer {
	width: 215px;
	margin: auto;
	padding-top: 15px;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}

.secrets_box {
	margin: auto;
	margin-top: 15px;
	padding: 10px;
	border: 1px solid #999999;
}

.secrets_container {
	font-size: 12px;
}

.secret_one {
	float: left;
	width: 225px;
	position: relative;
}

.secret_two {
	float: left;
	width: 225px;
	padding: 0px 10px;
}

.secret_three {
	float: left;
	width: 225px;
}

.clear {
	clear: both;
}

.copyright {
	font-size: 10px;
	color: #666666;
	margin: auto;
	text-align: center;
	margin-top: 15px;
}

.info_footer {
	margin-top: 14px;
	font-size: 16px;
	font-weight: bold;
}