@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffc20f;
	margin: 0 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;
}
.oneColFixCtr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-top: 40px solid #ffc20f;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #ffffff;
}
#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 800px;
	background: #ffffff;
}



#side-a {
	float: left;
	width: 300px;
}

#side-b {
	float: right;
	width: 149px;
}

#content { 
	float: left;
	width: 468 px;
	margin-top: 0px;
	background: #ffffff;
	height: 468px;
}

#footer {
	clear: both;
	background: #ffffff;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	padding-top: 40px;
	padding-bottom:5px;
	margin-left: 5px;
	color: #ef3125;
}

#footer a:link{
color: #ef3125;
}
#footer a:hover{
color: #333333;
}
.row-e0928 { display:block; height:100%; white-space:nowrap; clear:left; }
.cell-e0928 { display:block; float:left; height:100%; width: 32%; white-space: normal;}
.table-e0928 { display:block; width:184px; }
.table-e0928  { border:0px solid; padding:0px; margin-left:70px;  }
.cell-e0928 { border:0px solid; padding:0px; margin-left:0px; padding-bottom:4px; }
.cell-e0928a { display:block; float:left; height:100%; width: 50%; white-space: normal;}
