body{
	text-align:center;
	padding:20px;
	background-image:url(../images/background.jpg);
	background-color:#4C3428;
	font-family:Arial, Helvetica, sans-serif;
	font-size:70%;
	color:#000000;
}
#wrapper{
	text-align:left;
	width:820px;
	margin:auto;
	border-left:1px #FFFFFF solid;
	border-right:1px #FFFFFF solid;
	padding:0px 20px 0px 20px;
}
#nav{
	float:right;
}
.leftCol{
	float:left;
	width:654px;
}
.rightCol{
	float:right;
	width:142px;
}
#contenttop{
	background-image:url(../images/background_contentTop.gif);
	background-repeat:no-repeat;
	background-position:top;
	height:13px;
}
#contentbottom{
	background-image:url(../images/background_contentBottom.gif);
	background-repeat:no-repeat;
	height:8px;
}
#content{
	background-color:#FFFFFF;
	padding:0px 15px 1px 15px;
	min-height:388px;
	height:auto !important;
	height:388px;
}
#mainContent{
	min-height:300px;
	height:auto !important;
	height:300px;
}
a:link, a:visited{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

#mainContent.rates a, #mainContent.rates a:hover, #mainContent.rates a:visited{
	color:#4E799B;
}

#mainContent.contact a, #mainContent.contact a:hover, #mainContent.contact a:visited{
	color:#B43590;
}

#mainContent.dogwalking a, #mainContent.dogwalking a:hover, #mainContent.dogwalking a:visited{
	color:#02A394;
}

#mainContent.about a, #mainContent.about a:hover, #mainContent.about a:visited{
	color:#4E799B;
}

#footer{
	color:#FFFFFF;
	text-align:right;
	margin-top:10px;
}
#footer a{
	color:#FFFFFF;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
#homepage_banners{
	background-image:url(../images/homepage_banners.gif);
	background-repeat:no-repeat;
	width:819px;
	height:183px;
	position:relative;
}
#banner1{
	float:left;
	width:276px;
}
#banner2{
	float:left;
	width:277px;
}
#banner2 p, #banner3 p{
	margin:50px 0px 0px 130px;
	width:130px;
}
#banner3{
	float:left;
	width:266px;
}
p{
	padding-bottom:10px;
}
ul{
	padding-left:20px;
}
li{
	list-style:disc;
}