/* CSS Document */

body {
	margin-top: 0px;
	background-image:url(images/bgnew.jpg);
}

.style2 {font-size: 18px; color: #FFFFFF; font-family: Optimum;}
.style17 {	font-size: 10px;
	color: #FFFFFF;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

#main {
	position:relative;
	margin-left:auto;
	margin-right:auto;	
	top:0px;
	width:1011px;
	height:auto;
	z-index:1;
	background-image:url(images/textbg.jpg);
	background-repeat:no-repeat;
}

#banner {
	position:absolute;
	left:64px;
	top:150px;
	width:880px;
	height:290px;
	z-index:2;
}
#nav {
	position:absolute;
	left:99px;
	top:469px;
	width:816px;
	height:29px;
	z-index:3;
}
#pagetitle {
	position:absolute;
	left:85px;
	top:541px;
	width:862px;
	height:44px;
	z-index:4;
}
#text {
	position:absolute;
	left:82px;
	top:634px;
	width:871px;
	height:auto;
	z-index:5;
}

#footer {
	position:absolute;
	left:0px;
	width:911px;
	height:24px;
	z-index:2;
	background-image:url(images/footer.jpg);
	padding-left:100px; padding-top:15px;
	
}

