@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	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: #333333;
}
.rycastMainBody a {
	color: #0066ff;
	text-decoration: none;
}
.rycastMainBody a:hover {
	text-decoration: underline;
}
.rycastMainBody #container {
	width: 100%;  /* this will create a container 100% of the browser width */
	background: #FFFFFF url('../_img/body_background.gif') repeat-x 0 230px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.rycastMainBody #header {
	height: 230px;
	margin: 0;
	background: #c5c5c5 url('../_img/header_background.gif') repeat-x 0 0;
	padding: 0px 0;
	text-align: center;
}
.rycastMainBody #mainContent {
	width: 860px;
	margin: 0 auto;
	padding: 1px 20px 1px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF url('../_img/main_content_background.gif') repeat-x 0 0;
	text-align: left;
}
.rycastMainBody #mainContent h1 {
	font-size: 2em;
}
.rycastMainBody #mainContent h2 {
	font-size: 1.5em;
}
.rycastMainBody #mainContent h3 {
	font-size: .8em;
}
.rycastMainBody #mainContent p {
	font-size: 1em;
}
.rycastMainBody #footer {
	margin: 0 auto;
	width: 800px;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #FFFFFF;
	line-height: 22px;
}
.rycastMainBody #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size: .625em;
}
.rycastMainBody #google_ad_include {
	margin: 0 auto;
	padding: 0;
	width: 728px;
	height: 90px;
}
.bold {
	font-weight: bold;
}

