body {
	background: #d4af8b url(../img/layout/body_index.png) 0 0 repeat-x;
	font-family: Tahoma, sans-serif;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
	text-align: center;
}

#wrapper {
	position: relative;
	background: url(../img/layout/wrapper_index.png) 0 0 repeat-y;
	margin: 0 auto;
	width: 800px;
	text-align: left;
}

p {
	margin: 0;
	padding: 12px;
	font-size: 1.2em;
	color: #333;
	line-height: 1.3;
}

a {
	color: #00f;
	text-decoration: none;
}

a:hover, a:visited:hover {
	color: #007;
	text-decoration: underline;
}


#header {
	position: relative;
	background: url(../img/layout/header_index.png) 0 0 no-repeat;
	margin: 0 auto;
	width: 800px;
	height: 190px;
}

#content {
	position: relative;
	margin: 0 4px 0 180px;
	height: 356px;
}

#content p {
	margin: 0 370px 0 0;
	padding: 6px 0;
	line-height: 1.5;
	text-align: left;
}

#content p#first {
	padding-top: 20px;
}

#footer {
	position: relative;
	background: url(../img/layout/footer_index.png) 0 0 no-repeat;
	margin: 0 auto;
	width: 800px;
	height: 55px;
	text-align: center;
}

#footer p { position: absolute; top: 60px; left: 320px; font-size: 1.1em; z-index: 4; }
#footer p a { color: #000; }

div#flash {
	position: absolute;
	/**background: url(../img/home/1.jpg) 0 0 no-repeat;**/
	width: 345px;
	height: 410px;
	top: 150px;
	right: 10px;
}

ul#nav, ul#nav li {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#nav {
	list-style: none;
	position: absolute;
	width: 161px;
	height: 444px;
	top: 210px;
	left: 5px;
}

ul#nav li a { display: block; }

ul#nav li a#about_us { background: url(../img/nav/about_us.png) 0 0 no-repeat; width: 151px; height: 30px; }
ul#nav li a#about_us:hover,ul#nav li a#about_us:visited:hover { background-position: -151px 0; }
ul#nav li a#vets { background: url(../img/nav/vets.png) 0 0 no-repeat; width: 151px; height: 30px; }
ul#nav li a#vets:hover,ul#nav li a#vets:visited:hover { background-position: -151px 0; }
ul#nav li a#our_services { background: url(../img/nav/our_services.png) 0 0 no-repeat; width: 151px; height: 30px; }
ul#nav li a#our_services:hover,ul#nav li a#our_services:visited:hover { background-position: -151px 0; }
ul#nav li a#client_forms { background: url(../img/nav/client_forms.png) 0 0 no-repeat; width: 151px; height: 29px; }
ul#nav li a#client_forms:hover,ul#nav li a#client_forms:visited:hover { background-position: -151px 0; }
ul#nav li a#newsletter { background: url(../img/nav/newsletter.png) 0 0 no-repeat; width: 151px; height: 30px; }
ul#nav li a#newsletter:hover,ul#nav li a#newsletter:visited:hover { background-position: -151px 0; }
ul#nav li a#medical_articles { background: url(../img/nav/medical_articles.png) 0 0 no-repeat; width: 151px; height: 30px; }
ul#nav li a#medical_articles:hover,ul#nav li a#medical_articles:visited:hover { background-position: -151px 0; }
ul#nav li a#breaking_news { background: url(../img/nav/breaking_news.png) 0 0 no-repeat; width: 151px; height: 30px; }
ul#nav li a#breaking_news:hover,ul#nav li a#breaking_news:visited:hover { background-position: -151px 0; }
ul#nav li a#senior { background: url(../img/nav/senior.png) 0 0 no-repeat; width: 151px; height: 30px; }
ul#nav li a#senior:hover,ul#nav li a#senior:visited:hover { background-position: -151px 0; }
ul#nav li a#meds { background: url(../img/nav/meds.png) 0 0 no-repeat; width: 151px; height: 30px; }
ul#nav li a#meds:hover,ul#nav li a#meds:visited:hover { background-position: -151px 0; }
ul#nav li a#our_location { background: url(../img/nav/our_location.png) 0 0 no-repeat; width: 151px; height: 29px; }
ul#nav li a#our_location:hover,ul#nav li a#our_location:visited:hover { background-position: -151px 0; }
ul#nav li a#contact_us { background: url(../img/nav/contact_us.png) 0 0 no-repeat; width: 151px; height: 30px; }
ul#nav li a#contact_us:hover,ul#nav li a#contact_us:visited:hover { background-position: -151px 0; }
ul#nav li a#related_links { background: url(../img/nav/related_links.png) 0 0 no-repeat; width: 151px; height: 30px; }
ul#nav li a#related_links:hover,ul#nav li a#related_links:visited:hover { background-position: -151px 0; }
ul#nav { top: 191px; }
ul#nav li a#index { display: none; }
