@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-image: url(images/TiledBkGrnd3.jpg);
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
 #container {
	width: 46em;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
 #mainContent {
	background-image:url(../images/textbox08.png);
	background-repeat:no-repeat;
	border:hidden;
	background-position:center;
	top:150px;
	width:100%;
	height:450px;
	margin-top: 50px;
}
#container #mainContent #text {
	padding-left: 60px;
	font-weight: bold;
	padding-top: 20px;
	padding-right: 60px;
	height: 350px;
}

#container #mainContent #text #pgtitle {
	color: #FFFFFF;
	margin-top: 15px;
	margin-bottom: 40px;
	background-position: center;
	text-align: center;
	text-transform: uppercase;
}
