body
{
	color: #5577BB;
	font-family: Verdana;
	font-size: 9pt;
	background: url(images/bg.gif) #73C6EF;
	background-repeat: repeat-x;
}

.header
{
	width: 500px;
	margin: 0px auto;
}
.content
{
	width: 500px;
	margin: 0px auto;
	background: #EEEEEE;
	border: 1px #5577BB solid;
	padding: 10px;
}
.footer
{
	width: 200px;
	margin: 0px auto;
	text-align: center;
}
.menu
{
	width: 500px;
	margin: 0px auto;
	text-align: right;
}
.highlight
{
	background: #B5CEDE;
	border: 1px #5577BB solid;
	padding: 5px;
}

a:link, a:active, a:visited 
{
	color: #5577BB;
	text-decoration: underline;
}
a:hover
{
	color: #7FC31C;
	text-decoration: underline;
}

input, textarea
{
	color: #5577BB;
	background-color: #B5CEDE;
	border: 1px #5577BB solid;
}

img
{
	border: none;
	vertical-align: middle;
}
