body {
	margin: 0;
}

/*
 *	Content
 */
#wrapper {
	margin: 0 auto;
	width: 995px;
}

#outterwrapper {
	background: transparent url('/gfx/gradient_content.gif') repeat-y center bottom;
	float: left;
	margin: 0 auto;
	width: 995px;
}

#outterwrapper #middlewrapper {
	background: transparent url('/gfx/gradient_bottom.gif') no-repeat center bottom;
	float: left;
	padding: 0 0 10px 0;
	width: 995px;
}

#outterwrapper #innerwrapper {
	float: left;
	background: #ffffff;
	margin: 0 10px 0 10px;
	width: 975px;
}

/*
 *	Top
 */
#outterwrapper #innerwrapper #top {
	background: url('/gfx/top_background.gif');
	float: left;
	height: 132px;
	position: relative;
	width: 975px;
}

#outterwrapper #innerwrapper #top #usertoolbar {
	height: 40px;
	float: left;
	width: 975px;
}

#outterwrapper #innerwrapper #top #usertoolbar #toolbar {
	float: right;
}

#outterwrapper #innerwrapper #top #logo {
	float: left;
	padding: 27px 0 0 27px;
}

#outterwrapper #innerwrapper #top #topmenu {
	position: absolute;
	bottom: -1px;
	right: 33px;
}

/*
 *	Content
 */
#outterwrapper #innerwrapper #contentwrapper {
	clear: left;
	float: left;
	width: 975px;
}

/*
 *	Footer
 */
#footerwrapper {
	margin: 0 auto;
	width: 975px;
}

#footerwrapper #footer {
	float: left;
	width: 975px;
}