* {
}
#wrapper {
	width: 1000px;
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(waterfall.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0px bottom;
	border: 10px solid #4861AC;
}
#wrapper #header {
	height: 125px;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
#wrapper #left {
	float: left;
	width: 250px;
	background-repeat: repeat-x;
	border-top-color: #4861AC;
	border-top-width: 6px;
	border-top-style: solid;
}
#wrapper #center {
	width: 500px;
	clear: none;
	float: none;
	margin-left: 250px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
#wrapper #right {
	width: 250px;
	float: right;
	clear: right;
	z-index: 3;
	background-repeat: repeat-x;
	border-top-width: 6px;
	border-top-color: #4861AC;
	border-top-style: solid;
}


#wrapper #bottom {
	width: 488px;
	margin-left: 250px;
	background-color: #FFFFFF;
	margin-bottom: 350px;
	background-image: url(contentbg.png);
	background-position: bottom;
	background-attachment: scroll;
	background-repeat: no-repeat;
	border: 6px solid #4861AC;
}
#footer {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #4861AC;
	border-top-width: 3px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #4861AC;
	border-right-color: #4861AC;
	border-bottom-color: #4861AC;
	border-left-color: #4861AC;
}
