body {
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 1.4em;
	font-weight: normal;
	font-style: normal;
	background-color: #6699FF;
	width: 950px;
	margin-top: 0;
	margin-bottom: 0;
	clip: rect(auto,auto,auto,auto);
	border: 3px none #9095C0;
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: left top;
	height: 1100px;
	color: #003333;
	margin-right: auto;
	margin-left: auto;
}

div#header {
	text-align: center;
	padding: 0%;
	height: 152px;
	background-image: url(images/background.jpg);
}

div#maincontent {
	text-align: justify;
	height: 2548px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #330066;
	background-repeat: no-repeat;
	padding: 0%;
	background-image: url(images/middle.jpg);
	background-position: right top;
	background-attachment: scroll;
}
.center {
	margin-right: auto;
	margin-left: auto;
	height: 2700px;
	background-attachment: scroll;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 950px;
	border: thin solid #E2DFF0;
	background-color: #FFFFFF;
}


div#leftcolumn {
	float: left;
	text-align: right;
	width: 250px;
	height: 2548px;
	margin: 0px;
	background-image: url(images/left.jpg);
	border-right-width: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FECC4F;
	border-right-color: #FECC4F;
	border-bottom-color: #FECC4F;
	border-left-color: #FECC4F;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding: 0%;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top;
	background-color: #6bb4df;
}

