body {
font-family: arial, verdana, sans-serif;
font-size: 90%;
background-image: url(images-pres/bodybg.gif);
}

* {margin:0; padding: 0;}

#mainwrap {
width: 712px;
margin-left:auto;
margin-right: auto;
background-image: url(images-pres/contentbg.jpg);
background-repeat: repeat-y;
}

h1 {
color: #2464a1;
font-size: 1.3em;
padding: 0 0 20px 0;

}
/* hack for IE (all flavors) */
* html #textarea h1 {
padding: 0 0 20px 0;
	}

h2 {
color: #666;
font-size: 1.1em;
padding-bottom: 7px;
padding-top: 15px;
}
.contact {
width: 550px;
font-size: .9em;
line-height: 1.2em;
margin-bottom: 10px;
color: #666;
text-align: left;}

#contactarea {
background-color: #F1F2F5;
border: 1px solid #DCDDDF;
padding: 20px  20px 10px 20px;
width: 500px;
margin-left:auto;
margin-right: auto;
font-size: .9em;
line-height: 1.2em;
margin-bottom: 10px;
color: #666;
text-align: left;}

#content {
background-image: url(images-pres/contentbg.jpg);
background-repeat: repeat-y;
margin-left: auto;
margin-right: auto;
clear: left;
width: 712px;
}

#map  {
border: 1px solid #DCDDDF;
margin-left:auto;
margin-right: auto;
margin-bottom: 20px;
margin-top: 20px;}

#showpic {
padding: 0 20px 20px 20px;
width: 150px;
float: left;
text-align: left;
position: relative;
top: 20px;
left: 75px;}

#spwrapper {
float: left;
position: relative;
top: 20px;
left: 80px;
}

.apts {
margin-bottom: 5px;
color: #666;
font-size: .9em;
}

#spwrapper img{
border: 1px solid #DCDDDF;
}


#spwrapper p
{font-size: .9em;
color: #666;
padding: 5px 0 5px 0;
text-align: left;}

.showpicintro {
color: #666;
padding-bottom: 10px;
font-weight: bold;
font-style: italic;
}

#textarea {
background-color: #F1F2F5;
border: 1px solid #DCDDDF;
padding: 20px  20px 10px 20px;
width: 550px;
margin-left:auto;
margin-right: auto;
}

/* hack for IE (all flavors) */
* html #textarea h1 {
padding: 0 0 20px 0;
	}

#textarea p {
font-size: .9em;
line-height: 1.5em;
margin-bottom: 10px;
color: #666;
text-align: left;}

#link1 {
float: left;
padding: 0px 20px 20px 20px;
line-height: 1.5em;
font-size: .9em;
color: #666;
text-align: left;
background-color: #F1F2F5;
border: 1px solid #DCDDDF;
width: 250px;
position: relative;
top: 0px;
left: 55px;
margin-bottom: 20px;
height: 260px;
}

#link2 {
float: left;
padding: 0px 20px 20px 20px;
line-height: 1.5em;
font-size: .9em;
color: #666;
text-align: left;
background-color: #F1F2F5;
border: 1px solid #DCDDDF;
width: 250px;
position: relative;
top: 0px;
left: 75px;
height: 260px;
}

#linkinfo {
clear: both;
text-align: center;
margin: 10px;
line-height: 1.1em;
font-size: .9em;
color: #666;
width: 500px;}

.pets {
text-align: center;
font-weight: bold;
color: #666;
font-size: .9em;
margin-bottom: 10px;}

#footer {
font-size: .7em;
color: #666;
text-align: center;
margin-left:auto;
margin-right: auto;
padding: 10px;
line-height: 1.5em;
clear: both;}

a:link {
color: #AE4F2F;
}

a:visited {
color: #333;
}

a:hover {
color: #2464a1;
}

a:active {
color: #AE4F2F;
}

/* the horizontal menu starts here */
div#nav {
width:700px; 	/* makes the div full width */
float:left; /*makes the div enclose the list */
font-size:.8em;	/* SET FONT-SIZE HERE */
font-family: verdana, arial, sans-serif;
background-color:#D1D7E3;
margin-left: 6px;
border-top: 1px solid #DCDDDF;
border-bottom: 1px solid #DCDDDF;
}

/* hack for IE (all flavors) */
	* html div#nav {
	margin-left: 3px; /* make navbar fit the edges */
	}

div#nav li {
float:left;	
list-style-type:none;
background-color:#D1D7E3;
border-right:1px solid #EEEFEF;
width: 137px;
text-align: center;}
	 
div#nav li#last {
border-right:1px solid #D1D7E3;
width: 139px;
}
	 
div#nav li:first-child {
	border-left:1px solid #D1D7E3; /*the first vertical line on the menu */
	}
	
div#nav li a {
	display: block;
	text-decoration:none;
	color:#AE4F2F;
	border-left: 1px solid #DCDDDF;
	border-right: 1px solid #DCDDDF;
	width: 137px;
padding-top: 5px;
padding-bottom: 5px;
}
	
div#nav li a:hover {
	color: #2464a1;
	background-color:#e6e6e6;
	width: 137px;
padding-top: 5px;
padding-bottom: 5px;
}
	
div#nav li#selected {
color: #2464a1;
background-color:#e6e6e6;
}
