html, body {
	margin:0;
	padding:0;
}

body {
	background:#94afcb url(../img/body-bgr.png) left top repeat-x;
	text-align:center;
	font-size:14px;
	font-family: Arial,sans-serif;
	color:#fff;
}

* {
	margin:0;
	padding:0;
}

#container {
	width:1018px;
	margin:0 auto;
	text-align:left;
}

#header {
	width:1018px;
	height:231px;
	padding-top:12px;
	/*background: url(../img/header-bgr.png) left top repeat-y;*/
	overflow: hidden;
}

#vertical-navigation {
	width:1018px;
	height:40px;
	/*background: url(../img/vertical-navigation-bgr.png) left top repeat-y;*/
}

#page-wrapper { /*background: url(../img/page-bottom-bgr.png) left bottom repeat-x;*/ margin-bottom:18px; }

.column {
	position: relative;
	float: left;
}

#main {
	/* background: url(../img/content-back-mask-background.png) 240px top repeat-y;*/
}

#center {
	width: 533px;
	margin-left:240px;
}

#content-outer {
	overflow:auto;
	/*background: url(../img/content-mask-background.png) left top no-repeat;*/
}

#content-middle {
	margin:7px;
}

#content-inner {
	background:#4f7baa;
	overflow:hidden;
}

#content {
	margin:5px 0 0 20px;
	overflow:auto;
	/* Min-height */
	min-height:500px;
	height:auto !important;
	height:500px;
}

#left-sidebar {
	width: 240px;
	margin-left:-773px;
}

#right-sidebar {
	width: 245px;
}

#footer {
	margin:0 245px 0 240px;
	clear:left;
	height:32px;
	overflow:auto;
}