body {
	background: #e3b223 url('../imgs/bg.png') repeat-x;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}
#header {
	margin: 0 auto;
	width: 960px;
	height: 152px;
}
.header_in {
	background: url('../imgs/header_in.png') no-repeat top left;
}
.header_out {
	background: url('../imgs/header_out.png') no-repeat top left;
}
#hl{
	float: left;
	width: 199px;
	height: 144px;	
	margin-left: 70px;
	margin-top: 8px;
	text-align: right;
}
#login {
	margin-top: 30px;
	float: right;
	height: 50px;
	width: 325px;
	margin-right: 20px;
}
#login h3{
	padding: 0px;
	margin: 0px;
}
#navigation {
	height: 32px;
	float: left;
	width: 620px;
	margin-left: 19px;
	margin-top: 36px;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-type:none;
}
#navigation li {
	padding: 0px;
	margin: 0px;
	float: left;
	display: block;
	cursor: pointer;
	height: 32px;
}
#home_link {
	width: 90px;
}
#home_link:hover {
	background: url('../imgs/home_over.png') no-repeat top left;
}
#breeders_link {
	width: 135px;
}
#breeders_link:hover {
	background: url('../imgs/breeders_over.png') no-repeat top left;
}
#petseekers_link {
	width: 162px;
}
#petseekers_link:hover {
	background: url('../imgs/seekers_over.png') no-repeat top left;
}
#articles_link {
	width: 127px;
}
#articles_link:hover {
	background: url('../imgs/articles_over.png') no-repeat top left;
}
#singup_link {
	width: 105px;
}
#singup_link:hover {
	background: url('../imgs/signup_over.png') top left;
}
#logout_link {
	width: 106px;
}
#logout_link:hover {
	background: url('../imgs/logout_over.png') top left;
}
#body {
	margin: 0 auto;
	width: 960px;
	background: url('../imgs/middle_bg.png') repeat-y top left;
}
#main {
	position: relative;
	margin-left: 50px;
	width: 860px;
	background: url('../imgs/header2.png') no-repeat top left;
}
#footer{
	margin: 0 auto;
	padding: 0px 65px;
	width: 830px;
	height: 50px;
	line-height: 40px;
	background: url('../imgs/footer.png') no-repeat 0px 0px;
}
#leftblock{
	float: left;
	width: 250px;
	margin-top: 40px;
	height: 100%;
	padding: 5px;
	text-align: left;
}
#leftblock .block {padding: 2px;}
#leftblock .block h3{
	width: 246px;
	height: 31px;
	margin: 0px;
	font-size: 20px;
	letter-spacing: -1px;
	padding: 8px 0px 0px 12px;
	color: #343434;
	background: url('../imgs/left-header.png') no-repeat top left;
}
#leftblock .block .body{
	padding: 2px 8px;
	margin: 0px;
	font-size: 11px;
	width: 230px;
	background: url('../imgs/left-bg.png') repeat-y top left;
}
#leftblock .block ul.list{
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-type:none;
	background: url('../imgs/left-bg.png') repeat-y top left;
}
#leftblock .block ul.list li{
	background: url('../imgs/list-arrow.png') no-repeat top left;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	padding: 5px 5px 5px 12px;
	float: left;
	width: 200px;
	border-bottom: 1px dotted #111;
}
#leftblock .block ul.list li a{
	font-weight: bold;	
}
#leftblock .block .foot{
	width: 246px;
	height: 5px;
	background: url('../imgs/left-bottom.png') no-repeat top left;
}
#rightblock{
	text-align: left;
	margin-top: 10px;
	margin-right: 10px;
	float: right;
	width: 580px;	
}

h1{
	font-family: Trebuchet MS, Arial, Helvetica;
	color: #636363;
	font-size: 26px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	letter-spacing: -2px;
	border-bottom: 2px dotted #111;
}
h1 b{
	font-size: 34px;
	color: #d3a633;
}

/* Featured Breeder */
#fb a{
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
#fb div.push{
	float: left;
	margin-top: 25px;	
}
#fb div.holder{
	margin-top: 5px;
	text-align: left;
	font-size: 11px;
}