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

body {
	background: #330000;
	text-align: center;
	
}

#outer {
	width: 960px;
	height: 1158px;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10x;
	background: #330000;

}


#inner {
	width: 800px;
	height: 1158px;
	border: 3px solid #330000;
	background: #330000 url(images/humblepleacover.jpg) no-repeat;
	margin-right: auto;
	margin-left: auto;

}
#topBox {
	margin: 390px auto 0 auto;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	font: "Times New Roman", Times, serif;
	text-align: center;
}		



#bottomBox {
	margin: 350px auto 0 auto;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	font: "Times New Roman", Times, serif;
	text-align: center;

}

#bottomBox a:link {
	color:#FFFFFF;
	text-decoration: none;
}

#bottomBox a:hover {
	color:#FFFFFF;
	text-decoration: underline;
}

#bottomBox a:visited {
	color:#FFFFFF;
	text-decoration: underline;
}
/*#left {
	width: 200px;
	float: left; 

	

}*/

#middle {
	width: 800px;
	margin-bottom: 20px;

}

/*#right {
	width: 200px;
	float: right; 

}*/

