@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}

.main_wrapper {
	margin-right:auto;
	margin-left:auto;
	width:810px;
	background-image: url(gfx/main_bgr.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 1100px;
}.l_column {
	float: left;
	height: auto;
	width: 480px;
}
.r_column {
	float: left;
	height: 187px;
	width: 260px;
	background-image: url(gfx/access_bgr.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 25px;
}
.l_margin {
	float: left;
	height: 600px;
	width: 15px;
}
.r_margin {
	float: left;
	height: 600px;
	width: 25px;
}
h1 {
	font-size: 38px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Myriad Condensed";
}
.main_header {
	margin-top: 25px;
	margin-bottom: 25px;
}
.box1_h {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FFCC00;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	color: #FFCC00;
	text-decoration: none;
}
.txt_box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	margin-bottom: 25px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	position: relative;
	top: -10px;
}
.cta {
	float: left;
	height: 70px;
	width: 50%;
	margin: 0px;
	padding: 0px;
}
.button_h {
	float: left;
	height: auto;
	width: 173px;
	margin-left: 30px;
	margin-top: 10px;
}
h3 {
	font-family: "Myriad CnSemibold";
	font-size: 28px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.form_cont {
	margin-top: 35px;
	margin-left: 22px;
}
input {
	margin-bottom: 10px;
}
.join_h {
	height: 100px;
	margin-top: 50px;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

