
div#allcontent {
	width: 950px;
	height:100%;
	float:left;
}

div#top {
	height: 92px;
	/*
	background-image: url(/design/corporate_site/images/topbg.gif);
	background-repeat: repeat-x;
	*/
	background-image: url(/design/corporate_site/images/topbg2.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #ffffff;
	
	
}

.topimg {

	margin: 40px 0 0 28px;

}

.top-bar {
	text-align: right;
	height: 15px;
	color: #909090;
	background-color: #ffffff;
	width: 950px;
}

.top-bar2 {
	height: 10px;
	background-color: #ffffff;
	width: 950px;	
}


div#main {
	/*border: 1px solid red;*/
	width: 950px;	
	overflow:hidden;
}

div#left {
	width: 184px;
	float: left;
	margin-left: 26px;
}

* html div#left {
	width: 160px;
	margin-left: 14px;
	margin-right:14px;
}

div#middle {
	margin-left: 13px;
	margin-right: 13px;
	float: left;
	clear:none;

}

div#right {
	margin-left:12px;
	width: 220px;
	/*background-color: #FF99FF;*/
	float: left;
}

div#bottom {
	background-image: url(/design/corporate_site/images/bottombg.gif);
	background-repeat: repeat-x;
	background-position: top;
	width: 950px;
	height: 30px;
	float:left;
	clear:both;
}
div#absbottom {
	background-color: #ffffff;
	height:5px;
}