@charset "UTF-8";
/* CSS Document */

body {
	background-color: #c33029;
	font-family: "Times New Roman", Serif;
	font-size: 13pt;
	font-weight: lighter;
	
}

div.all {
	background-color: white;
	margin: auto;
	width: 950px;
	border: solid 1px white;
}

div.header {
	border-bottom: solid 3px #c33029;
}

div.linkbar {
	border-bottom: solid 3px #c33029;
	height: 30px;
	margin-top: 0px;
}

table.linkbar {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}

h4.linkbar, h4.affiliates {
	margin-top: 3px;
	margin-bottom: 3px;
}

div.content {
	padding-top: 25px;
	padding-left: 50px;
	padding-right: 50px;
}

div.affiliates {
	border-top: solid 3px #c33029;
	border-bottom: solid 3px #c33029;
}

table.affiliates {
	width: 950px;
	margin: auto;
}

div.footer {
	background-color: white;
	border-top: solid 1px #c33029;
}

table.footer {
    margin: auto;
    width: 950px;
	padding-top: 25px;
	padding-bottom: 25px;
}

a {
	color: #000000;
	text-decoration: none;
}
	
a:hover {
	color: #c33029;
}

img { border: none;}

td {
	text-align: center;
}

table.dogs {
	padding-bottom: 25px;
	width: 850px;
}

h2.colored-header {
	font-weight: lighter;
}
