@charset "utf-8";

.swcaud #container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 1170px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 1280px;
	background-color: #000000;
} 
.swcaud #headerphotos1 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 247px;
	padding: 0px 0px 0px 0px;
	height: 120px;
	background-color: #000000;
}
.swcaud #headerphotos2 {
	position: absolute;
	top: 0px;
	left: 257px;
	width: 913px;
	padding: 0px 0px 0px 0px;
	height: 120px;
	background-color: #000000;
}
.swcaud #sidebar1 {
	position: absolute;
	top: 120px;
	left: 0px;
	width: 390px;
	padding: 0px 0px 0px 0px;
	height: 280px;
	background-color: #000000;
}
.swcaud #sidebar2 {
	position: absolute;
	top: 120px;
	left: 390px;
	width: 390px;
	padding: 0px 0px 0px 0px;
	height: 280px;
	background-color: #000000;
}
.swcaud #sidebar3 {
	position: absolute;
	top: 120px;
	left: 780px;
	width: 390px;
	padding: 0px 0px 0px 0px;
	height: 280px;
	background-color: #000000;
}
.swcaud #sidebar4 {
	position: absolute;
	top: 400px;
	left: 0px;
	width: 390px;
	padding: 0px 0px 0px 0px;
	height: 280px;
	background-color: #000000;
}
.swcaud #sidebar5 {
	position: absolute;
	top: 400px;
	left: 390px;
	width: 390px;
	padding: 0px 0px 0px 0px;
	height: 280px;
	background-color: #000000;
}
.swcaud #sidebar6 {
	position: absolute;
	top: 400px;
	left: 780px;
	width: 390px;
	padding: 0px 0px 0px 0px;
	height: 280px;
	background-color: #000000;
}
.swcaud #sidebar7 {
	position: absolute;
	top: 680px;
	left: 0px;
	width: 390px;
	padding: 0px 0px 0px 0px;
	height: 280px;
	background-color: #000000;
}
.swcaud #sidebar8 {
	position: absolute;
	top: 680px;
	left: 390px;
	width: 390px;
	padding: 0px 0px 0px 0px;
	height: 280px;
	background-color: #000000;
}
.swcaud #sidebar9 {
	position: absolute;
	top: 680px;
	left: 780px;
	width: 390px;
	padding: 0px 0px 0px 0px;
	height: 280px;
	background-color: #000000;
}
.bodytext1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 18px;
}
.bodytext2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
.bodytext3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #FFFFFF;
}

.bodytextsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

