﻿body {
	text-align: center;
	background-color: #000080;
	margin: 0;
	padding: 0;
	border: 0;
}
#page {
	text-align: center;
	width: 96%;
	max-width:800px;
	margin: 10px auto;
	border-top: 2px solid #000080;
	border-bottom: 2px solid #000080;
	border-left: 2px solid #000080;
	border-right: 2px solid #000080;
	background-color: #CCDDFF;
	 min-width:700px;
}
#header {
	text-align: center;
	width: 100%;
	height: 125px;
	background-image: url('../graphics/petresort.gif');
	background-repeat: no-repeat;
}
#header p{
 float:right;
}

#nav {
	width: auto;
	clear: both;
	overflow: auto;
	width: 100%;
	text-align: center;
	background-color: #800000;
	color: #ffffff;
}
/* Styles for navbar */
#nav ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#nav li {
	float: left;
}
#nav a {
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	display: block;
	padding: 4px;
	font-weight: bold;
	border-right: solid 1px #ffffff;
}
#nav a:hover {
	background-color: #ffffff;
	color: #000080;
	text-decoration: none;
}
#menutd {
	background-color: #000080;
	width: 200px;
	color: #FFFFCC;
}
#menu {
	color: #FFFFCC;
}

#menu ul {
	list-style-type: none;
	text-align: left;
	color: #FFFFCC;
}
#menu li {
	width: 100%;
	text-align: left;
	color: #FFFFCC;
}
#menu a {
	width: 100%;
	text-align: left;
	text-decoration: none;
	color: #ffffff;
}
#menu a:hover {
	 background-color:#ffffff;
	 color:#000080;
}
#menu p {
	width: 100%;
	text-align: left;
	text-decoration: none;

}

#content {
	text-align: center;
	background-color:#ffffff;
}
#content table {
	margin: 0px;
}
#content td {
	margin: 0px;
}
#content p {
	margin: 25px;
	text-align: left;
	font-size: 16px;
	font-family: Georgia;
	font-weight: bold;
	color: #000000;
}
#content a {
	color: #000000;
}

#footer {
	text-align: center;
	width: 100%;
	border: thin;
	background-color: #CCDDFF;
	color: #800000;
}
#footer a {
	text-decoration: none;
	color: #800000;
}
#footer a:hover {
	color: #800000;
}
h1 {
	text-align: center;
	font-size: 20px;
	font-family: Arial;
	font-weight: bold;
	color: #000080;
	text-decoration: underline;
}
h2 {
	text-align: left;
	font-size: 18px;
	font-family: georgia;
	font-weight: bold;
	color: #800000;
	text-decoration: underline;
}
h3 {
	text-align: left;
	font-size: 18px;
	font-family: georgia;
	font-weight: bold;
	color: #800000;
	text-decoration: underline;
}
#newsfeed {
	float: right;
	width: 200px;
	margin: 0;
	padding: 5px;
	background-color: #cdf;
	font-size: 14px;

	right: 0px;
	top: 0px;
}
#newsfeed p{
	font-size: 12px;
}

