/* resets and overrides */

* {	
	margin: 0;
	padding: 0;
}

img {
	border: none; 
}

body {
	margin: 0px;
	background-color: #041D1B;
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper-home {
	margin: auto;
	width: 1000px;
	background-image: url(images/wrapperback.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#wrapper {
	margin: auto;
	width: 1000px;
	background-image: url(images/top-back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#banner {
	height: 0126px;
	padding-left: 169px;
	padding-top: 70px;
}
#ad-banner {
	padding-left: 169px;
	padding-top: 21px;
}
#content-home {
	padding-top: 20px;
	padding-left: 20px;
	color: #818282;
	font-size: 14px;
	width: 470px;
	padding-bottom: 20px;
}
#right-col {
	float: right;
	padding-right: 70px;
}
#content {
	padding-left: 167px;
	padding-right: 200px;
	color: #818282;
	font-size: 14px;
	padding-top: 30px;
	padding-bottom: 30px;
}

#content a{
	color: #FFF;
}
h1 {
	font-size: 16px;
	color: #27ba54;
	text-transform: uppercase;
	font-weight: normal;
}
h2 {
	font-size: 14px;
	color: #FFF;
	font-weight: normal;
}
.highlight {
	color: #27ba54;
}
.text-orange {
	color: #f99c2b;
}
.text-white {
	color: #fff;
}
.text-green {
	color: #a6b01e;
}
.text-blue {
	color: #00a7e5;
}
#sponsor-table td{
	padding: 20px;
}

