@charset "UTF-8";
/* CSS Document */
body{
	background-color: #ffefb8;
}
html>body{
	background-color: #ffefb8;
}
.clear{
	clear: both;
}
#container{
	width: 865px;
	margin: 0 auto;
	background: url(../img/container.jpg) repeat-y;
}
#container2{
	width: 851px;
	margin: 0 auto;
}

/* Header */

#header{
	height: 123px;
	background: url(../img/headerbg.jpg) repeat-x;
}
#clickhere{
	background-image: url(../img/clickhere.jpg);
	width: 138px;
	height: 123px;
	margin: 0 45px;
	float: left;
}
#logo{
	background-image: url(../img/logo.jpg);
	width: 368px;
	height: 123px;
	float: left;
	margin-left: 20px;
}
#logo h1{
	text-indent: -9999px;
}
#main{
	width: 851px;
	clear: both;
	margin: 0 auto;
}

/* Navigation */

#navigation{
	clear: both;
	height: 150px;
	width: 698px;
	margin: 27px auto 0 auto;
}
ul#nav{
	height: 150px;
	display: block;
}
#nav li{
	float: left;
}
#nav li a#dogkennels{
	width: 232px;
	height: 150px;
	display: block;
	text-indent: -9999px;
	background-image: url(../img/nav.png);
	background-position: 0 0;
}
#nav li a#chickencoups{
	width: 278px;
	height: 150px;
	display: block;
	text-indent: -9999px;
	background-image: url(../img/nav.png);
	background-position: -232px 0;
}
#nav li a#options{
	width: 188px;
	height: 150px;
	display: block;
	text-indent: -9999px;
	background-image: url(../img/nav.png);
	background-position: -510px 0;
}
#nav li a:hover#dogkennels{
	width: 232px;
	height: 150px;
	display: block;
	text-indent: -9999px;
	background-image: url(../img/nav.png);
	background-position: 0 -150px;
}
#nav li a:hover#chickencoups{
	width: 278px;
	height: 150px;
	display: block;
	text-indent: -9999px;
	background-image: url(../img/nav.png);
	background-position: -232px -150px;
}
#nav li a:hover#options{
	width: 188px;
	height: 150px;
	display: block;
	text-indent: -9999px;
	background: url(../img/nav.png) -510px -150px;
}

/* subnav */
#subnavcontainer{
	background: url(../img/subnavbg.jpg) repeat-x;
	height: 196px;
}
#subnavigation{
	clear: both;
	height: 150px;
	width: 698px;
	margin: 27px auto 0 auto;
}
/* Content */
#content{
	clear: both;
	width: 800px;
	margin: 50px auto 0 auto;
}
#left{
	float: left;
	width: 400px;
}
#slogan{
	width: 400px;
	height: 50px;
	background: url(../img/slogan.jpg) no-repeat;
}
#slogan h1{
	text-indent: -9999px;
}
#content p{
	color: #fff;
	font: 18px/24px Georgia, "Times New Roman", Times, serif;
	padding: 10px 0;
	text-indent: 0px;
}
#right{
	width: 400px;
	float: right;
}
#rightimg{
	float: left;
}
#footer{
}
#footercontent{
	padding: 30px 0;
}
#footer p{
	text-align: center;
	color: #ffefb8;
	font-size: 16px;
}
#footer p a{
	color: #ffefb8;
	font-size: 16px;
	text-decoration: none;
}
#footer p a:hover{
	color: #ffefb8;
	font-size: 16px;
	text-decoration: underline;
}
#fullcontent{
	width: 800px;
	margin: 0 auto;
}
#title{
	width: 296px;
	height: 75px;
	text-align: center;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#title h1, #title h2{
	text-indent: -9999px;
}
td{
	padding: 10px 20px;
}
td{
	color: #ffefb8;
	font: 13px/18px "Times New Roman", Times, Georgia, serif;
}
