html, body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, th, td, b, p, ul, li {
	margin: 0;
	padding: 0;
}
html, body {
	width: 100%;
}
body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #030303;
}
img {
	border: 0;
}
img.left {
	float: left;
	margin: 0 7px 7px 0;
}
#logo1 { display: block; }
#logo2 { display: none; }
p {
	margin-bottom: 10px;
}
p.description {
	padding: 10px;
	background-color: #f3f3f3;
	border: 1px dotted #dfdfdf;
}
a {
	color: #004695;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/* get rid of those system borders being generated for A tags */
a:active {
	color: #EE3696;
  outline:none;
}
:focus {
  -moz-outline-style:none;
}

/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
.clear {
	clear: both;
	line-height: 0;
	height: 0;
	font-size: 0;
}
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
/* clearfix end */

/* Form elements ----------------------------------------------------------- */
input[type='text'], input[type='password'], textarea, select {
	color: #030303;
	border: 1px #747474 solid;
	padding: 3px;
	font-size: 15px;
}
input[type='button'], input[type='submit'], a.buttonlike {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding: 0px 8px 1px 8px;
	display: inline-block;
	color: #010101;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	position: relative;
	cursor: pointer;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	top: -1px;
	margin-bottom: 1px;
	height: 25px;
	width: 80px;
/*	background: url(../images/button_back_off.png) repeat-x scroll 0 0 #333;*/
	border-top: 1px #a4a4a4 solid;
	border-left: 1px #a4a4a4 solid;
	border-right: 1px #747474 solid;
	border-bottom: 1px #747474 solid;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
a.buttonlike {
	padding: 3px 10px;
}
label {
	cursor: pointer;
}
div.form_errors {
	display: none;
}
#sidebar_wrapper input[type='text'] {
	width: 150px;
}

/* ------------------------------------------------------------------------- */
.left {
	float: left;
}
.right {
	float: right;
}
.imgleft {
	float: left;
	margin: 0 1em 1em 0;
}
.imgright {
	float: right;
	margin: 0 0 1em 1em;
}
#header_container {
	width: 100%;
	border-top: 4px solid #fed221;
	background-color: #202020;
}
#header_wrapper {
	margin: 0 auto;
	padding: 10px 0 30px 0;
}
#main_container {
	width: 100%;
	margin: 0 auto;
}
#content_wrapper {
	width: 100%;
}
#sidebar_wrapper {
	display: none;
}
#footer_container {
	display: none;
}
#left_col {
	width: 420px;
	float: left;
	margin-right: 14px;
	padding-right: 15px;
	display: inline;
	border-right: 1px solid #dfdfdf;
}
#right_col {
	width: 280px;
	float: left;
}
#nav_container {
	display: none;
}
div.partner_ad_leaderboard {
	display: none;
}