h1 {
	color: #000;
	font-family: "Trebuchet ms", Arial, Helvetica, sans-serif;
	font-size: 1em;
}

p {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}

img {
	padding: 10px;
	border: 0px;
}

ul {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
}

a:link {color: #F7941D;}
a:visited {color: #F7941D;}
a:hover {color: #F26522;}

body {
	background-color: #fff;
	background: url('siteimages/header_bg_x.jpg');
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: center;
	height: 100%;
}

#maincontainer {
	width: 780px;
	margin: 0px auto 0px auto;
	text-align: left;
}

#header {
	background: url('siteimages/header_bg.jpg');
	background-repeat: no-repeat;
	height: 140px;
	width: 780px;
}

#bodybgtop {
	background: url('siteimages/body_bgtop.jpg');
	background-repeat: no-repeat;
	height: 39px;
	width: 780px;
}

#container {
	background-color: #fff;
	background: url('siteimages/body_bg.jpg');
	background-repeat: no-repeat;
	width: 780px;
	height: 284px;
}

#secondheader {
	width: 780px;
	height: 150px;
	padding-top: 20px;
}

#secondheaderinfo {
	float: right;
	padding: 0 30px 0 0;
	width: 500px;
	height: 100px;
	text-align: right;
	line-height: 120%;
}

#contentleft {
	color: #000;
	width: 187px;
	padding: 10px 30px 10px 30px;
	float: left;
	clear: left;
}

#contentright {
	color: #000;
	width: 490px;
	padding: 10px 40px 10px 0;
	float: right;
	text-align:justify;

}

#footer {
	background: url('siteimages/footer_bg.jpg');
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .6em;
	margin: 20px 0 0 0;
	padding: 48px 0 0 100px;
	color: #000;
	text-align: center;
	width: 780px;
	height: 87px;
	clear: both;
}

#navbg {
	background: url('siteimages/body_bgtop.jpg');
	background-repeat: no-repeat;
	height: 39px;
	width: 780px;
}

#nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	text-decoration: none;
}

#buying a {
	background: url('siteimages/nav1_buying.jpg') left top no-repeat;
	width: 111px;
}

#getting a {
	background: url('siteimages/nav1_getting.jpg') left top no-repeat;
	width: 142px;
}

#breed a {
	background: url('siteimages/nav1_breed.jpg') left top no-repeat;
	width: 93px;
}

#bed a {
	background: url('siteimages/nav1_bed.jpg') left top no-repeat;
	width: 83px;
}

#health a {
	background: url('siteimages/nav1_health.jpg') left top no-repeat;
	width: 122px;
}

#aggression a {
	background: url('siteimages/nav1_aggression.jpg') left top no-repeat;
	width: 83px;
}

#nav ul {
	list-style-type: none;
}

#nav li {
	float: left;
	margin:0 3px 0 0;
}

#nav li a {
	padding: 39px 0 0 0;
	display: block;
	overflow: hidden;
	height: 0;
}

#nav a:hover {	
	background-position: 0 -39px;
}

#nav .active {
	background-position: 0 -39px;
}



#nav2 {
	float: left;
	width: 171px;
	margin: 0 0 0 -23px;
	padding: 0 0 0 0;
}

#nav2 ul {
	list-style-type: none;
}

#nav2 li {
	float: left;
	margin:0 0 0 0;
}

#nav2 li a {
	padding: 0 0 0 190px;
	display: block;
	overflow: hidden;
	width: 0;
}

#nav2 a:hover {	
	background-position: -192px 0;
}

#nav2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	text-decoration: none;
}

#training a {
	background: url('siteimages/nav2_training.jpg') left top no-repeat;
	height: 30px;
}

#contact a {
	background: url('siteimages/nav2_contact.jpg') left top no-repeat;
	height: 30px;
}

#about a {
	background: url('siteimages/nav2_about.jpg') left top no-repeat;
	height: 30px;
}

#home a {
	background: url('siteimages/nav2_home.jpg') left top no-repeat;
	height: 30px;
}