@charset "utf-8";
body {
	font: Gill Sans MT, Gill Sans, Arial, Helvetica, sans-serif;
	font-size:18px;
	background-image:url(../images/background-x.jpg);
	background-position:center top;
	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: 10px;
	padding-bottom:0px;
	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 #navigation {
	width: 900px;  
	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: 1240px;
	overflow:hidden;
}

#Nav-01 {
	position:absolute;
	left:278px;
	top:165px;
	width:108px;
	height:43px;
	z-index:1;
}

#Nav-02 {
	position:absolute;
	left:378px;
	top:165px;
	width:121px;
	height:43px;
	z-index:2;
}

#Nav-03 {
	position:absolute;
	left:490px;
	top:165px;
	width:143px;
	height:43px;
	z-index:3;
}

#Nav-04 {
	position:absolute;
	left:618px;
	top:165px;
	width:143px;
	height:43px;
	z-index:4;
}

.basictxt {
	font-family: "Gill Sans MT", "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #931a1d;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
}

.header01 {
	font-family: Gill Sans MT, Gill Sans, Arial, Helvetica, sans-serif;
	font-size: 26px;
	line-height: 32px;
	color: #931a1d;
	font-weight: bold;
}

.header02 {
	font-family: "Gill Sans MT", "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 21px;
	line-height: 26px;
	color: #931a1d;
	font-weight: bold;
 }
 
.featureheader {
	font-family: Gill Sans MT, Gill Sans, Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 26px;
	color: #931a1d;
	font-weight: normal;
	padding-left: 14px;
	padding-right: 14px;
}

.featuretxt {
	font-family: Gill Sans MT, Gill Sans, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #931a1d;
	font-weight: normal;
	padding-left: 14px;
	padding-right: 14px;
}

.tinytxt {
	font-family: Gill Sans MT, Gill Sans, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #931a1d;
 }
