/* Stops Internet Explorer versions less than 8 showing a 1 pixel horizontal scroll */
html {
	overflow-x: hidden;
}

/* Wrapper------------------------------------------------------------------ */

#wrapper {
	width: 1100px;
	align: center;
}

/* Left Column ------------------------------------------------------------- */

#left-menu {
	position: absolute;
	left: 5px;
}

/* Right Column ------------------------------------------------------------- */

#right-menu {
	position: absolute;
	right: 5px;         
}

/* Main Content ------------------------------------------------------------- */
#main-content {
}

