@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	background-image: url(../images/bgtile.jpg);
	background-repeat: repeat-x;
}
#wrapper {
	padding: 0px;
	left: auto;
	top: 0px;
	right: auto;
	bottom: 0px;
	width: 1280px;
	margin-top: 45px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	color: #000;
}
#wrapper #sectionA {
	height: 140px;
	padding: 0px;
	margin: auto;
	width: 1278px;
	background-image: url(../images/sectiona.jpg);
	background-repeat: no-repeat;
	border: 2px solid #000;
}

#wrapper #sectionA h1 {
	font-size: 1.5em;
	font-weight: bold;
	color: #000;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 800px;
	margin-top: 0px;
	padding-top: 100px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#wrapper #sectionB {
	width: 246px;
	float: left;
	padding: 0px;
	height: 573px;
	margin: 0px;
	background-image: url(../images/sectionb.jpg);
	background-repeat: no-repeat;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #000;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000;
}
#wrapper #sectionC {
	width: 1030px;
	padding: 0px;
	height: 573px;
	margin: 0px;
	float: right;
	background-repeat: no-repeat;
	background-color: #666;
	background-image: url(../images/sectionc.jpg);
}
#wrapper #sectionD {
	width: 246px;
	padding: 0px;
	height: 138px;
	margin: 0;
	background-image: url(../images/sectiond.jpg);
	background-repeat: no-repeat;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	float: left;
	clear: both;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000;
}

#wrapper #sectionE {
	width: 1028px;
	padding: 0px;
	height: 138px;
	margin: auto;
	float: right;
	background-repeat: no-repeat;
	border-top-width: 2px;
	border-right-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	clear: right;
	background-color: #CCC;
	background-image: url(../images/sectione.jpg);
}

#wrapper #sectionF {
	height: 15px;
	width: 1280px;
	clear: both;
}

