@charset "utf-8";
html { height:100%; }
body {
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	background: #CCCCCC;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	height:100%;
	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 {
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	width: 760px;
	border-left:3px solid #000066;
	border-right:3px solid #000066;
}
.oneColFixCtr #mainContent {
	height:100%;
}
#header {
	text-align:center;
	background:url(../images/bg-header.jpg) top repeat-x;
}

.red {
	color:#CC0000
}

h2 {
	font-size:20px;
}

.content {
	margin:0px 20px;
}

.innerBox {
	margin:20px 50px;
	background:#FFFF99;
	padding:5px 15px;
}
