body {
	margin: 0px;
	padding: 6px;
}
#global_wrap {
	width: 857px;
	margin: auto;
}
#header {
	background: url(../gfx/header.jpg) no-repeat;
	height: 108px;
	position: relative;
	top: 0;
	left: 0;
}
#logo {
	/* background-image: url(../gfx/logo.jpeg); */
	height: 100%;
	width: 323px;
	float: left;
}
#display {
	float: left;
	font-size: 28px;
	font-family:system;
	color: black;
	padding: 21px 0 0 14px;
	height: 50px;
}
#header .end {
	/* background-image: url(../gfx/top_right.png); */
	float: right;
	height: 100%;
	width: 42px;
}
#content {
	margin-top: 9px;
	float: right;
	width: 645px;
	background: url(../gfx/box-topleft.png) #002e02 top left no-repeat;
}
.inner1 {
	background: url(../gfx/box-topright.png) top right no-repeat;
}
.inner2 {
	background: url(../gfx/box-bottomleft.png) bottom left no-repeat;
}
.inner3 {
	background: url(../gfx/box-bottomright.png) bottom right no-repeat;
	padding: 9px 0 9px 9px;
}
/* Surveys */
form.survey {
	position: relative;
	left: 0;
	top: 0;
	height: 232px;
}
form.survey label {
	display: inline;
	width: auto;
	float: none;
}
form.survey div.option {
	width: 150px;
	margin-right: 9px;
	float: left;
}
.survey div.active {
	position: absolute;
	left: 0px;
	top: 50px;
	z-index: 10;
}
.survey div.inactive {
	position: absolute;
	left: -1000px;
	top: -1000px;
	z-index:1;
}
/* Columns */
.column {
	float: left;
}
.two .column {
	width: 50%;
}
.wide {
	width: 369px;
}
.narrow {
	width: 263px;
}