/* SHAKER VET HOME PAGE STYLES */

body {
	background-image: url(../images/home_pg_bg.jpg);
	margin:0px;
	text-align:center;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:90%;
}

img {
	border-style: none;
	border:0;
	margin:0;
	padding:0;
}

#main_layout {
	position: relative;
	width: 800px;
	height: 600px;
	margin: 0 auto;
	background-image:url(../images/home_pg_main.jpg);
	background-repeat:repeat-y;
	color: #123836;
	line-height: 130%;
	text-align:left;
}

#nav_bar {
	width:305px;
	margin: 0px;
	padding: 0px;
}

#vet_direct {
	z-index: 20;
	background:url(../images/myvetdirect.gif) 0 0 no repeat;
	width: 165px;
	height: 29px;
	left: 25px;
	
}

#content {
	position: absolute;
	width: 475px;
	top: 166px;
	left: 240px;
	text-align:left;
}

#AAHA {
	position:absolute;
	width:40px;
	height:50px;
	bottom:10px;
	right:10px;
}
#hours
{	
	z-index:10;
	background: url(../images/hours_home.gif) 0 0 no-repeat;
	position: absolute;
	width: 700px;
	height: 60px;
	left: 140px;
}
