@charset "utf-8";
.container {
	width: 1024px;
	background: #fff;
	margin: 0 auto;
	position: relative;
	top: 0px;
}

body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0;
	padding: 0;
	color: #000;
}
.header {
	position: relative;
	height: 112px;
	width: 1024px;
	background-color: #FFF;
	top: 0px;
	left: 0px;
	clear: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: none;
	border-right-color: #333;
	border-left-color: #333;
}
.header_container {
	position: absolute;
	height: 190px;
	clip: rect(0px,auto,auto,auto);
	width: 1024px;
	top: 0px;
	left: 0px;
	margin-right: auto;
	margin-left: auto;
}
.content {
	position: relative;
	margin-top: 0px;
	width: 824px;
	float: right;
	left:0;
}
.footer {
	padding: 10px 0;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both;
}
.content_container {
	position: relative;
	top: 190px;
	margin-top: 0px;
	width: 1024px;
	left: 0px;
}
.nav_bar {
	float: left;
	width: 200px;
}
.nav_bar_horizontal {
	height: 82px;
	position: relative;
	clear: right;
	width: 1024px;
	padding-top: 2px;
}

img {
	border:none;
}
  
