body
{
	font-family: 'Open Sans', sans-serif;
	font-size:105%;
	background-color:#b5d5e5;
	color:#424242;
	text-align:justify;
	margin:0 20px 20px;
	background-image:url(images/header.png);
	background-repeat:repeat-x;
}
a
{
	color:#6c7492;
	font-weight:bold;
	text-decoration:none;
}
a:hover
{
	border-bottom:1px solid #6c7492;
}
img
{
	border:1px solid #D6D6D6;
	padding:5px;
	border-radius:3px;
	box-shadow:1px 1px 2px #EBEBEB;
	width:530px;
}
div#main
{
	width:540px;
	border-radius:0 0 6px 6px;
	margin:0 auto;
	background-color:#fff;
	box-shadow:1px 1px 3px #6c7492;
	padding:20px;
}
p.flourish
{
	text-align:center;
	color:#9ebed0;
	font-size:3em;
	margin:0;
}
