@charset "utf-8";
body {
	font: Gill Sans MT, Gill Sans, Arial, Helvetica, sans-serif;
	font-size:18px;
	background-color:#080201;
	background-image:url(images/ezaking-03.jpg);
	background-repeat:no-repeat;
	background-position:50% 0%;
	background-attachment:scroll;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	padding-bottom:40px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 480px;  
	height: 2070px;
	background: transparent;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: center;
	position:relative;/* allows footer to nest inside with an absolute position */ 
}
.oneColFixCtr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 400px 0px 0px 0px;
	height: 1710px;
	overflow:hidden;
}

.oneColFixCtr #footer {
	position:absolute;
	bottom: 60px; /* adjust to designate how many pixels the footer should be from the bottom */
	margin-top:120px;
	width:440px;
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.basictext {
	font-family: Gill Sans MT, Gill Sans, Arial, sans-serif;
	font-size:18px;
	font-style:normal;
	font-weight:normal;
	color:#440a00;
	line-height:22px;
}

.subhead01 {
	font-family: Gill Sans MT, Gill Sans, Arial, sans-serif;
	font-size:20px;
	font-style:normal;
	font-weight:bold;
	color:#1f0000;
}

.subhead01a {
	font-family: Gill Sans MT, Gill Sans, Arial, sans-serif;
	font-size:20px;
	font-style:normal;
	font-weight:bold;
	color:#1f0000;
	margin-bottom:0px;
}

.titleimage {
	margin-top:10px;
	margin-bottom:-15px;
}

.footertext {
	font-family: Gill Sans MT, Gill Sans, Arial, sans-serif;
	font-size:16px;
	font-style:normal;
	font-weight:normal;
	color:#5e0e00;
	line-height:22px;
}