
/* See: 
http://www.cssplay.co.uk/layouts/flexible-3column-fix-flex-fix.html
*/

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

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

#wrapper {
	width: 100%;
}

#content-wrapper {
width:100%; padding-top: 15px; overflow: hidden; clear:both;
margin: auto;
}

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

#left-menu {
	float:left; width:160px; padding:0 10px;
}

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

#right-menu {
	float:right; width:160px; padding:0 10px;
}

/* Main Content ------------------------------------------------------------- */
#main-content {
	margin: 0 185px; /*0 185px */
}

#left-menu, #right-menu, #main-content {padding-bottom:32767px; margin-bottom:-32767px;}

