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

body {
	background-color: #151515;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

img {
	-ms-interpolation-mode: bicubic;
	/*this is used for smoothing scaled images in IE7*/
}

#wrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000;
	border: 1px solid #2D2D2D;
	padding-bottom: 15px;
}
#header {
	width: 948px;
	padding-top: 3px;
	padding-left: 2px;
	height: 130px;
}
#middle {
	background-image: url(images/middle_bg.jpg);
	background-repeat: repeat-x;
	padding-top: 20px;
	width: 950px;
	background-position: top;
}
#contentLeft {
	width: 578px;
	margin-top: 50px;
	margin-right: 20px;
	margin-left: 30px;
	float: left;
}
h1  {
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;
	font-size: 24px;
	margin-bottom: 20px;
	text-align: justify;
}
p  {
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	margin-bottom: 15px;
	text-align: justify;
	font-size: 14px;
	line-height: 21px;
	margin-right: 15px;
}
#learnHowTo {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 1px solid #2D2D2D;
	margin-bottom: 25px;
	margin-right: 15px;
	width: 543px;
}
ul   {
	color: #999;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	margin-left: 20px;
}
li   {
	margin-bottom: 10px;
}

#contentRight {
	padding: 2px;
	float: left;
	width: 300px;
	border: 1px solid #2D2D2D;
	background-color: #000;
}
#signUp {
	float: left;
	width: 304px;
	margin-top: 20px;
}
h2  {
	color: #AB1516;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2D2D2D;
	padding-bottom: 3px;
	text-align: justify;
	line-height: 21px;
}
#signUp form {
	border: 0px solid #2D2D2D;
	padding-top: 0px;
	padding-bottom: 0px;
}


#signUp table {
	font-family: Tahoma, Geneva, sans-serif;
	color: #999;
	font-size: 14px;
	margin-right: auto;
	margin-left: auto;
}
#signUp table td {
	padding-bottom: 5px;
}
.myButtons {
	background-color: #AB1516;
	font-weight: bold;
	color: #CCC;
	font-size: 12px;
	margin-left: 5px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #2D2D2D;
	border-right-color: #2D2D2D;
	border-bottom-color: #2D2D2D;
	border-left-color: #2D2D2D;
}
.paddingTop {
	padding-top: 5px;
}
#signUp p {
	color: #999;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	text-align: justify;
	margin-top: 10px;
}
#signUp strong {
	color: #CCC;
}


.myclear {
	clear: both;
}
#thankyouLeft {
	width: 578px;
	margin-top: 65px;
	margin-right: 20px;
	margin-left: 30px;
	float: left;
	margin-bottom: 30px;
}
#thankyouLeft h1 {
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;
	font-size: 24px;
	margin-bottom: 20px;
	line-height: 34px;
}
#thankyouLeft a  {
	color: #999;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	text-decoration: underline;
}
#thankyouLeft a:hover {
	color: #CCC;
	text-decoration: none;
}
#thankYouContent {
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 30px;
}
#thankYouContent h2 {
	border: none;
	font-size: 18px;
}
#thankYouContent table {
	border: 1px solid #2d2d2d;
}
#thankYouContent td {
	padding: 10px;
}




#footer {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
}
