body {
	background-color: #15528b;
	text-align: center;
}
div.outerbox {
	text-align: left;
	position: relative;
        background-color: yellow;
	margin: 0px auto;
        margin-top: 45px;
        width: 721px;
        height: 476px;
}
div.right { 
	position: absolute;
	top: 0px;
	left: 706px;
	height: 461px;
	width: 15px;
	background-image: url(images/right.jpg);
	background-repeat: repeat-y;
	background-color: green;
}
div.right img {
	position: absolute;
	width: 15px;
	height: 15px;
}
div.bottom {
	position: absolute;
	top: 461px;
	height: 15px;
	width: 706px;
	background-image: url(images/bottom.jpg);
	background-repeat: repeat-x;
	background-color: red;
}
div.bottomright {
	position: absolute;
	top: 461px;
	left: 706px;
	height: 15px;
	width: 15px;
	background-color: white;
}
div.bottomright img {
	position: absolute;
	width: 15px;
	height: 15px;
}
div.innerbox {
	position: absolute;
	border-width: 3px;
	border-color: white;
	border-style: solid;
	background-color: #c4d2dd;
	width: 700px;
        height: 455px;
        color: #28333e;
	font-family: Palatino, Arial, Helvetica, serif;
	font-size: 11px;
}
div.footer {
	position: relative;
	top: 20px;
}	
div.lowerbox {
	position: absolute;
	background-color: white;
	width: 100%;
	height: 255px;
	top: 200px;
}
div.lowertext {
	position: relative;
	top: 20px;
	font-family: Palatino;
	color: #a36a36;
	text-align: left;
	padding: 20px;
}
div.separator {
	position: absolute;
	height: 21px;
	width: 100%;
	background-image: url(images/separator.jpg);
	background-repeat: repeat-x;
	background-color: red;
}
img.fiveyrs {
	float: right;
	height: 126px;
	width: 86px;		
	padding: 20px;
}
img.logo {
	position: absolute;
	top: 51px;
	left: 58px;
	height: 29px;
	width: 149px;		
}
div.contact {
	position: absolute;
	top: 70px;
	left: 58px; 	
}
div.description {
	position: relative;
	left: 110px;
	top: 240px;
}
div.description_right {
	position: relative;
	top: 240px;
	left: 400px;
	width: 230px;
	height: 100px;
}
div.text_right {
	position: absolute;
	top: 75px;
	width: 100px;
	font-family: Palatino, Helvetica, serif;
	font-size: 14px;
	color: #a36a36;
}
div.header_right {
	position: relative;
	font-family: palatino, Helvetica, serif;
	font-size: 18px;
	font-weight: bold;
	color: #a36a36;
	left: 300px;
	top: 75px;
}

div.menu {
	position: relative;
	top: 100px;
	width: 320px;
	left: 240px;
}
div.addr {
	position: absolute;
	top: 400px;
	width: 700px;
	text-align: center;
}
div.addr table {
	text-align: center;
	margin-left: auto;
        margin-right: auto;
	border-collapse: collapse;
	border-color: black;
}
div.addr table td {
        border: 1px;
	text-align: right;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid;
}
div.addr table td.bdleft {
        border: 1px;
	text-align: right;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid;
}
a {
	color: #15528b;
}
a.gold {
	text-decoration: none;
	color: #a36a36;
}	
.medtext {
	font-family: Palatino, Arial, Helvetica, serif;
	font-size: 14px;
	color: #333333;
}
.lgetext {
	font-family: Palatino, Arial, Helvetica, serif;
	font-size: 18px;
	color: #333333;
	text-align: left;
}
.goldtext {
	font-family: Palatino, Helvetica, serif;
	font-size: 14px;
	color: #a36a36;
}
.bold {
	font-weight: bold;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
