body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #34aae8;
	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;
}
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #3a32dd;
	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 */
	float:bottom;
	margin-top:10px;
}
h1 {
	color:#000000;
	font-size:24px;
	text-decoration:none;
}

#Header {
	position:relative;
	float:left;
	height: 150px;
	width:250px;
}
#HeaderTop {
	position:relative;
	float:right;
	height: 59px;
	width:530px;
	background:#34aae8;
	text-align:center;
	font-size:24px;
	padding-top:25px;
}
a.HeaderLink {
color:#FFFFFF;
text-decoration:none;
margin-right:20px;
}
a.HeaderLink:active {
text-decoration:underline;
}
#HeaderMiddle {
	position:relative;
	float:right;
	height: 4px;
	width:530px;
	background:#FFFFFF;
}
#HeaderBottom	 {
	position:relative;
	float:right;
	height: 47px;
	width:530px;
	background:#3a32dd;
	color:#FFFFFF;
	font-size:18px;
	font-style:italic;
	text-align:center;
	padding-top:15px;
}


/* Generic Rounded Div CSS */
.rbroundbox { background: url(../images/nt.gif) repeat; }
.rbtop div { background: url(../images/tl.gif) no-repeat top left; }
.rbtop { background: url(../images/tr.gif) no-repeat top right; }
.rbbot div { background: url(../images/bl.gif) no-repeat bottom left; }
.rbbot { background: url(../images/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%; height: 7px; font-size: 1px;
}
.rbcontent { margin: 0 7px;background:#ffffff; }
.rbroundbox { width: 98%; margin: 1em auto;background:#ffffff; }

