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

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

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

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

html>body {
	min-height: 100%;
	height: auto;
	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*/
	width: 980px;
	text-align: center;
	margin: 0 auto; /* For FF positioning the page (0 auto = center, 0 0 0 auto = right, 0 = left) */
	/*position: relative;
	top: 25%;*/
}

.layout_container_inside {
	width: 980px;
	margin: 0 auto 0 auto;
	text-align: left;
	float: left;
}

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

.layout_header {
	height: 89px;
	width: 980px;
	float: left;
}

.layout_header_menu {
	height: 20px;
	width: 600px;
	margin-top: 0px;
	padding-right: 20px;
	float: right;
	clear: right;
}

.layout_menu {
	height: 509px;
	width: 453px;
	float: right;
}

.layout_content {
	height: 469px;
	width: 447px;
	padding-top: 25px;
	padding-bottom: 15px;
	padding-left: 40px;
	padding-right: 40px;
	overflow: hidden;
	float: left;
}

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

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

.content_header {
	height: 89px;
	width: 980px;
}

.content_header_menu {
float: right;
}

.content_menu {
}

.content_content {
}

.content_footer {
}
