html,
body
{
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
	background-color: #ffffff;
	width: 100%;
	color: #000000;
	font-size: 11px;
	font-family: Verdana;
	line-height: 1.6;
	background-image: url(../images/bg.gif);
	background-position: 0px 0px;
	background-repeat: repeat-y;
}

img {
	border: none;
	display: block;
}

a,
a:visited,
a:focus
a:active
a:hover {
	color: #000000;
	font-size: 11px;
	font-family: Verdana;
	text-decoration: none;
}

a:hover,
a:active {
	color: #FF8F00;
}

h1, h2 {
	position: relative;
	left: 0px;
	top: 0px;
	width: 226px;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-family: Verdana;
	line-height: normal;
	display: block;
}

h1 {
	height: 11px;
	margin-bottom: 10px;
}

h2 {
	height: 36px;
}

h3 {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-family: Verdana;
	line-height: normal;
	font-weight: bold;
	display: block;
}

.container_content_right h1 {
	width: 169px;
	margin: 0px;
	margin-bottom: 34px;
}

.page {
	position: relative;
	left: 0px;
	top: 0px;
	width: 960px;
	margin: 0px;
	padding: 0px;
	min-height: 100%;
    height: auto !important;
    height: 100%;
}

.page_header {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 108px;
	margin: 0px;
	padding: 0px;
	display: block;
	background-color: #FF8F00;
}

.logo {
	position: absolute;
	right: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	display: block;
}

.pic_main {
	position: relative;
	left: 0px;
	top: 0px;
	width: 960px;
	height: 327px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	display: block;
}

.container_content {
	position: relative;
	left: 0px;
	top: 0px;
	width: 938px;
	margin: 0px;
	padding: 0px;
	padding-left: 22px;
	display: block;
}

.content_block_top {
	position: relative;
	left: 0px;
	top: 0px;
	width: 580px;
	margin: 0px;
	margin-bottom: 30px;
	padding: 0px;
	display: block;
}

.content_block_top p {
	position: relative;
	left: 0px;
	top: 0px;
	margin: 0px;
	margin-bottom: 15px;
	padding: 0px;
}

.container_content_blocks {
	position: relative;
	left: 0px;
	top: 0px;
	width: 931px;
	margin: 0px;
	padding: 0px;
	display: block;
}

.container_content_left {
	position: relative;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	float: left;
}

.container_content_right {
	position: relative;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	float: right;
	border-left: 1px solid #FF9207;
}

.content_block {
	position: relative;
	left: 0px;
	top: 0px;
	width: 226px;
	margin: 0px;
	margin-bottom: 15px;
	padding: 0px;
	padding-right: 20px;
	float: left;
}

.container_content_left .content_block {
	width: 226px;
}

.container_content_right .content_block {
	width: 170px;
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
}

.block_img {
	position: relative;
	left: 0px;
	top: 0px;
	margin: 0px;
	margin-bottom: 15px;
	padding: 0px;
}

.content_block p {
	position: relative;
	left: 0px;
	top: 0px;
	margin: 0px;
	margin-bottom: 15px;
	padding: 0px;
}

.container_content_right .content_block p {
	position: relative;
	left: 0px;
	top: 0px;
	margin: 0px;
	margin-bottom: 40px;
	padding: 0px;
}

.page_popup {
	position: relative;
	left: 0px;
	top: 0px;
	width: 500px;
	height: 100%;
	margin: 0px;
	padding: 20px;
}

.cleaner {
	float: none;
	clear: both;
}


