/* CSS Document */
body {
	margin: 0px;
	background-image: url(../images/web.jpg);
	background-position: top;
	background-repeat: repeat-x;
	text-align: center;
}

#container {
	width: 100%; 
	z-index: 0;
	text-align: center;
	position: relative;
}

#flash {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 50px;
	top: 0px;
	left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

#footer {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 50px;
	top: 595px;
	left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 18px;
}

#cnttop {
	background-image: url(../images/topbr.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#cntimage {
	background-image: url(../images/tpheading.jpg);
	background-repeat: no-repeat;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 22px;
	text-align: left;
}

#cntfooter {
	background-image: url(../images/cntbtm-bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#ltbr {
	background-image: url(../images/leftbr.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

#rtbr {
	background-image: url(../images/rightbr.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#btmbr {
	background-image: url(../images/btmbr.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#btmline {
	background-image: url(../images/blackbr.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#footer_faq{
	background-image: url(../images/footer.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#footer_text {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 50px;
	top: 1062px;
	left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 18px;
}