.subtitletext {
	position:relative;
	height:60px;
	width:610px;
	line-height:1em;
	text-align:center;
	text-decoration:inherit;
	left:5px;
	top:0px;
	color:#FFFFFF;
	letter-spacing:3px;
}

.hamptonstext {
	background-image:inherit;
	margin:inherit;
	width:610px;
	height:60px;
	font-size:1.5em;
	white-space:nowrap;
	letter-spacing:-3px;
	text-decoration:underline;
	position:relative;
	top:-1px;
	left:5px;
	padding:0px;
}

.topbar {
	background-color:#A6000A;
}

#bottombar {
	width:100%;
	background-color:#E6E6E6;
	bottom:0px;
	position:absolute;
	color:#999999;
	text-align:center;
	font-size:9pt;
	font:inherit;
	height:100px;
	font-family:'Lucida Sans';
}

#mycontent {
	top:100px;
	width:800px;
	height:1200px;
	background-color:#FFFFFF;
	position:relative;
	float:none;
	margin-left:auto;
	margin-right:auto;
	bottom:0px;
	left:auto;
}

body {
}

