body
{
	font-family: "Trebuchet MS", Arial, sans-serif;
	background: url(images/background.jpg) top repeat-x #C6D1DA;
	padding: 0;
	margin: 0;
}

a:link {color: #23415A; text-decoration: underline}
a:visited {color: #23415A; text-decoration: underline}
a:hover {color: #D7E0E8; text-decoration: underline}
a:active {color: #D7E0E8; text-decoration: underline}

#container
{
	width: 1000px;
	margin: 0 auto;
}

#page
{
	width: 960px;
	margin: 0 auto;
	background-color: #54738E;
}

#top-hat
{
	position: relative;
	height: 33px;
	background: url(images/top-hat.jpg) no-repeat;
}

#logo
{
	height: 300px;
}

#logo img
{
	width: 960px;
	height: 300px;
	float: left;
	border: none;
}

#content
{
	margin: 10px 10px 10px 12px;
	height: 244px;
}

ul
{
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
}

li
{
	margin: 0px 0px 0px 0px;
	font-size: 12pt;
	color: #23415A;
	border-style: dotted;
	border-width: 1px 0px 0px 0px;
}

#footer
{
	position: relative;
	height: 33px;
	background: url(images/footer.jpg) no-repeat;
}

