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

#wrapper {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

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

#left-menu {
	float: left;
}

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

#right-menu {
	float: left;
}

/* Main Content ------------------------------------------------------------- */
#middle-top {
	width: 546px;
	margin: 0 7px;
	padding: 15px 0 0;
	float: left;
	background: url(../images/main-content-bg-top.gif) top no-repeat;
}

#middle-bottom {
	width: 546px;
	margin: 0;
	padding: 0 0 15px;
	overflow: auto;
	background: url(../images/main-content-bg-bottom.gif) left bottom no-repeat;
	overflow:hidden;
}

#main-content {
	width: 516px;
	margin: 0;
	padding: 0 15px 15px;
	font-size: 1em;
	float: left;
}
