body {background: #ffffff;
		 text-align: center;
		 font-family: verdana, arial, helvetica, sans-serif;
		 padding: 1em; 
}

/*centered bold text*/
h1
		{font-family: verdana, arial, helvetica, sans-serif;
		font-size: 1.5em;
		color: #000000;
		text-align: center;
		font-weight: bold;
		padding-top: 1em;
}

/*left bold text*/
h2
		{font-family: verdana, arial, helvetica, sans-serif;
		font-size: 10pt;
		color: #000000;
		text-align: left;
		margin-left: 20px;
		font-weight: bold;
		padding-top: 1em;
}

p {font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
	line-height: 1.5em;
	text-align: left;
	margin-left: 20px;
	margin-right: 20px;
	padding: 0;
}


#pageholder
		{
		width: 750px;
		text-align: left;
		margin-right: auto;
		margin-left: auto;
		padding-top: 0px;
		padding-bottom: 0px;
		padding-left: 20px;
		padding-right: 20px;
}

#right{
		display: inline;		
		background-color: #ffffff;
		width: 570px;
		border-left-style: double;
		border-left-color: silver;
		float:left;
		position: relative;
}

#left {
  width: 170px;
	display: inline;
  margin-left: 0px;
	margin-top: 0px;
	background-color: #ffffff;
	float: left;
	position: relative;
}

.floatboxhome
	{width: 177px;
	height: 200px;
	float: left;
	border-style: double;
	border-color: silver;
}

.floatboxagility
	{width: 157px;
	height: 237px;
	float: left;
	border-style: double;
	border-color: silver;
}

.floatboxclasses
	{width: 237px;
	height: 157px;
	float: left;
	border-style: double;
	border-color: silver;
}

.floatboxwhatsgoingon
	{width: 237px;
	height: 157px;
	float: left;
	border-style: double;
	border-color: silver;
}

.floatboxcompetition
	{width: 237px;
	height: 157px;
	float: left;
	border-style: double;
	border-color: silver;
}

.floatboxfees
	{width: 157px;
	height: 237px;
	float: left;
	border-style: double;
	border-color: silver;
}

.floatboxtrainer
	{width: 348px;
	height: 212px;
	float: left;
	border-style: double;
	border-color: silver;
}

.floatboxtips
	{width: 250px;
	height: 167px;
	float: left;
	border-style: double;
	border-color: silver;
}

.floatboxpetsitting
	{width: 224px;
	height: 239px;
	float: left;
	border-style: double;
	border-color: silver;
}

.floatboxdogwalking
	{width: 188px;
	height: 256px;
	float: left;
	border-style: double;
	border-color: silver;
}

.floatboxcontact
	{width: 254px;
	height: 249px;
	float: left;
	border-style: double;
	border-color: silver;
}

.rightalign
 {font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
	line-height: 1.5em;
	text-align: right;
	margin-left: 20px;
	margin-right: 20px;
	padding-bottom: 20px;
}

.leftalign
 {font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
	line-height: 1.5em;
	text-align: right;
	margin-left: 20px;
	margin-right: 20px;
	padding-bottom: 20px;
}


#footer
	{width: 750px;
	height: 50px;
	border-top-style: double;
	border-top-color: silver;
	padding-top: 20px;
	position: relative;
	margin: auto;
	text-align: center;
}

#header
	{background-image:url(banner2.jpg);
	width: 750px;
	height: 83px;
	border-bottom-style: double;
	border-bottom-color: silver;
	position: relative;
	margin: auto;
}

#navigation
	{width: 750px;
	height: 50px;
	text-align: left;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
	line-height: 1.5em;
	text-align: left;
	padding: 0;
	border-bottom-style: double;
	border-bottom-color: silver;
	background-color: #ffffff;
	}


#button {
	width: 10em;
	padding: 0em 0em 0em 0em;
	margin-bottom: 1em;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	color:  	#000000;
	}
	
	#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
	#button li {
		border-bottom: 1px solid #c0c0c0;
		margin: 0;
		}
		
	#button li a {
		display: block;
		padding: 5px 5px 5px 5px;
		background-color: #ffffff;
		color: #000000;
		text-decoration: none;
		width: 100%;
		}

	html>body #button li a {
		width: auto;
		}

	#button li a:hover {
		background-color: #c0c0c0;
		color: #ffffff
		}


a:link{color: #666666;} /*new links are grey*/
a:active {color: #99ccff;} /*active links are light blue*/
a:visited {color: #669999;} /*visited links are blue grey*/