body {
	background: url(images/red-bg.png);
	margin: 0 0;
	font-size: 14px;
	font-style: ;
	color: #666;
}

h1 {
	font-size: 38px;
	font-style: ;
	font-variant: small-caps;
	font-weight: bolder;
	color: #BE5028;
	margin: 5px 30px 5px 30px;
}

p {
	font-size: 14px;
	font-style: ;
	color: #666;
	margin: 5px 30px 5px 30px;
	
}

p.contact {
	font-size: 14px;
	font-style: ;
	color: #666;
	margin: 5px 30px 5px 30px;
	border: 1px solid #eee;
	background: #F8F5E8;
	padding: 15px;
}

a img {
	border: none;
}

a {
	color: #BE5028
	
}
#wrapper {
	margin: 0px 30px 30px 30px;
	width: 800px;
	
}

#title {
	background: url(images/title.png) no-repeat bottom left;
	width: 349px;
	height: 84px;
	position: relative;
	right: -54%;
}
#title a span {
       display: none;
}

#subtitle {
	width: 800px;
	height: 135px;
	margin: -20px 0 0 0;
}

body#section-main #subtitle {
	background: url(images/home-banner.png) no-repeat bottom left;
}

body#section-arrivals #subtitle {
	background: url(images/banner-arrivals.png) no-repeat bottom left;
}

#content {
	background: white url(images/seperator.png) no-repeat top left;
	width: 800px;
	
	padding: 50px 0 30px 0px;
}
table.dogs {
	
}
#col1 {
	
	margin: 0 460px 0 0;
}

#col2 table.dogs {
	float: right;
	width: 420px;
}
hr {
	display: block;
	clear: both;
	visibility: hidden;
}

#footer {
	background: url(images/footer-top.png) no-repeat top left;
	width: 800px;
	padding: 30px 0 0 0;
	clear: both;
}