/* CSS Document */
BODY {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FFFFFF;
	margin:20px;
	}
#head {
	width: 1000px;
	height: 245px;
	background-image: url(banner.jpg);
	border-top-color: #F2D585;
	border-top-style: solid;
	border-top-width: 8px;
	border-right-color: #F2D585;
	border-right-style: solid;
	border-right-width: 6px;
	}
#left {
	position: absolute;
	left:0;
	width: 181px;
	height: 1000px;
	color: #000000;
	margin-left:20px;
	text-align: center;
	background-color: #D6251B;
	border-left-color: #F2D585;
	border-left-style: solid;
	border-left-width: 6px;
	border-bottom-color: #F2D585;
	border-bottom-style: solid;
	border-bottom-width: 7px;
}
#center {
	position: absolute;
	margin-left: 181px;
	width: 637px;
	height: 1000px;
	background-image: url(yellow2252SBkgd.jpg);
	background-repeat: inherit;
	border-bottom-color: #F2D585;
	border-bottom-style: solid;
	border-bottom-width: 7px;
}
#right {
	margin-left: 818px;
	position: absolute;
	width: 182px;
	height: 1000px;
	color: #000000;
	background-color: #D6251B;
	border-right-color: #F2D585;
	border-right-style: solid;
	border-right-width: 6px;
	border-bottom-color: #F2D585;
	border-bottom-style: solid;
	border-bottom-width: 7px;
}