* {
	margin: 0;
	padding: 0;
	font-family: arial;
	font-size: 12px;
	color: #000;
}

#wrapper {
	position: relative;
	margin: 20px auto 0px auto;
	width: 809px;
}

#content {
	width: 809px;
	height: 725px;
	background: url(/parked-blank.jpg);
	position: relative;
	overflow: hidden;
}

h1 {
	font-size: 22px;	
}

h2 {
	font-size: 16px;	
}

h3 {
	font-size: 14px;	
}

p {
	font-size: 12px;	
}

.title {
	position: relative;
	width: 650px;
	margin: 160px auto 0px auto;
	text-align: center;
}

.subtitle {
	position: relative;
	width: 650px;
	margin: 10px auto 0px auto;
	text-align: center;
	
}

.subtitle p {
	color: #ffffff!important;
	font-size: 14px;
}

.centre {
	position: relative;
	width: 650px;
	margin: 100px auto 0px auto;
	text-align: left;
}

.centre a {
	font-weight: bold;	
}

.centre td {
	padding: 0px 30px;	
}

.centre td p {
	color: #01327f;
}

span {
	font-weight: bold;
}

.lower {
	position: relative;
	width: 650px;
	margin: 60px auto 0px auto;
	text-align: center;
}

.lower p {
	font-size: 14px;	
}

.footer {
	font-size: 14px;
	color: #fff;
	position: absolute;
	right: 15px;
	bottom: 10px;
}

.footer a {
	color: #fff;
	text-decoration: none;
}

.footer b {
	color: #fff;	
}

.footer a:hover {
	text-decoration: underline;
}