div.centerpage {
	width: 800px;
	background-color: #EEE8AA;
	border: 1px solid Black;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -400px;
	margin-right: 0px;
	border-right: 5px solid Olive;
	border-bottom: 5px solid Olive;
}

h1 {
	font-family: "Arial",sans-serif;
	margin-left: 20px;
	font-size: 20pt;
	text-align: left;
	color: black;
}

h2 {
	font-family: "Arial",sans-serif;
	margin-left: 20px;
	font-size: 16pt;
	text-align: left;
	color: black;
}
h3 {
	font-family: "Arial",sans-serif;
	margin-left: 20px;
	font-size: 14pt;
	text-align: left;
	color: black;
}
	
body {
	font-family: Tahoma ,sans-serif;
	font-size: 10pt;
	color: black;
	margin: 0px;
	background-color: #DCDCDC;
	background-image: url(images/Background_PawPrints.jpg);
}

p,li {
	font-family: "Tahoma",sans-serif;
	font-size: 12pt;
	font-weight: normal;
	margin-left: 40px;
	margin-right: 100px;
}
p.menu {
	font-weight: bold;
	margin-bottom: 0px;
	margin-left: 60px;
	margin-right: 0px;
	margin-top: 0px;
	color: White;
	font-family: "Arial",sans-serif;
	font-size: 10pt;
}

p a.menu{
	background-color: inherit;
	text-decoration: none;
	color: White;
}

p a.menu:hover{
	background-color: inherit;
	text-decoration: none;
	color: Yellow;
}


a {
	font-weight: bold;
	text-decoration: none;
}

#headerdate {
	position: absolute;
	top: 35px;
	left: 40px;
	font: 10px Tahoma ,sans-serif;
	font-weight: bold;
	width: 150px;
	padding: 2px;
	border: 0px solid blue;
	background-color: inherit;
	color: black;
}

img.floatLeft {
	float: left;
	margin-bottom: 20px;
	margin-left:  0px;
	margin-right: 20px;
	margin-top: 0px;
	padding: 0px;
	border-bottom: 1px solid Black;
	border-top: 1px solid Black;
	border-right: 1px solid Black;
	border-left: 1px solid Black;
}

img.floatRight {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid Black;
	border-top: 1px solid Black;
	border-right: 1px solid Black;
	border-left: 1px solid Black;
}

td.menu {
	border: none;
	background-image: url(images/storwood-web_05a.gif);
}

a.menu {
	color: blue;
	font-family: "Arial",sans-serif;
	font-weight: bold;
	font-size: 12px;
}

a:hover.menu  {
	color: red;
	font-family: "Arial",sans-serif;
	font-weight: bold;
	font-size: 12px;
}

