html {
	min-height: 100%;
	height: 100%;
}

body { /* IE 6 */
	height: 100%;
	margin: 0px;
	padding: 0px;
}

.layout_container_inside {
	/*min-height: 100%;*/
	height: auto;
}

.layout_container_outside {
	min-height: 100%; /* 100% or auto */
	height: auto; /* 100% or auto */
}

html>body {
	min-height: 100%;
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: left; /* For IE7 positioning the page */
}

.layout_menu,.layout_content,.content_menu,.content_content { /*Comment this style if the content needs to be longer so that the layout_container_inside will grow larger*/
	/*min-height: 500px;
	height: 100%;*/
}

.layout_container_outside { /*,.layout_header,.layout_footer,.layout_content*/
	height: 100%;
	width: 800px;
	width: 100%;
	z-index: 400;
	/*text-align: center;*/
	/*margin: auto;*/ /* For FF positioning the page (0 auto = center, 0 0 0 auto = right, 0 = left) */
	/*position: relative;
	top: 25%;*/
}

.layout_container_inside {
	min-height: 100%;
	height: auto;
	width: 859px;
	width: 100%;
	/*margin: 0 auto 0 auto;*/
	/*margin-left: 70px;*/
	/*margin-top: -150px;*/
	text-align: left;
	position: relative;
	z-index: 200;
	float: left;
}

.layout_container {
	min-height: 100%;
	height: auto;
	width: 799px;
	/*margin: 0 auto 0 auto;*/
	margin-left: 70px;
	margin-left: 100px;
	position: relative;
	/*position: relative;*/
	padding-bottom: 36px;
	padding-left: 30px;
	padding-left: 0px;
	margin-right: 29px;
	z-index: 400;
	float: left;
}

/* Used for centering the website. */
/*.layout_container_outside {
	margin: 0 auto;
	display: table;
	height: 100%;
	width: 980px;
	overflow: hidden;
}

.layout_container_inside {
	height: 600px;
	height: auto;
	width: 980px;
	display: table-cell;
	vertical-align: middle;
	
}
.layout_container {
	height: 600px;
	height: auto;
	width: 980px;
	overflow: hidden;
}*/

/* ////////////////////////////////////////////////////////////////////////////////////////////// */

.layout_header {
	height: 164px;
	height: 200px;
	min-width: 900px;
	width: 100%;
	margin-bottom: 0px;
	margin-top: 0px;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 300;
	float: left;
}

.layout_header_menu {
	height: 55px;
	width: 799px;
	overflow: hidden;
	margin-bottom: 45px;
	margin-top: 150px;
	margin-top: -14px;
	margin-top: -50px;
	position: relative;
	float: left;
	clear: both;
	z-index: 400;
}

.layout_menu {
	min-height: 300px;
	height: auto;
	width: 170px;
	padding-left: 20px;
	float: left;
	clear: both;
}

.layout_content {
	min-height: 200px;
	height: auto;
	width: 480px;
	padding-right: 70px;
	padding-bottom: 20px;
	/*padding-left: 45px;
	padding-right: 45px;
	padding-top: 15px;
	padding-bottom: 15px;*/
	float: right;
}

.layout_footer {
	height: 35px;
	
	margin-top: -36px;
	padding: 0px 10px 0px 10px;
	margin-left: 100px;
	position: relative;
	z-index: 300;
	float: left;
}

/* ////////////////////////////////////////////////////////////////////////////////////////////// */

.content_header {
	height: 150px;
	width: 800px;
	position: relative;
	top: 0px;
	left: 0px;
	margin-left: 100px;
	z-index: 300; 
	float: left;
}

.content_header_menu {
	height: 55px;
	width: 792px;
	padding: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-left: 4px;
	margin-right: 4px;
}

.content_menu {
	height: auto;
	width: 170px;
	/*padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 15px;*/
}

.content_content {
	min-height: 200px;
	width: 460px;
	padding-right: 20px;
	padding-bottom: 40px;
	/*padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 25px;*/
	overflow: hidden;
	float: left;
}

.content_footer {
	height: 20px;
	width: 780px;
	/*padding-left: 15px;
	padding-right: 15px;*/
	text-align: left;
	padding: 10px 0px 5px 0px;
	/*padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 30px;
	padding-right: 30px;*/
}

/* ////////////////////////////////////////////////////////////////////////////////////////////// */

.footer_content {
	height: 20px;
	width: 460px;
	width: 100%;
	margin: 5px 0px 10px  0px ;
	float: left;
}