/* CSS Document */

body {
	background-color: #224f73;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#main {
	width:992px;
}
	
#content{
	width:972px;
	background-color: #f7f1e3;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
}

#leftBG{
	width:10px;
	padding: 0px;
	background-image: url(../images/tmplt-leftBG.gif);
	float: left;
	background-repeat: repeat-y;
	background-position: right;
	margin: 0px;
}

#rightBG{
	float:right;
	height:100%;
	width:10px;
	background-image:url(../images/tmplt-rightBG.gif);
}

#navbar{
	width: 100%;
	height: 38px;
	background-color: #C4BC95;
	padding: 10px 0 0 0;
}
	
.bodyCopy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
#footer {

	width: 100%;
	height: 30px;
	background-color: #C4BC95;
	padding: 10px 0 0 0;
}
