HTML {
	background-image: url(img/background-image.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #bce3f6;	
	margin: 0px;
	padding: 0px;
}

BODY {
	background-image: url(img/header-bar.gif);
	background-position: left top;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

#page {
	padding: 0px;
	margin: 0px auto;
	width: 887px;
}

.clear {
	clear: both;
	height: 0px;
	line-height: 1%;
	font-size: 0pt;
	width: 1px;
}

.section {
	clear: both;
}

#header-section {
	height: 103px;
	text-align: center;
}

#main-section {
	margin-top: 14px;
}

#navigation-section {
	float: left;
	width: 179px;
	clear: right;
}

#content-wrap-section {
	float: left;
	width: 470px;
	clear: right;
}

#teaser-section {
	float: left;
	width: 238px;
	clear: right;
}

#teaser-section .teaser-shadow {
	height: 8px;	
	background-image: url(img/teaser-shadow.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}


#content-section {
	margin-right: 1px;
	padding: 0px 10px;
}

#footer-section {
	margin-right: 1px;
	margin-bottom: 35px;
	background-color: #ffffff;
	height: 1%;
}