/*
	Colors:
	#004c98, dark blue (background, borders and links)
*/
html, body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}
body {
	background-color: #004c98;
	font-family: arial, sans-serif;
	font-size: 13px;
}
table {
	border-collapse: collapse;
}
td {
	padding: 0px;
	vertical-align: top;
}
img {
  border: none;
}

#base {
	position: absolute;
	width: 770px;
	height: 556px;
	margin-top: -278px;
	margin-left: -385px;
	top: 50%;
	left: 50%;
}
#r {
	position: absolute;
	width: 500px;
	height: 400px;
	top: 265px;
	left: -170px;
	background-image: url(images/regency-r.gif);
	background-repeat: no-repeat;
}
#above {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 770px;
	height: 333px;
	background-color: #ffffff;
	filter: alpha(opacity=21);
	-moz-opacity: 0.21;
	opacity: 0.21;
}
#line {
	position: absolute;
	top: 333px;
	left: 0px;
	width: 770px;
	height: 2px;
	border-top: 2px solid #ffffff;
}
#below {
	position: absolute;
	top: 336px;
	left: 0px;
	width: 770px;
	height: 221px;
	background-color: #ffffff;
	filter: alpha(opacity=11);
	-moz-opacity: 0.11;
	opacity: 0.11;
}

#text {
	position: absolute;
	top: 26px;
	left: 26px;
	width: 300px;
	height: 260px;
	color: #ffffff;
	line-height: 28px;	
}
#text2 {
	position: absolute;
	top: 26px;
	left: 26px;
	width: 300px;
	height: 260px;
	color: #ffffff;
	line-height: 33px;	
}
#text img {
	display: block;
	margin-top: 6px;
	margin-bottom: 20px;

}
#signature {
	position: absolute;
	top: 520px;
	left: 26px;
	width: 200px;
	height: 50px;
	color: #ffffff;
	line-height: 28px;	
}
#signature a {
	color: #ffffff;
	line-height: 28px;
	text-decoration: none;
}
#signature a:hover {
	color: #ffffff;
	line-height: 28px;
	text-decoration: underline;
}
#main-image {
	position: absolute;
	top: 34px;
	left: 332px;
	width: 400px;
	height: 260px;
}
#nav {
	position: absolute;
	top: 310px;
	left: 365px;
	white-space: nowrap;
}
#nav a {
  margin-right: 100px;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}
#nav a.active {
  color: #82a639;
  text-decoration: none;
  font-weight: bold;
}
#logo {
	position: absolute;
	top: 455px;
	left: 315px;
}
#below-images {
	position: absolute;
	top: 360px;
	left: 26px;
}
#below-images img {
  margin-right: 43px;
}
