@charset "utf-8";

body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #BAC9D8;
}

a.nav:link {color: #00F; text-decoration: underline;}
a.nav:visited {color: #00F; text-decoration: underline;}
a.nav:hover {color: #00F; text-decoration: underline;}
a.nav:active {color: red;}

h1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 70px;
	font-weight: lighter;
}

#main {
	height:450px;
	padding-top:10px;
	border-top-left-radius:20px;
	-moz-border-radius-topleft:20px;
	border-top-right-radius:20px;
	-moz-border-radius-topright:20px;
	border-bottom-right-radius:20px;
	-moz-border-radius-bottomright:20px;
	border-bottom-left-radius:20px;
	-moz-border-radius-bottomleft:20px;
	-moz-border-radius:15px;
	background-color:#FFF;
	width: 750px;
}

#top {
	background-color:#FFF;
	text-align:center;
	height: 200px;
	padding-left: 70px;
	padding-right: 70px;
	white-space:normal;
}

#box {
	height:170px;
	width:750px;
}

#box2 {
	height:160px;
	width:90px;
	float:left;
	padding-left:275px;
}

#box3 {
	height:160px;
	width:155px;
	float:right;
	padding-right:220px;
}

#middle {
	width: 750px;
	height: auto;
	height: 25px;
	padding: 15px 0px 0px 0px;
	height: 20px;
	width: 100%;
	color:#333;
}

#photos {
	padding: 5px 5px 5px 0px;
	width: auto;
	text-align: center;
	color: #000;
	height: 125px;
}

img.pad {
	padding-right:30px;
}

a.map.link {text-decoration:none; color:none;}

#bottom {
	padding: 10px 5px 5px 0px;
	width: auto;
	text-align: right;
	color: #000;
}
