body {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #d6121f;
	line-height: 18px;
	color: #333333;
}
a:link {
	color: #D6121F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #D6121F;
}
a:hover {
	text-decoration: underline;
	color: #D6121F;
}
a:active {
	text-decoration: none;
	color: #D6121F;
}
#container {
	width: 760px;
    text-align: left;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -380px;
}
#overlay {
	position:absolute;
	left:30px;
	top:230px;
	width:350px;
	z-index:1000;
	background-image: url(img/bg-white-70.png);
	background-repeat: repeat;
	padding: 10px;
}
#overlayAU {
	position:absolute;
	left:30px;
	top:230px;
	width:350px;
	z-index:1000;
	background-image: url(img/bg-white-80.png);
	background-repeat: repeat;
	padding: 10px;
	overflow: scroll;
	height: 390px;
}

#footer {
	padding: 10px;
	text-align: left;
	margin-bottom: 10px;
	margin-top: 10px;
	width: 740px;
	font-size: small;
	vertical-align: middle;
	clear: both;
	background-image: url(img/bg-black-10.png);
	background-repeat: repeat;
	color: #FFFFFF;
	position: absolute;
	top: 670px;
	left: 0px;
}
#footer a:link {
	color:#FFFFFF;
}
#footer a:hover {
	color:#FFFFFF;
}
#footer a:visited {
	color:#FFFFFF;
}
#footer a:active {
	color:#FFFFFF;
}
#slideshow {
	width: 760px;
	background-color:#333333;
	height: 470px;
	float: left;
	padding: 0px;
	margin-top: 0px;
	position: absolute;
	top: 200px;
	left: 0px;
}
A.menulink {
	display: block;
	width: 150px;
	height: 29px;
	text-align: left;
	text-decoration: none;
	font-family:arial;
	font-size:18px;
	color: #FFFFFF;
	BORDER: none;
	background-image: url(img/nav-bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-left: 10px;
	padding-top: 10px;
}
A.menulink:hover {
	background-image: url(img/nav-RO-bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#nav {
	position:absolute;
	left:600px;
	top:0px;
	width:160px;
	height:200px;
	z-index:10;
}
