body {
margin:0px;
padding:0px;
background:url(images/blue_bg.jpg) repeat-x center top;
background-attachment:fixed;
font-family:Arial, Helvetica, sans-serif;
color:#FFF;
}
a:link, a:visited, a:active { color:#FFF; text-decoration:none; }
a:hover { color:#999; }
img {border:none;}
h1, h2, h3, h4, h5, h6 {font-weight:normal; color:#FFF; margin:0px; padding:0px 0px; }
.inner {
	width:960px; /* the width of the site */
	margin:0px auto;
}
#main {
	padding:40px 0px 0px 0px;
	text-align:center;
}
#main .left {
	float:left;
	padding-right:50px;
	padding-top:20px;
	width:280px;
}
#main .right {
	float:left;
	width:630px;	
	text-align:left;	
	
}
#main .right h1 {
	color:#FFF;
	line-height:1.3em;
	font-size:2.6em;
	text-shadow: 1px 1px #133859;
}
#main .right p {
	color:#000;
	font-size:1.1em;
	line-height:1.7em;
	text-shadow: 1px 1px #3A8BD3;
}
#main a:link, #main a:visited {
	color:#000;
	text-shadow: 1px 1px #8EBCE6;
}
#main a:hover {
	color:#FFF;
	text-shadow: 0px 0px #8EBCE6;
}
#footer {
	position:absolute;
	bottom:10px;
	right:0px;
	text-align:center;	
	font-size:.7em;
	text-shadow: 1px 1px #3A8BD3;
}
.anton {font-family: 'Anton', sans-serif;}
.smythe {font-family: 'Smythe', cursive;}
.clearer {clear:both;}
