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: 980px;
	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 {
	height: auto;
	width: 980px;
	/*margin: 0 auto 0 auto;*/
	margin-top: 21px;
	text-align: left;
	float: left;
}

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

.layout_header {
	height: 268px;
	width: 980px;
	float: right;
}

.layout_header_menu {
	height: 34px;
	width: 980px;
	margin-top: 0px;
	overflow: hidden;
	float: left;
}

.layout_menu {
	min-height: 300px;
	height: auto;
	width: 241px;
	float: left;
}

.layout_content {
	min-height: 300px;
	height: auto;
	width: 700px;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 25px;
	float: right;
}

.layout_footer {
	height: 30px;
	width: 980px;
	float: left;
}


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

.content_header {
	height: 268px;
}

.content_header_menu {
	height: 34px;
	padding: 0px;
	padding-left: 30px;
	padding-right: 30px;
}

.content_menu {
	padding-top: 10px;
	padding-bottom: 15px;
	padding-right: 0px;
	padding-left: 20px;
}

.content_content {
	width: 700px;
}

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