
body {
	margin:0;
	background-color:#EEEAD8;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:smaller;
}

img {
	margin:0px;
	padding:0px;
	border-style:none;
}

h2	{
	font-family:"Courier New", Courier, mono;
	color:#8A1522;
	font-size:20px;
	font-weight:bold;
}

ul li{
}


#main_layout {
	width: 770px;
	margin: 0 auto;
}

#inner_wrapper {
	position: relative;
	width:100%;
	background-image:url(images/bg.gif);
	background-repeat:repeat-y;
}

#top_header {
	width:100%;
	height:123px;
	background-image:url(images/heading.gif);
}

#bottom_header {
	width:100%;
	height:56px;
}

#nav_area {
	position:absolute;
	top:156px;
	left:0;
	width:185px;
}

#content {
	width:539px;
	margin:0 25px 0px 185px;
	height: auto !important;
	height: 510px;
	min-height: 510px;
}

a#petportal{
	background:  url(images/btns/pet_portal.png) top left no-repeat;
	position: absolute;
	display:block;
	top: 490px;
	left: 23px;
	width: 90px;
	height: 42px;
	padding: 0;
	z-index:100;
	}

#prop {
	height:490px;
	float:right;
	width:1px;
}

#clear {
	clear:both;
	height:1px;
	overflow:hidden;
}

#footer {
	width:100%;
}

#copyright {
	width:770px;
	font-size: .9em;
	text-align:center;
	padding:10px 0 25px 0;
}

/* STYLESHEET FOR LOCATION PAGE AND GOOGLE MAP */

div#gmap {
	border: 2px solid #728DC4;
	width: 485px;
	height: 300px;
	margin: 10px 0 10px 95px;
}

html>body div#gmap {
	border: 2px solid #728DC4;
	width: 482px;
	height: 300px;
	margin: 10px 0px 10px 95px;
}



