body {
	font: 13px Arial, Helvetica, sans-serif;
	margin: 0px 0px 10px;
	padding: 0px;
	background: #4A221E url(../media/graphics/bg-repeater.gif) repeat-x;
}

#container {
	margin: 0px auto;
	width: 1007px;
}

#header {
	float: left;
	width: 1007px;
}

#banner {
	background: url(../media/graphics/banner-bg.gif) no-repeat;
	float: left;
	height: 233px;
	width: 987px;
	padding: 0px 10px;
	text-align: center;
}

#nav {
	background: url(../media/graphics/nav-bg.gif) no-repeat;
	float: left;
	height: 41px;
	width: 967px;
	padding: 0px 20px;
}

#nav ul {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style: none;
}

#nav li {
	display: block;
	float: left;
}

#nav li a {
	color: #4a221e;
	display: block;
	float: left;
	text-decoration: none;
	font: 15px Georgia, "Times New Roman", Times, serif;
	padding: 12px 12px 10px;
	text-transform: uppercase;
}

#nav li a:hover {
	background: #E3DABB;
	color: #000000;
}

#content {
	background: url(../media/graphics/content-repeater.gif) repeat-y;
	float: left;
	width: 1007px;
}

#left-column {
	float: left;
	width: 269px;
	background: url(../media/graphics/right-column-shadow.gif) no-repeat right top;
	padding: 15px 50px 15px 30px;
}

#left-column-sires {
	float: left;
	width: 269px;
	padding: 15px 50px 15px 30px;
}

#subnav {
	margin-bottom: 20px;
}

#subnav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#subnav ul li {
	display: block;
}

#subnav ul li a {
	padding: 10px;
	display: block;
	color: #4a221e;
	text-decoration: none;
	font: 15px Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px dotted #000000;
}

#subnav ul li a:hover {
	background: #efe8cf;
	color: #000000;
}

#right-column {
	padding: 20px 15px 15px 5px;
	float: left;
	width: 628px;
}


h1, h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px 10px;
	font-weight: normal;
}

h1 {
	font-size: 22px;
	color: #4a221e;
}

h2 {
	font-size: 16px;
	line-height: 22px;
}

h3 {
	font-size: 15px;
}

h4 {
	font-size: 14px;
}

p {
	margin: 0px 0px 10px;
	line-height: 18px;
}


#footer {
	background: url(../media/graphics/footer-bg.gif) no-repeat;
	float: left;
	width: 1007px;
	height: 39px;
	padding-top: 13px;
	text-align: center;
	font-size: 11px;
}

a {
	color: #4a221e;
}

a:hover {
	color: #673029;
}

#subnav ul li.last a {
	border-bottom-width: 0px;
	border-bottom-style: none;
}

#banner-inner {
	float: left;
	height: 233px;
	width: 987px;
}

.float-left {
	float: left;
	margin: 5px 15px 15px 0px;
}

.float-right {
	float: right;
	margin: 5px 0px 15px 15px;
}

.bordered {
	border: 5px solid #e7dfc2;
}

.float-left-bordered {
	float: left;
	margin: 5px 15px 15px 0px;
	border: 5px solid #e7dfc2;
}

.float-right-bordered {
	float: right;
	margin: 5px 0px 15px 15px;
	border: 5px solid #e7dfc2;
}

.small {
	font-size: 10px;
	line-height: 14px;
}

.caption p {
	font-size: 10px;
	font-weight: bold;
	line-height: 14px;
}

.caption-table {
	margin-top: 10px;
	margin-bottom: 10px;
}
#single-column {
	float: left;
	width: 977px;
	padding: 0px 30px 15px 0px;
}
#single-column table {
	margin-bottom: 10px;
}
#single-column table td {
	padding: 0px 15px 10px 45px;
}
#single-column table img {
	margin-top: 5px;
}
.bigbold {
	font-size: 15px;
	font-weight: bold;
}
