/* CSS Document */
body {
	background-image: url(../images/Page/backGroundBoards.jpg);
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
div#wrapper {
	width: 760px;
	text-align: center;
	margin: 0px auto;
}
div#header {
	width: 760px;
	height: 233px;
}
div#navigation {
	float: left;
	background-image: url(../images/Page/leather.gif);
	background-repeat: no-repeat;
	height: 572px;
	width: 143px;
	text-align: center;
	padding-top: 70px;
}
a.nav {
	display: block;
	width: 143px;
	height: 65px;
	margin-top: 5px;
}
div#content {
	float: left;
	width: 600px;
	text-align: center;
	margin-left: 5px;
}
table.thumbs {
	float: left;
	width: 600px;
	border: 4px double #000000;
	border-top: 0px;
	background-color: #ffffff;
	margin-bottom: 20px;
	text-align: center;
}
table.thumbs td {
	padding: 5px;
}
img.thumbnails {
	border: 2px solid #354C6E;
}
table.pedigree {
	float: left;
	width: 600px;
	border: 4px double #000000;
	border-top: 0px;
	background-color: #ffffff;
	margin-bottom: 20px;
	text-align: center;
}
table.pedigree td {
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	font-size: 10px;
	font-weight: bold;
}
table.contact {
	float: left;
	width: 600px;
	border: 4px double #000000;
	background-color: #354C6E;
	text-align: center;
	margin-top: 10px;
	font-weight: bold;
	font-size: 18px;
	color: #ffffff;
}
table.contact span.contactinfo {
	font-size:12px;
	}
