@charset "iso-8859-1";
/* CSS Document */

body {
	background: #ac9b81 url(../images/bg.jpg) left top repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#splash {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -100px 0 0 -380px;
	width: 751px;
	height: 260px;
	background: #fff url(../images/splash-menu-bg.gif) right top repeat-y;
}

h1, h2 {
	text-indent: -3500em;
}

h1 {
	background: url(../images/dog-training.gif);
	width: 760px;
	height: 60px;
	line-height: 1px;
	margin: -60px -5px 0;
}

* html h1 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
}

h2 {
	float: right;
	height: 200px;
	width: 245px;
	margin: 0 0 0 1em;
	background: url(../images/splash-dog-training.gif) left top no-repeat;
}

*:first-child+html h2 {
	margin-top: -11px;
}

h2 a {
	display: block;
	height: 80px;
	width: 245px;
}

h2 span {
	display: block;
	text-indent: 0;
	font-weight: bold;
	font-size: 1.3em;
	text-align: center;
	color: #900;
}

#menu_foot {
	position: absolute;
	bottom: 0;
	right: 0;
}

* html #menu_foot {
	right: -1px;
}

p {
	margin: 1em 0 0 1em;
}

address {
	font-style: normal;
	white-space: pre;
	margin: 1em 0 0 1em;
}