@charset "utf-8";
body {
	font: 110% Georgia, "Times New Roman", Times, serif;
	/*font-weight:bold;
	background: #ffffff;*/
	margin: 0;
	padding: 0;
	text-align: center; /* centers the container in IE5. Text is then set to the left aligned default in #container */
	color: #000000;
}

.rocky #container {
	width: 740px; 
	border: 1px solid #990033;
	background-image:url(images/bg.tile.lite.gif);
	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. */
}
.rocky #header {
	padding: 0;
	text-align:center;
}
.rocky #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
}
.rocky #mainContent {
	padding: 0 20px;
	text-align:center;
}
.rocky #footer {
	padding: 10px 10px 5px 10px;
	background:#990033;
	color:#CCCCCC;
	font-weight: bold;
	text-align:center;
}
.rocky #footer p {
	margin: 0; 
	padding: 0px 0px 5px 0px;*/
}

.middled {text-align:center;
}

.redbold {
	color:#990033;
	font-weight:bold;
}
