.headerBox {
	width: 94%;
	height:30px;
	border: 2px solid #AD0109;
	align: center;
	left: 3%;
	right: 3%;
	position: relative;
	background-image: url(images/header_bkg.gif);
	background-repeat: no-repeat;
	background-position: 2px center;
}
.contentBox {
	width: 94%;
	border-left: 2px solid #AD0109;
	border-right: 2px solid #AD0109;
	border-bottom: 2px solid #AD0109;
	align: center;
	left: 3%;
	right: 3%;
	position: relative;
	margin-top: 0px;
	padding-top: 0px;
	background-color: #FFFFFF;
}
.contentImage {
	align: center;
	position: relative;
	background-color: #FFFFFF;
	text-align: center;
	padding: 16px;

}
body {
	background-color: #FFFFFF;
}
.creationTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	left: 45px;
	position: absolute;
	padding-top: 7px;
	font-weight: bold;
	font-size: 14px;
}
.menuItems {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: right;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	padding-right: 10px;
	padding-top: 8px;
}
a {
	color: #FF7318;
	text-decoration: underline;
}
a:hover {
	color: #FF7318;
	text-decoration: none;
}
