/* CSS Document */
	#content{
	position: absolute;
	left: 141px;
	top: 110px;
	width: 460px;
	height: 673px;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #FFFFFF;
	} 

#left_pane{
	position: absolute;
	left: 1px;
	top: 1px;
	width: 206px;
	height: 800px;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #7F99B2;
	background-image: url(../images/bg_tmgs_left_long.gif);
	} 

#right_pane{
	position: absolute;
	left: 214px;
	top: 1px;
	width: 626px;
	height: 800px;
	background-color: #FFFFFF;
	background-image: url(../images/bg_tmgs_right_long.gif);
	} 

#main{
	width:842px;
	height:820px;
	position:relative;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	background-color: #999999;
} 


#footer{
	position:absolute;
	height: 15px;
	font-size: 8.5pt;
	padding: 0px;
	margin: 0px;
	width:831px;
	left: 7px;
	top: 802px;
	background-color: #999999;
	}
