body {
	background-color: #E4EEFA;
	padding: 0px;
	margin: 0px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 20px;
	color: #004D81;
	font-style: italic;
	line-height: 20px;
	text-align: center;
	vertical-align: bottom;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #aed6f5;
	height: auto;
}
#headerimage {
	clear: both;
	height: 103px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#nav ul li {
	float: left;
	list-style-type: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 34px;
	font-style: normal;
	font-weight: bold;
	color: #004D81;
	text-align: center;
	vertical-align: top;
}

#nav ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.links {
	color: #004D81;
}

#nav ul li a {
	text-decoration: none;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0F437D;
	line-height: 20px;
	width: 150px;
	height: 40px;
	text-align: center;
	margin-right: 5px;
	padding: 0px;
	margin-left: 5px;
	font-style: italic;
	font-weight: bolder;
	text-transform: uppercase;
}
#nav ul li a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	background-color: #87AAC6;
	font-style: italic;
	font-weight: bolder;
	text-transform: uppercase;
}
#nav ul li a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	font-style: italic;
}



#nav {
	float: left;
	height: auto;
	width: 800px;
}
#content {
	float: left;
	width: 800px;
	min-height: 200px;
	height: auto;
	background-image: url(images/lajollabeachtravelodgename.jpg);
	background-repeat: repeat-y;
	margin-bottom: 0px;
}
#footer {
	clear: both;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 103px;
}

