@charset "utf-8";

.swcaud #container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 1203px;
	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 #sidebar1 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 463px;
	padding: 0px 0px 0px 0px;
	height: 845px;
	background-color: #000000;
}
.swcaud #sidebar2 {
	position: absolute;
	top: 0px;
	width: 727px;
	padding: 0px 0px 0px 0px;
	height: 645px;
	background-color: #000000;
	left: 463px;
}
.swcaud #sidebar3 {
	position: absolute;
	top: 645px;
	left: 0px;
	width: 563px;
	background: #FFFF33;
	height: 532px;
	background-color: #000000;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 40px;
}
.swcaud #sidebar4 {
	position: absolute;
	top: 645px;
	left: 633px;
	width: 557px;
	background: #FFFF33;
	padding: 0px 0px 0px 0px;
	height: 532px;
	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%;
}
