body {
	margin: 0 auto 0;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-position: center top;
	width: 722px;
	padding: 40px 0 0 0;
	background-color: #002838;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}

.header{
	width: 722px;
	float: left;
	clear: both;
	padding: 0;
	margin: 0 0 10px 0;
}

h1 img{
	float: left;
	padding: 10;
	margin: 10;
}

#content{
	width: 632px;
	background: #466287 url(images/corner.jpg) top right no-repeat;
	line-height: 22px;
	font-size: 18px;
	margin: 0 0 10px 0;
	float: left;
	clear: both;
	color: #ffffff;
	padding: 40px 60px 40px 30px;
}

a, a:visited{
	text-decoration: none;
	color: #666666;
}

a:hover, a:hover:visited{
	text-decoration: none;
	color: #FFFFFF;
}

img {
	border: none;
}

p.copy {
	float: left;
	font-size: 12px;
	color: #444444;
	padding: 5px 0 5px 0;
}


p.tagline {
	font-family: georgia, times, serif;
	font-style: italic;
	float: right;
	font-size: 18px;
	color: #666666;
	padding: 15px 52px 0 0;
}
h1 {
	font-size: 20px;
}

