html {
}

body { /* IE 6 */
}

.layout_container_inside {
}

.layout_container_outside {
}

html>body {
}

.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*/
}

.layout_container_outside { /*,.layout_header,.layout_footer,.layout_content*/
}

.layout_container_inside {
}

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

.layout_header {
}

.layout_header_menu {
}

.layout_menu {
	min-height: 310px;
	height: auto;
	width: 207px;
	float: right;
}

.layout_content {
	min-height: 310px;
	height: auto;
	width: 980px;
	overflow-x: hidden;
	float: left;
}

.layout_footer {
}


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

.content_header {
}

.content_header_menu {
	height: 113px;
	width: auto;
}

.content_menu {
	height: 310px;
	width: 207px;
}

.content_content {
	width: 410px;
	height: auto;
	padding: 10px;
	float: left;
}

.content_footer {
}

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

.bannerContainerFooter {
	height: auto;
	width: 322px;
	padding: 10px;
	float: left;
}
