body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
}
#logo {
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	width: 342px;
	height: 76px;
}
#container {
	width: 100%;
}
#navigation {
	width: 138px;
	padding-top: 75px;
	padding-right: 7px;
	text-align: right;
	background-image: url(images/navhead.gif);
	background-repeat: no-repeat;
}
#navigation a:link {
	color: #000000;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}
#navigation a:visited {
	color: #000000;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}
#navigation a:hover {
	color: #A50000;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: underline;
}
#content {
	padding-left: 7px;
	padding-right: 7px;
	text-align: justify;
}
#content a:link {
	color: #A50000;
	text-decoration: none;
}
#content a:visited {
	color: #A50000;
	text-decoration: none;
}
#content a:hover {
	color: #000000;
	text-decoration: underline;
}
#contact {
	background-image: url(images/contact.gif);
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
	top: 0;
	width: 94px;
	height: 76px;
}