html {
	height: 100%;
	overflow-y: scroll;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: #b5d334 url(../../../images/bg.jpg) repeat-x 0 -47px;
	text-align: center;
}
.breaker { clear: both; }

div {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

#wrapper {
	position: relative;
	width: 936px;
	margin: 0 auto;
	text-align: left;
	min-height: 100%;
	_height: 100%;
	background: #ffffff;
}

#header {
	clear: both;
	float: left;
	width: 936px;
	height: 95px;
	background: #353734;
}

#header .logo {
	float: left;
	margin: 22px 0 0 28px;
	_margin: 22px 0 0 14px;
}

#middle {
	clear: both;
	width: 936px;
	padding: 0 0 140px 0;
}

#middle .leftColumn {
	float: left;
	width: 210px;
	min-height: 200px;
	_height: 200px;
	padding: 61px 20px 0 16px;
}

#middle .midColumn {
	float: left;
	width: 416px;
	min-height: 200px;
	_height: 200px;
	padding: 30px 0 0 0;
}

#middle .rightColumn {
	float: left;
	width: 226px;
	min-height: 200px;
	_height: 200px;
	padding: 30px 25px 0 23px;
}

#imageLeft {
	position: absolute;
	bottom: 140px;
	left: 0;
	width: 240px;
	height: 200px;
	background: url(../../../images/left/standard.jpg) no-repeat bottom left;
}

#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 123px;
	background: #353734;
}

#footer ul {
	float: left;
	border-left: 1px solid #b5d334;
	margin: 30px 0 0 25px;
	_margin: 30px 0 0 12px;
	padding: 0 0 0 6px;
	list-style: none;
}

#footer .block li {
	margin: 0;
	padding: 0;
}

#footer .slogan {
	float: right;
	margin: 24px 24px 0 0;
	_margin: 24px 12px 0 0;
}

.submit {
	border: none;
	background: none;
	padding: 0;
	font-size: 1em;
	font-weight: bold;
}