* {
	margin: 0;
	padding: 0;
}
html {
	width: 100%;
	height: 100%;
	background: #edf8fa url('gui_01.jpg') top left repeat-x;
}
body {
	width: 100%;
	height: 100%;
	height: auto !important;
	min-height: 100%;
	float: left;
	background: url('gui_07.jpg') bottom center repeat-x;
}
#outerwrapper {
	width: 987px;
	margin: 0 auto;
	background: url('gui_01.jpg') top left repeat-x;
}
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 981px;
	background: url('gui_05.png') top left repeat-y;
	padding: 0 0 0 6px;
	float: left;
}
#logo {
	width: 975px;
	height: 130px;
	float: left;
	margin: 0 0 0 -10px;
	display: inline;
	background: url('gui_02_2.gif') top left repeat-x;
	position: relative;
}
	#logo a.logo {
		width: 512px;
		height: 64px;
		float: left;
		display: inline;
		margin: 52px 0 0 10px;
		/*background: url('gui_02_2.gif') -10px -53px no-repeat;*/
	}
#topright {
	width: 475px;
	height: 130px;
	float: right;
	clear: right;
	position: absolute;
	top: 0px;
	right: 0px;
}
#topcorner {
		width: 70px;
		height: 130px;
		display: block;
		position: absolute;
		top: 0px;
		left: 100%;
		background: url('gui_01.jpg') top left repeat-x;
	}

#header {
	width: 975px;
	height: 179px;
	float: left;
	clear: both;
	background: url('gui_04.jpg') top left no-repeat;
}

#header #menu {
		width: 970px;
		height: 50px;
		float: left;
		margin: 128px 0 0 0;
		text-align: center;
	}
#sidebar {
	width: 227px;
	height: auto;
	min-height: 20px;
	float: left;
	position: relative;
	z-index: 2;
}
#content {
	width: 708px;
_width: 650px;
	height: auto;
	min-height: 536px;
	float: right;
_padding:0 !important;
	padding: 20px 20px 20px 20px;
	margin: 0 6px 0 0;
	background: url('gui_06.jpg') top right no-repeat;
	position: relative;
	z-index: 2;
}
#bottombg {
	position: absolute;
	bottom: 0px;
	right: -10%;
	height: 280px;
	width: 100%;
	margin: 0 -100px 0 0;
	background: url('gui_07.jpg') bottom center repeat-x;
}
#footer {
	width: 100%;
	height: 280px;
	float: left;
	margin: -130px 0 0 0;
	position: relative;
	z-index: 1;
}
	#footercenter {
		width: 987px;
		height: 280px;
		margin: 0 auto;
		background: url('gui_08.png') top center no-repeat;
	}
