body{
	margin: 0;
	padding: 7px 0 0 0;
	background: #8DB6DB;
	font: 14px "trebuchet ms", sans-serif;
}

div#content{
	width: 784px;
	margin: 0 auto 0 auto;
	border: 1px solid #5588AE;
	padding: 0 15px 0 15px;
	background-color: white;
}

h1{
	margin: 0 -15px 0 -15px;
	padding: 4px 0 3px 13px;
	background-color: #5588AE;
	font: bold italic 33px "trebuchet ms", sans-serif;
	color: white;
}

img{
	width: 250px;
	float: left;
	margin: 15px 20px 20px 20px;
	border: 4px double #99A06D;
}

h2 {
	margin: 15px 0 -8px 0;
	font: bold 24px "trebuchet ms", sans-serif;
	color: #99A06D;
}

p.info {
	margin: 15px 0 0 0;
	line-height: 18px;
}

a:link, a:visited, a:active{
	font-weight: bold;
	text-decoration: none;
	color: #5588AE;
}

a:hover{
	color: #8DB6DB;
}

div#footer{
	clear: both;
	margin: 15px -15px 0 -15px;
	padding: 3px 0 3px 0;
	background-color: #5588AE;
	font: 12px "trebuchet ms", sans-serif;
	text-align: center;
}

.footer:link, .footer:visited, .footer:hover, .footer:active{
	color: white;
	font-weight: normal;
}

