body
{
	background-color: #000;
	color: #eee;
	height: 100%;
	padding: 0px;
	margin: 0px;
}

/*body *{border: 1px dotted #ccc;}*/
#main
{
	
	height: 100%;
	min-height: 480px;
	position: relative;
	top: 0px;
	left: 0px;
	display: table;
}

#leftmenu_column
{
	width: 145px;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

#content_column
{
	width: 602px;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 145px;
	border: 1px solid #333;
	background-color: #f00;
}

#contnet_area
{
	position: relative;
	height: 100%;
	background-color: #ccc;
}

#footer
{
	width: 602px;
	height: 33px;
	position: absolute;
	left: 145px;
	bottom: 0px;
	border: 1px solid #d00;
	background-color: #5B86B7;
}

.text_fraame_outercell
{
	background-color: #5B86B7;
	width: 602px;
	height: 100%;
}

#box{background-color:#333;}
#text_frame { margin-left: 10px; }
.relative_set { position: relative; }

#glo_tabs_set
{
	height: 70px;
	width: 602px;
	position: relative;
	background-image: url(../images/glo_tabs_bg.jpg);
	background-repeat: no-repeat;
	z-index: 0;
}

#glo_tabs_set div
{
	height: 42px;
	top: 0px;
	position: absolute;

}

#glo_tab_01
{
	left: 20px;
	width: 106px;
}
#glo_tab_02
{
	left: 126px;
	width: 109px;
}
#glo_tab_03
{
	left: 235px;
	width: 110px;
}
#glo_tab_04
{
	left: 345px;
	width: 110px;
}
#glo_tab_05
{
	left: 455px;
	width: 110px;
}





