body
{
	background-color: #034903;
	margin: 0px;
	font-family: arial, sans-serif, verdana;
	font-size: 16px;
	color: #000000;
}
.container
{
	width: 900px;
	height: auto;
	position: absolute;
	margin: auto;
	bottom: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
}
.logo
{
	width: 900px;
	height: 150px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(http://www.gtwpdogpark.org/images/banner_org.jpg);
}
.contentarea
{
	width: 900px;
	height: auto;
	position: absolute;
	top: 150px;
	left: 0px;
	background-color: #FFFFFF;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-color: #000000;
	
}
.boxarea
{
	width: 900px;
	height: auto;
	position: absolute;
	top: 150px;
	left: 0px;
	text-align: left;
	padding-top: 150px;
}
p#layout
{
	margin: 0px;
	position: relative;
}
a:link
{
	font-family: arial, sans-serif, verdana;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}
a:visited
{ 
	font-family: arial, sans-serif, verdana;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}
a:hover
{
	font-family: arial, sans-serif, verdana;
	font-size: 12px;
	color: #111111;
	text-decoration: underline;
	font-style: normal;
	font-weight: bold;
}