body {
  background-color: #15576d;
	color: #15576d;
	font-size: 14px;
	font-family: Ariel, Helvetica, Sans-Serif;
	margin: 20px;
	}
h1 {
	font-size: 22px;
	margin-top: 0px;
	margin-bottom: 8px;
	color: #600;
	}
h3 {
	margin-bottom: 5px;
	}
img {
  border: 0;
	}
a {
  text-decoration: none;
	color: #0e67ab;
	}
a:hover{
  text-decoration: underline;
	}
td {
  vertical-align: top;
	}
b {
  color: #15576d;
	}

.container {
  width: 858px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	}

.content {
  width: 577px;
	position: absolute;
	top: 0;
	left: 0;
	border-left: 23px solid #FFF;
	border-top: 284px solid #FFF;
	border-right: 257px solid #FFF;
	border-bottom: 45px solid #FFF;
	background-color: #FFF;
	min-height: 310px;
	height: auto !important;
	height: 310px;
	}

.links {
  position: absolute;
	top: 100px;
	left: 40px;
	z-index: 20;
	}
.links a {
  color: #fff;
	margin-right: 15px;
	}

.head {
  position: absolute;
	top: 15px;
	left: 23px;
	width: 816px;
	height: 269px;
	background-image: url(./images/head.jpg);
	}

.rhs {
  position: absolute;
	top: 128px;
	right: 29px;
	width: 218px;
	height: 465px;
	background-image: url(./images/rhs.jpg);
	}

.foot {
  position: absolute;
	bottom: -38px;
	left: 0;
	padding-top: 10px;
	text-align: center;
	width: 807px;
	border-top: 1px solid #15576d;
	}