@media screen {
	div.container {
		position: absolute;
		width: 745px !important;
		left: 50%;
		margin-left: -373px;
		margin-top: 10px;
		display: table;
		
	}
	div.top {
		position: absolute;
		margin-left: -373px;
		top: 10px;
		left: 50%;
		width: 745px !important;
		z-index: 50;
	}
	div.container div.contentbody {
		background-color: #1D798B; 
		line-height: normal;
		display: table-row;
		padding-bottom: 10px;
		margin-left: 6px;
	}

	div.contentbody div.contentbar {
		display: table-cell;
		top: 10px;
		line-height: 1%;
		padding-top: 6px;
		padding-left: -5px;
		padding-top: 130px;
		padding-bottom: 10px;
		/* left: 230px; */
	}
	div.contentbody div.menubar {
		line-height: 1%;
		display: table-cell !important;
		top: 10px;
		width: 210px;
		padding-left: 10px;
		padding-top: 15px;
		padding-bottom: 10px;
	}
	div.contentbody div.menubar div.mb2 {
		line-height: normal;
		width: 208px;
		padding: 1px 0px 1px 10px;
		background-image: url(../images/box_bg_thin.gif); 
		background-repeat: repeat-y;
	}
	div.contentbody div.contentbar div.cb2 {
		line-height: normal;
		padding: 7px 10px;
		/* margin: -6px 0px 0px 0px; */
		background-image: url(../images/box_bg_wide3.gif);
		background-repeat: repeat-y;
	}
	ul {
		/* margin-right: 10px; */
		width: 88%;
		list-style-type: square;
	}
	div.container div.top {
		position: absolute;
		top: 0px;
	}
}