@charset "UTF-8";
body {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000;
}
.oneColFixCtrHdr #container {
	width: 990px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	margin-top: 20px;
	background-color: #333;
}
h2 {
	color: #33cc33;
	text-decoration: underline;
}
p a {
	color: #33cc33;
}
.oneColFixCtrHdr #header {
	background-attachment: inherit;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 225px;
	padding: 0;
}
#photo {
}
.oneColFixCtrHdr #mainContent {
	background-image: url(../images/mainbkgd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	color: #CCC;
	padding-top: 20px;
}
#leftColumn {
	float: left;
	width: 475px;
	margin-bottom: 30px;
}
#rightColumn {
	float: right;
	width: 475px;
	margin-bottom: 30px;
}
.oneColFixCtrHdr #footer {
	background-color: #000;
	font-size: 80%;
	color: #CCC;
	height: 100px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	clear: both;
}
#footer p a {
	color: #33cc33;
	text-decoration: none;
	text-align: left;
}
.rs {
	float: right;
}
#footer p {
	float: none;
	color: #999;
}
.oneColFixCtrHdr #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 */
}
