@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #66142A;
}
#wrapper {
	height: 600px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	padding: 0px;
	background-image: url(../images/back.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: relative;
}
#wrapper #header {
	height: 100px;
	width: 792px;
	position: absolute;
	top: 10px;
	margin: 0px;
	padding: 0px;
	left: 4px;
	overflow: hidden;
	visibility: visible;
	z-index: 0;
}
#wrapper #header #title {
	position: absolute;
	height: 100px;
	width: 792px;
	left: 0px;
	top: 0px;
	z-index: 0;
	background-image: url(../images/hdr_left.jpg);
	visibility: visible;
}
#wrapper #header #hdr_banner {
	position: absolute;
	width: 500px;
	height: 17px;
	top: 83px;
	z-index: 1;
	visibility: visible;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	overflow: hidden;
	padding-top: 1px;
	right: 0px;
}
#wrapper #header #hdr_banner a:link {
	color: #CCCCCC;
	text-decoration: none;
}
#wrapper #header #countdown {
	position: absolute;
	height: 80px;
	width: 380px;
	right: 20px;
}

#wrapper #mainbody {
	position: absolute;
	height: 420px;
	width: 792px;
	left: 4px;
	top: 140px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	visibility: visible;
}
#wrapper #mainbody #left {
	position: absolute;
	height: 350px;
	width: 180px;
	left: 4px;
	top: 0px;
	background-image: url(../images/pan_back.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: center;
	vertical-align: middle;
}
#wrapper #mainbody #centre {
	position: absolute;
	height: 320px;
	width: 400px;
	top: 0px;
	color: #000000;
	padding-top: 30px;
	visibility: visible;
	left: 196px;
}
#wrapper #mainbody #centre ul {
	list-style-image: url(../images/tick.gif);
	list-style-position: outside;
	font-size: 14px;
	text-align: justify;
	line-height: 25px;
}

#wrapper #mainbody #right {
	height: 350px;
	width: 180px;
	position: absolute;
	top: 0px;
	background-image: url(../images/pan_back.jpg);
	text-align: center;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	visibility: visible;
	right: 4px;
}

#wrapper #mainbody #help {
	top: 250px;
	position: absolute;
	height: 102px;
	width: 350px;
	left: 221px;
	text-align: center;
	color: #000000;
	visibility: visible;
}
#wrapper #mainbody #swipe {
	height: 35px;
	position: absolute;
	width: 740px;
	top: 370px;
	left: 26px;
	visibility: visible;
}
#wrapper #footer {
	position: absolute;
	height: 20px;
	width: 787px;
	top: 560px;
	left: 4px;
	background-color: #66142A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
	text-align: right;
	padding-top: 5px;
	padding-right: 5px;
}
#wrapper #footer #foot_pic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
	position: absolute;
	top: 0px;
	vertical-align: middle;
	text-align: left;
	white-space: nowrap;
	display: inline;
	right: 120px;
}


.ital {
	font-size: 14px;
	font-style: italic;
	text-decoration: underline;
}

.table {
	margin: 0px;
	padding: 0px;
	width: 100%;
}

.cell_text {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.nopadding {
	padding: 0px;
}

