html {
	overflow-y: scroll;
}

body {
	background: #ffffff;
	margin: 0;
	text-align: center;
}

.breaker {
	clear: both;
}

#background {
	position: absolute;
	width: 100%;
	height: 315px;
	top: 0;
	left: 0;
	background: #61bfc8; 
}

#wrapper {
	position: relative;
	width: 966px;
	margin: 0 auto;
}

#main {
	position: relative;
	float: left;
	width: 936px;
	min-height: 738px;
	_height: 738px;
	margin: 39px 0 0 0;
	background: #ffffff url(../../../images/bg_main.jpg) repeat-y top right;
	border: 15px solid #396ec5;
}

#header {
	float: left;
	width: 936px;
	height: 252px;
}

#register {
	float: right;
	width: 247px;
	height: 77px;
	margin: 25px 65px 0 0;
	background: url(../../../images/register.jpg) no-repeat top left;
}

#register a {
	display: block;
	width: 247px;
	height: 77px;
}

#slogan {
	float: right;
	width: 237px;
	height: 52px;
	margin: 42px 75px 0 0;
	background: url(../../../images/slogan.png) no-repeat top left;
}

#mainContent {
	float: left;
	width: 505px;
	min-height: 439px;
	_height: 439px;
	padding: 0 34px 0 36px;
	text-align: left;
}

#mainContent hr {
	height: 1px;
	border: 0;
	margin: 25px 0 25px 0;
	background: url(../../../images/articleseperator.png) repeat-x;
}

#mainContent #error, #success {
	width: 380px;
	background: #e5e5e5;
	border: 1px solid #616161;
	padding: 10px;
	margin: 10px 0 10px 0;
}

#rightcol {
	position: relative;
	float: right;
	width: 361px;
	min-height: 439px;
	_height: 439px;
	text-align: left;
}

#data {
	position: relative;
	float: right;
	width: 236px;
	height: 127px;
	margin: 69px 31px 0 0;
	padding: 50px 58px 0 0;
	background: url(../../../images/data.png) top left;
}

#data ul.datalist {
	list-style: none;
	margin: 0;
	padding: 0;
}

#data ul.datalist li a {
	display: block;
	height: 22px;
	padding: 10px 5px 3px 10px;
	margin: 0 0 0 2px;
	text-decoration: none;
	color: #000000;
	background: url(../../../images/dataentry.png) no-repeat left center;
}

#data ul.datalist li .listitem {
	margin-top: -4px;
	position: absolute;
	left: 113px;
}

#banner {
	float: right;
	width: 275px;
	height: 95px;
	margin: 20px 43px 0 0;
	background: url(../../../images/banner.png) no-repeat top left;
}

#banner a {
	display: block;
	width: 275px;
	height: 95px;
}

#whitespace {
	position: absolute;
	width: 361px;
	height: 14px; 
	bottom: 0;
	right: 0;
	background: #ffffff;
}

#contentFooter {
	float: left;
	width: 910px;
	height: 32px;
	background: #ffffff;
	padding: 15px 26px 0 0;
	text-align: right;
}

#footer {
	height: 40px;
}

.input_18 {
	border: 0;
	font-weight: bold;
}