/* here is everything defined, that's not in fonts and colors */

body {
	padding:0; /* SUGGESTED */
	margin:0; /* SUGGESTED */
}

hr {
	height:1px; /* SUGGESTED */
	border:0; /* SUGGESTED */
	border-bottom:1px solid; /* SUGGESTED */
}



/* FRAME */
/*--------------------------------------------------------------------------------------------------------------------------------------------*/
#_main_frame {
	position:absolute; /* CORE */
	left:0px; /* CORE */
	top:0px; /* CORE */
	width:100%; /* CORE */
	height:100%; /* CORE */
	overflow:auto; /* CORE */
}

.frame_box {
	width:822px;
	position:relative; /* CORE */
}

.frame_outer {
	width:100%; /* CORE */
	height:100%; /* CORE */
}

.frame_inner {
	width:100%; /* CORE */
	height:100%; /* CORE */
	border:1px solid;
}
/*--------------------------------------------------------------------------------------------------------------------------------------------*/



/* HEADER */
/*--------------------------------------------------------------------------------------------------------------------------------------------*/
.header_box {
}
/*--------------------------------------------------------------------------------------------------------------------------------------------*/



/* FOOTER */
/*--------------------------------------------------------------------------------------------------------------------------------------------*/
.footer_box {
}
/*--------------------------------------------------------------------------------------------------------------------------------------------*/



/* CONTENT */
/*--------------------------------------------------------------------------------------------------------------------------------------------*/
.content_box {
	height:100%; /* CORE */
	width:100%; /* CORE */
	z-index:97;
}

.content_box_inner {
	width:100%; /* SUGGESTED */
	height:100%; /* SUGGESTED */
}
/*--------------------------------------------------------------------------------------------------------------------------------------------*/



/* MODULES */
/*--------------------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------*/
