body
{
	margin:0;
	font-family: 'Quattrocento Sans', sans-serif;
	width:100%;
}

a
{
	color:#990000;
	text-decoration:none;
}

.wrapper
{
	width:100%;
}

.page
{
	width:480px;
	margin-left:auto;
	margin-right:auto;
}

.toptext
{
	width:400px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	padding-top:20px;
	
}

.bigheader
{
	
	font-weight:700;
	font-size:20px;
}

.weeheader
{
	font-weight:400;
	font-size:15px;
	font-style:italic;
}

.logo
{
	width:283px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
}

.bluebar
{
	width:100%;
	min-width:480px;
	background-color:#00a9dd;
	background-image:url('blue.png');
	background-position: center bottom;
	height:102px;
	color:#ffffff;
}

.maintext
{
	width:400px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	padding-top:20px;
	
	color:#222222;
	font-size:12px;
	font-weight:400;

}