/* Stops Internet Explorer versions less than 8 showing a 1 pixel horizontal scroll */
html {
	overflow-x: hidden;
}

/* Wrapper------------------------------------------------------------------ */

#wrapper {
	width: 100%;
}

/* Left Column ------------------------------------------------------------- */

#left-menu {
	position: absolute;
	left: 5px;
}

/* Right Column ------------------------------------------------------------- */

#right-menu {
	position: absolute;
	right: 5px;         
}

/* Main Content ------------------------------------------------------------- */
#main-content {
	margin: 10px 175px 0px 175px;
}
