.custom {
	font-family: helvetica, tahoma, verdana, geneva, sans-serif;
	padding: 0;
	margin: 0;
	text-align: center;
	color: #414141;
}

.custom #bg { position: fixed; top: 0; left: 0; z-index: -10;}
.bgwidth { width: 100%; }
.bgheight { height: 100%; }

.custom h2, p, img {
	margin: 0;
	padding: 0;
	border: 0;
}

.custom #pagewrapper {
	margin: 100px auto 0 auto;
	width: 100%;
	background: #fff;
	border-top: 4px #2361a1 solid;
	border-bottom: 4px #2361a1 solid;
}

.custom #pagecontent	{
	margin: 0 auto 0 auto;
	width: 100%;
	height: 100%;
	padding: 20px 0;
	border-top: 4px #97F7EE solid;
	border-bottom: 4px #97F7EE solid;
}

.custom #pagecontent p	{
	font-size: 0.8em;
}

.custom p.contact {
	font-size: 1.2em;
	width: 800px;
	margin: 20px auto;
}

.custom #pagefooter {
	margin: 0 auto 0 auto;
	width: 600px;
	height: 30px;
	text-align: center;
	color: #444;
	font-size: 10px;
	padding-top: 10px;
}


.custom a:link {
	text-decoration: underline;
	color:	#000;
}

.custom a:visited {
	text-decoration: underline;
	color:	#000;
}

.custom a:active {
	text-decoration: underline;
	color:	#000;
}


.custom a:hover {
	text-decoration: underline;
	color: #333;
}

.custom a:focus {
	text-decoration: underline;
	color: #333;
}





