@CHARSET "ISO-8859-1";

.layout{
	width: 100%;
	height: 100%;
	outline: none;
}

.layout tr > td{
	//border: 1px solid black;
}

.layout_top_row{
	width: 100%;
	height: 20px;
}

.layout_top_col_left{
	width: 50%;
	height: 20px;		
}

.layout_top_col_center{
	width: 930px;
	height: 20px;
}

.layout_top_col_right{
	width: 50%;
	height: 20px;
}

.layout_center_row{
	width: 100%;
	height: 100%;	
}

.layout_center_col_left{
	width: 50%;
	height: 617px;
}

.layout_center_col_center{
	width: 930px; /* 725px header 5px separator 200 side menu*/
	height: 617px; /* 120px header 5px separator 490 content 5 separator*/
}

.layout_center_col_right{
	width: 50%;
	height: 617px;
}

.layout_footer_row{
	width: 100%;
	height: 50px;
	background: #666666;
}

.layout_footer_col_left{
	width: 50%;
	height: 50px;
}

.layout_footer_col_center{
	width: 930px;
	height: 50px;
	max-height: 50px;
	min-height: 50px;
	text-align: right;
	vertical-align: middle;
}

.layout_footer_col_right{
	width: 50%;
	height: 50px;
}