/* Layout Frame Styles */
.frame_masthead {
	width: 72em;
	margin-top: 1em;
	margin-right: auto;
	margin-left: auto;
	background-color:#f3f2ed;
	overflow: hidden;
	white-space: nowrap;
	border-right: 1px solid #595754;
	border-left: 1px solid #595754;
	border-top: 1px solid #595754;
}
.frame_mainmenu {
	width: 72em;
	height: 56px;
	margin-right: auto;
	margin-left: auto;
	background-color:#f3f2ed;
	overflow: hidden;
	white-space: nowrap;
	border-right: 1px solid #595754;
	border-left: 1px solid #595754;
	background-image: url(../images/menu_top/background.gif);
	background-repeat: repeat-x;
}
.frame_main {
	width: 72em;
	margin-right: auto;
	margin-left: auto;
	background-color:#f3f2ed;
	border-right: 1px solid #595754;
	border-left: 1px solid #595754;
}
.frame_footer {
	position: relative;
	margin-bottom: 1em;
	width: 72em;
	height: 58px;
	margin-right: auto;
	margin-left: auto;
	background-color:#f3f2ed;
	border-right: 1px solid #595754;
	border-left: 1px solid #595754;
	border-bottom: 1px solid #595754;
	background-image: url(../images/footer/background.gif);
	background-repeat: no-repeat;
}

.column_left {
	width: 227px;
	float: left;
	overflow: hidden;
	background-image: url(../images/menu_side/background.jpg);
	background-repeat: no-repeat;
}

.content {
	overflow: hidden;
	width: 46.5em;
	float: left;
	padding: 1em;
}