body {
	width: 800px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-repeat: repeat-x;
	background-position: top;
	background-image: url(gfx/background.jpg);
}

#page {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CC0000;
	border-left-color: #CC0000;
	width: 800px;
}

#navbar {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(gfx/headmenu.png);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CC0000;
	border-bottom-color: #CC0000;
	height: 35px;
	padding-left: 5px;
	color: #FFFFFF;
	line-height:200%;
}

#navbar a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
#navbar a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFF00;
	text-decoration: underline;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(gfx/footermenu.png);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CC0000;
	border-bottom-color: #CC0000;
	height: 35px;
	padding-left: 5px;
	padding-right: 5px;
	color: #FFFFFF;
	line-height:200%;
}

#footer a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFF00;
	text-decoration: underline;
}
#header {
	height: 100px;
}
#content {
	padding: 5px;
	vertical-align: top;
	background-color: #FFFFFF;
}
#band {
	border: 1px solid #CC0000;
	width: 600px;
	margin:auto;
	padding: 5px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	text-decoration: underline overline;
}
#links {
	vertical-align: middle;
	width: 780px;
	margin: auto;
	display: table;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CC0000;
	border-right-color: #CC0000;
	border-bottom-color: #CC0000;
	border-left-color: #CC0000;
	background-color: #FFFFFF;
}
