@charset "utf-8";
@import url("navigation.css");
@import url("advrts.css");
@import url("rating.css");
#site{
	margin: 0 auto;
	width: 960px;
}
#smurf {
	border: 1px solid #008080;
	margin: 0px;
	background-color: #FFFFFF;
}
#header {
	position: relative;
	margin: 0 auto;
	width: 960px;
	height: 152px;
}
#login {
	position: absolute;
	width: 638px;
	top: 34px;
	left: 271px;
	height: 80px;
}
.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{
	position: absolute;
	width: 199px;
	height: 144px;	
	margin-left: 70px;
	margin-top: 8px;
	text-align: right;
}
.loginpad{
	float: right;
	width: 300px;
	margin-top: 45px;
	margin-right: 55px;
}


#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;	
}
/* 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;
}
