body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image: url('images/bg_tile.png');
	background-color: #ffffff;
}

#wrapper {
	background-color:#FFFFFF;
	width:730px;
	height:auto;
}

#header {
	width:730px;
	height:259px;
	background-image:url('images/head.png');
	background-repeat:no-repeat;
}

#header_nav {
	font:14px;
	color:#000000;
	text-align:right;
	padding:5px;

}

#content {
	width:700px;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	padding:0px;
	margin:0;
}

#content h1 {
	font-size:24px;
	color:#40627A;
	text-align:center;
}

#content h2 {
	font-size:18px;
	color:#000000;
	text-align:center;
}

#content h3 {
	font-size:18px;
	color:#000000;
	text-align:center;
	padding-left: 17px;
	padding-right: 17px;
}

#content ul {
	margin-left:50px;

}

#content ul li {
	font-size:14px;
	color:#000000;
	font-weight:bold;
	list-style-image:url('images/tick.png');
	line-height:100%;
	text-align:left;
	padding:5px;
	margin-top:3px;
}

#content p {
	color:#000000;
	text-align:justify;
	padding-left: 17px;
	padding-right: 17px;
	padding-bottom:3px;
}

#payment_box {
	width:500px;
	border:#40627A;
	border-width:3px;
	border-style:dashed;
	padding:10px;
	margin:10px;
}


#footer {
	width:730px;
	height:107px;
	background-image:url('images/foot.png');
	background-repeat:no-repeat;
}

.highlight {
	background-color:#FFFF66;
	}

