.container
{
	background-image: url('border.gif');
	background-repeat: no-repeat;
	font-family: Georgia, Arial, Tahoma, sans-serif;
	height: 305px;
	margin: 0 auto;
	text-align: center;
	width: 805px;
}

.header
{
	position: relative;
}

.h1
{
	font-size: xx-large;
	padding: 25px 0 0 0;
}

.h2
{
	font-size: x-large;
}

.footer
{
	font-size: small;
	padding: 20px 0 0px 0;
	position: relative;
}

a
{
	color: #8d0000;
	text-decoration: none;
}

a:active
{
	color: #7b6dde;
	text-decoration: underline;
}

a:hover
{
	text-decoration: underline;
}

ul
{
	list-style: none;
	margin: 0 auto;
	padding: 3px 0 3px 0;
	position: relative;
	white-space: nowrap;
}

li
{
	display: inline;
	padding: 0 8px 0 8px;
}

