body {
	background: #217C89 url("sfx08webBigBkg.jpg") repeat-x;
	font-family: Verdna, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}
#wrapper {
	position: relative;
	width: 800px;
	margin: 0 auto;
	padding: 0;
}

#sponsorsSideBar {
	width: 798px;
	background-color: #000;
	margin: 0;
	padding: 0;
	text-align: center;
	border: 1px solid #000;
}
#sponsorsSideBar img{
	margin: 0;
	padding: 0 0 0 18px;
	border: 0;
	display: inline;
}
#sponsorsSideBar a{
	margin: 0;
	padding: 0;
	border: 0;
	display: inline;
}
#sponsorsSideBar h2{
	color: #FFF;
}
#header	{
	background: url("sfx08webBanner.gif") no-repeat;
	width: 800px;
	height: 188px;
	padding: 0;
	margin: 0;
}


#box5 {
	margin: 0;
	padding: 12px;
	width: 800px;
	background: url("sfx08webBkgSuccess.gif") repeat-y;
	color: #FFF;
	text-align: left;
}
/*#box5 from ldr	{
	margin: 0 2%;
	padding: 2%;
	width: 92%;
	border: solid 2px #F00;
	position: relative; 
}*/
#box5 h2	{
	color: #F00;
}
#box5 p	{
	text-align: left;
	font-size: 14px;
	color: #FF0;
	padding: 0 24px;
}
#box5 strong	{
	color: #C3322B;
}
#box5 table {
	width: 92%;
	margin: 2%;
	padding: 0;
}
#box5 td {
	position: relative; 
	top: 0;
	padding: 4px;
	color: #FFF;
	vertical-align: top;
}
#box5 strong {
	color: #FF0;
}
.clearAll {
	clear: both;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
