body {
	margin: 0;
	font-size: 13px;
	font-family: Verdana;
	text-align: center;
	color: #000000;
}
a:link {	
	color: #80c31c; 
}
a:visited {	
	color: #80c31c; 
}
a:hover { 
	color: #80c31c; 
}
a:active {	
	color: #80c31c; 
}
#wrapper {
	width: 760px;
	margin: 0 auto 0 auto;
	text-align: left;
}
#header {
	width: 760px;
	height: 125px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
}
.jdb {
	margin-left: auto;
	width: 100px;
	height: 60px;
	text-align: center;
	border: 1px solid #cccccc;
	padding: 1px;
}
img.jdbimg { 
	border: 0;
}
a.jdblink:link {
	color: #000000;
	font-size: 9px;	
}
a.jdblink:visited {
	color: #000000;
	font-size: 9px;	
}
a.jdblink:hover {
	color: #000000;
	font-size: 9px;	
}
a.jdblink:active {
	color: #000000;
	font-size: 9px;	
}
#navbar {
	width: 760px;
	height: 39px;
	background-image: url(images/nav-bg.gif);
	background-repeat: no-repeat;
}
#leftnavbar {
	float: left;
	width: 23px;
	height: 39px;
}
a#home, a#breeds, a#submit, a#link, a#about {
	float: left;
	display: block;
	width: 128px;
	height: 39px;
}
a#home:hover {
	background-image: url(images/home-hover.gif);
	background-repeat: no-repeat;
	display: block;
	width: 131px;
	height: 39px;
}
a#breeds:hover {
	background-image: url(images/breeds-hover.gif);
	background-repeat: no-repeat;
	display: block;
	width: 131px;
	height: 39px;
}
a#submit:hover {
	background-image: url(images/submit-hover.gif);
	background-repeat: no-repeat;
	display: block;
	width: 131px;
	height: 39px;
}
a#link:hover {
	background-image: url(images/link-hover.gif);
	background-repeat: no-repeat;
	display: block;
	width: 131px;
	height: 39px;
}
a#about:hover {
	background-image: url(images/about-hover.gif);
	background-repeat: no-repeat;
	display: block;
	width: 131px;
	height: 39px;
}
#content {
	margin-top: 20px;
}
h1 {
	color: #79B613;
	text-align: center;
	font-size: 35px;
	font-family: Verdana;
	margin: 0 0 30px 0;
}
h1.profile {
	color: #79B613;
	text-align: center;
	font-size: 35px;
	font-family: Verdana;
	margin: 0;
	margin: 0 0 15px 0;
}
h1.homehead {
	color: #79B613;
	text-align: center;
	font-size: 40px;
	font-family: Verdana;
	margin: 0 0 10px 0;
}
h2 {
	color: #79B613;
	font-size: 25px;
	font-family: Verdana;
	margin: 30px 0 10px 0;
}
p {
	margin: 0 0 20px 0;
	font-size: 13px;
	font-family: Verdana;
}
.center {
	text-align: center;
}

table.facts {
	margin: 60px auto 60px auto;
	border-collapse: collapse;
}
table.facts td {
	border: 1px solid #5A9502;
	padding: 5px 15px 5px 15px;
	font-size: 13px;
	font-family: Verdana;
	text-transform: uppercase;
	color: #79B613;
	font-weight: bold;
}
table.facts td.shaded {
	background-color: #F1FEDF;
}
table.facts td.header {
	background-color: #79B613;
	color: #ffffff;
	border: 1px solid #5A9502;
	height: 45px;
	padding: 0 0 0 15px;
	background-image: url(rating/bg.gif);
	background-repeat: no-repeat;
}
#footer {
	margin: 200px 0 30px 0;
	font-size: 13px;
	font-family: Verdana;
	text-align: center;
	border-top: 1px solid #79B613;
	padding-top: 10px;
}
ul.smalldogs li a {
	font-size: 17px;
}
ul.smalldogs li {
	margin-bottom: 8px;
}
.subphoto {
	font-weight: bold;
}
.abclist a {
	padding: 4px;
	border: 2px solid #79B613;
	background-color: #EDFBDD;
	font-size: 20px;
	font-weight: bold;
	float: left;
	margin-right: 1px;
	text-decoration: none;
}
.alph {
	padding: 4px;
	border: 2px solid #79B613;
	background-color: #EDFBDD;
	font-size: 20px;
	font-weight: bold;
	float: left;
	margin-right: 1px;
	text-decoration: none;
}
.thumbbox {
	width: 172px;
	height: 150px;
	text-align: center;
	float: left;
	margin-right: 10px;
}
.thumbbox a {
	font-weight: bold;
	font-size: 11px;
}
.thumbbox img {
	border: 0;
	display: block
}

table.ranking {
	margin: 30px auto 0 auto;
	border-collapse: collapse;
}

table.ranking td {
	border: 3px solid #5A9502;
	padding: 2;
}
table.ranking td.rank {
	padding: 20px;
	font-size: 30px;
	font-weight: bold;
	color: #5A9502;
	background-color: #EDFBDD;
}
table.ranking td img {
	border: 0;
}

.adbox {
	margin: 0 auto 0 auto;
	width: 234px;
	height: 60px;
	background-color: #5A9502;
	border: 15px solid #5A9502;
}

.adbox2 {
	margin: 10px auto 0 auto;
	padding: 10px;
	width: 234px;
	height: 60px;
	border: 2px solid #79B613;
	background-color: #EDFBDD;
}


/* Upload form */

table.uploadform {
	border-collapse: collapse;
	border: 2px solid #79B613;
}
table.uploadform td {
	padding: 5px;
}

.home1a {
	padding-left: 247px;
	background-image: url(images/homepage/miniature-dachshund-puppy.jpg);
	background-repeat: no-repeat;
	height: 298px;
	margin-bottom: 20px;
}

.home2a {
	height: 308px;
	padding-left: 205px;
	background-image: url(images/homepage/cavalier-king-charles-spaniel-puppy.jpg);
	background-repeat: no-repeat;
	margin-bottom: 20px;
	margin-left: 47px;
}

.headbg {
	background-image: url(images/headbg.gif);
	background-repeat: no-repeat;
	width: 752px;
	height: 57px;
	margin-bottom: 20px;
}
h2.header1 {
	font-size: 25px;
	color: #ffffff;
	font-weight: bold;
	margin: 0;
	padding: 16px 0 0 30px;
	font-family: Tahoma;
}
h3 {
	font-family: Verdana;
	font-weight: bold;
	font-size: 20px;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #BFE894;
	color: #80C31C;
}
p.col1text {
	font-size: 18px;
	border-left: 3px solid #80C31C;
	padding-left: 8px;
	margin-bottom: 0;
}

#horizon {
	height: 16px;
	width: 730px;
}

#bahome {
	float: right;
	height: 60px;
	width: 290px;
	margin-top: 40px;
}

#basub {
	float: right;
	height: 60px;
	width: 290px;
	margin-top: 40px;
}



#banner {
	width: 730px;
	height: 60px;
	text-align: center;
	margin-top: 10px;
}