/* Main Layout */

body {
	margin: 0px;
	padding: 0px;
	background-color: #F2F2F2;
	text-align: center; // IE6 Hack to centralize browser window.
	}

#mainContainer {
	width: 960px;
	margin: 0 auto;
	text-align: left; // IE6 Hack to centralize browser window.
	}

/* Layout for Top Section */

#topSection {
	height: 83px;
	}

#logo {
	float: left;
	width: 393px;
	height: 83px;
	}

/* Layout for Top Navigation */

#navigation {
	width: 960px;
	height: 34px;
	}


/* Layout for Body Content */

#contentWrapper {
	float: left;
	width: 100%;
	}

#leftColumn {
	width: 730px;
	margin-top: 10px;
	margin-right: 220px;
	}

#rightColumn {
	float: left;
	width: 220px;
	margin-top: 10px;
	margin-left: -220px;
	height: 260px;
	background-image:url(../images/bg_companyInfo.jpg);
	}

#companyInfo {
	float: left;
	width: 730px;
	margin-top: 10px;
	margin-right: 220px;
	background-color: #8C9495;
	}

.innertube {
	margin: 10px;
	}


/* Layout for Footer */

#footer {
	clear: left;
	width: 100%;
	}

.clear-both{
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	}


