@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	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: #FFF;
}
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #000;
}
.roundedcornr_box_850533 {
   background: #ffffff;
}
.roundedcornr_top_850533 div {
   background: url(roundedcornr_850533_tl.png) no-repeat top left;
}
.roundedcornr_top_850533 {
   background: url(roundedcornr_850533_tr.png) no-repeat top right;
}
.roundedcornr_bottom_850533 div {
   background: url(roundedcornr_850533_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_850533 {
   background: url(roundedcornr_850533_br.png) no-repeat bottom right;
}

.roundedcornr_top_850533 div, .roundedcornr_top_850533, 
.roundedcornr_bottom_850533 div, .roundedcornr_bottom_850533 {
   width: 100%;
   height: 30px;
   font-size: 1px;
}
.roundedcornr_content_850533 {
	margin: 0 30px;
	font-weight: bold;
	font-size: x-large;
	text-align: center;
	font-family: "MS Serif", "New York", serif;
}

