body {
	background: #fff url(../../images/bg-body.png) repeat-x top left;
	margin: 0 0 50px 0;
	padding: 0;
	text-align: left;
	vertical-align: top;
}

/*	P a g e	 L a y o u t	*/

#page {
	margin: 0 auto;
	padding: 0;
	max-width: 1000px;
}
#page .column {
	position: relative;
	float: left;
}
#page #header {
	height: 113px;
	margin: 0;
	padding: 0;
}
#page #center {
	position: relative;
	float: left;
	left: -2px;
	border-left: 2px solid #ccb;
	border-top: 2px solid #ccb;
	border-right: 3px solid #888;
	border-bottom: 2px solid #888;
	-moz-border-radius: 5px 5px 40px 40px;
	-webkit-border-radius: 5px 5px 40px 40px;
	-moz-box-shadow: 5px 5px 15px #aaa, -5px 5px 15px #aaa;
	-webkit-box-shadow: 5px 5px 15px #aaa, -5px 5px 15px #aaa;
	background: #f5f5f8;
	width: 800px;
	padding: 15px 100px 100px 100px;
	min-height: 400px;
}
#page #page_menu {
	position: absolute;
	top: -25px;
	left: 100px;
}
#page #page_content {
	display: block;
}
#page #page_content:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#page #footer {
	clear: both;
	text-align: center;
	padding: 20px 100px 20px 100px;
}

/*	Hide from IE-mac	\*/
* html #page_content {
	height: 1%;
	display: none;
}
/*	End hide from IE-mac	*/
