body {
	margin: 0px;
	background-image: url(../newImages/bkgdPattern.jpg);
	background-repeat: repeat-x;
	background-color: #878DA5;
	background-position: 0px 0px;
}
#mainFrame {
	position: absolute;
	width: 940px;
	margin-right: 0px;
	margin-left: -470px;
	margin-top: 0px;
	margin-bottom: 0px;
	left: 50%;
	background-image: url(../newImages/bkgdLogo.png);
	background-repeat: no-repeat;
	background-position: 40px 0px;
}
#mainBody {
	float: left;
	width: 910px;
	padding-left: 30px;
	position: relative;
	padding-top: 0px;
}
#mainBox {
	float: left;
	width: 780px;
	position: relative;
	background-image: url(../newImages/bkgdBody.png);
	background-repeat: repeat-y;
	padding-top: 20px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 20px;
}
#topBox {
	float: left;
	width: 880px;
	position: relative;
	background-image: url(../newImages/bkgdBodyTop.png);
	background-repeat: no-repeat;
	height: 30px;
}
#bottomBox {
	float: left;
	width: 880px;
	position: relative;
	background-image: url(../newImages/bkgdBodyBottom.png);
	background-repeat: no-repeat;
	height: 30px;
}
#subHeading {
	float: right;
	height: 35px;
	width: 650px;
	position: relative;
        text-align: right;
        padding-right: 50px;
        padding-top: 15px;
}
#subHeading h1{
        margin: 0px;
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 30px;
        color: #c37272;
        letter-spacing: .5em;
        font-weight: normal;
}
        
#footer {
	float: left;
	width: 870px;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 10px;
	color: #333333;
	text-align: center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

#footer a:link {
	color: #333333;
}
#footer a:visited {
	color: #333333;
}
#footer a:hover {
	text-decoration: none;
}

