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

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

body {
	background-color: #000000;
	background-image: url(images/bg1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

/* ~~ Element/tag selectors ~~ */
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 20px;
}
p {
	margin-bottom: 10px;
}
a img {
	border: none;
}

a:link {
	color: #72BBFF;
	text-decoration: none;
	border: none;
}
a:visited {
	color: #72BBFF;
	text-decoration: none;
	border: none;
}
a:hover, a:active, a:focus {
	text-decoration: none;
	color: #0070FF;
	border: none;
}

#container {
	width: 990px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	height: 180px;
	width: 100%;
}
/* ~~ The footer ~~ */
#footer {
	background-color: #000000;
	background-image: url(images/ft_backgr.jpg);
	margin-top: 10px;
}
#affiliate {
	margin-top: 10px;
	background-color: rgba(128,128,128,0.80);
	border-radius: 10px;
	width: 974px;
	padding-top: 8px;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 8px;
}
#affiliate img {
	margin-left: 20px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#central {
	width: 100%;
	margin-top: 10px;
	background-color: rgba(0,0,0,0.80);
	border-radius: 10px;
}
#content {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 16px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	color: #FFFFFF;
	line-height: 1.2em;
}
#content ul, .content ol { 
	padding: 0 15px 15px 40px;
}

#content li {
	line-height: 25px;
}
.formtxt1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #CCC;
}
.requiredbox {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #CCC;
	font-size: 12px;
}
.standardbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
