/* -- undo browser HTML defaults -- */
html{color:#000000;background:#ffffff;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}



div.panel{
	width:auto;
	float:left;
}

/* BEGIN BASIC HTML TAGS */
html {
	background: #000000 url(../images/bg_body.jpg) top center no-repeat;
	font-size: 100%;
}

body {
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
}


#container {
	width: 996px;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
	
	#logo {
		position: absolute;
		width: 338px;
		height: 118px;
		left: 331px;
		top: 2px;
		z-index: 1;
	}
	
	#header {
		height: 57px;
	}
		
	#content-container {
	width: 995px;
	float: none;
	}
					
		
		#main-col {
			float: right;
			width: 774px;
		}
		
			#footer {
				text-align: center;
				text-transform: uppercase;
				color: #8b9299;
				clear: both;
			}
				
				#footer a {
					color: #8b9299;
				}
					
					#footer a:hover {
						text-decoration: underline;
					}

	#main-content {
		padding-left: 15px;
		padding-right: 24px;
	}
		
		#main-content a {
			color: #b70000;
			font-weight: bold;
			text-decoration: underline;
		}
				

/* BEGIN CLEARFIX */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from IE-mac */
/* END CLEARFIX */

