body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #0E2D58;
	background-image: url(images/bg_grad.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0;
	color: #214174;
	font-size: 13px;
}

a
{
	color: #214174;
	text-decoration: none;
	font-weight: bold;
}
		a:hover
		{
			text-decoration: underline;
		}

h1
{
	color: #214174;
	font-size: 16px;
	margin: 0;
	padding: 0;
}
h2
{
	color: #999999;
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

#Wrapper
{
	width: 916px;
	margin: 0 auto 0 auto;
}
		#White
		{
			background-color: #FFFFFF;
			padding: 20px 35px;
		}
				#Logo
				{
					border-bottom: 1px solid #999999;
					padding-bottom: 10px;
					margin-bottom: 20px;
				}
				#GreyLine
				{
					border-bottom: 1px solid #999999;
					width: 100%;
					height: 0px;
					margin: 20px 0 0 0;
				}
				#MadeInGuernsey
				{
					width: 100%;
					text-align: right;
					margin-top: 30px;
				}
		#BottomCurve
		{
			background-image: url(images/bottom_curve.gif);
			background-repeat: no-repeat;
			width: 100%;
			height: 10px;
		}