﻿*
{
	margin: 0;
	padding: 0;
	border: 0;
}
body
{
	background-color: #f3f3f3;
	text-align: center;
}
#header
{
	background: url(/media/GetRandomHeaderImage.ashx) no-repeat;
	padding: 0px;
	margin-top: 0px;
	height: 200px;
	clear:both;	
}
#siteSelect{
	width: 573px;
	background: #045a84 url(resources/background.jpg) repeat-x;	
}
ul
{
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
}
a
{
	text-decoration:none;
}
a:hover
{
	color:#a6bc19;
	text-decoration: none;
}
p
{
	margin: 0 0 7px 0;
	padding: 0;
}