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: center; /* For IE 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: 100%;
	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: 980px;
	margin: 0 auto 0 auto;
	margin-top: 0px;
	text-align: left;
	/*float: left;*/
}

.layout_container {
	height: auto;
	width: 940px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 80px;
	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: 235px;
	width: 564px;
	float: left;
}

.layout_header_menu {
	height: 24px;
	width: 940px;
	margin-bottom: 20px;
	overflow: hidden;
	float: left;
}

.layout_menu {
	min-height: 350px;
	height: auto;
	width: 150px;
	margin-right: 13px;
	float: left;
}

.layout_content {
	min-height: 350px;
	height: auto;
	width: 564px;
	float: left;
}

.layout_footer {
	height: 80px;
	width: 100%;
	margin-top: -80px;
	float: left;
}

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

.content_header {
	height: 235px;
	width: 564px;
	position: relative;
	bottom: 0px;
	float: left;
}

.content_header_menu {
	height: 20px;
	padding: 2px;
	padding-left: 0px;
	padding-right: 0px;
}

.content_menu {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
}

.content_content {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
}

.content_footer {
	padding-top: 15px;
	padding-bottom: 4px;
	padding-left: 30px;
	padding-right: 30px;
}
