/*
	font-family: 'Spinnaker', sans-serif;
*/
body {
	background:url('images/bgBody.jpg') center top no-repeat #000;
	font-family: 'Spinnaker', sans-serif;
	font-size:16px;
	line-height:1.6em;
	color:#f5e3d5;
}
#wrapper {
	width:1100px;
	margin:0 auto;
	padding-top:60px;
}
#leftCol {
	position:relative;
	float:left;
	width:523px;
}
#leftCol .pad {
	padding:0 75px 0 25px;
}
#leftCol p {
	margin-bottom:45px;
}
#rightCol {
	float:right;
	width:577px;
	font-size:24px;
}
#rightCol p a {
	color:#f5e3d5;
	text-decoration:none;
}
#rightCol p a:hover {
	text-decoration:underline;
}

h1 {
	width:394px;
	height:148px;
	background:transparent url('images/bgH1.png') no-repeat center top;
	padding:0;
	margin:0 0 30px 0;
	text-indent:-9999px;
}

.Clear {
	clear:both;
}