body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #333;
	color: white;
}

h1 {
	/* font-weight: normal; */
}

p {
	line-height: 1.3;
}

img {
	border: none;
}

a {
	color: #ff3;
}

a:hover {
	color: #f30;
}

.imageLeft {
	float: left; 
	margin: 0px 20px 20px 0px;
}

.imageRight {
	float: right; 
	margin: 0px 0px 20px 20px;
}

.borderedImageLeft {
	float: left; 
	margin: 0px 20px 10px 0px;
	padding: 4px;
	background-color: white;
	border: 1px solid black;
}

.borderedImageRight {
	float: right; 
	margin: 0px 0px 10px 20px;
	padding: 4px;
	background-color: white;
	border: 1px solid black;
}

.slideshowLeft {
	float: left; 
	margin: 0px 20px 10px 0px;
	border: 1px solid black;
}

.slideshowRight {
	float: right; 
	margin: 0px 0px 10px 20px;
	border: 1px solid black;
}

.slideshowImage {
	margin: 0;
	text-align: center;
	border: 4px solid white;
}

.clearBoth {
	clear: both;
	height: 0;
}

table.breedingCalendar {
	width: 500px;
	margin-bottom: 40px;
	border-collapse: collapse;
	background-color: #444;
	font-size: 14px;
}

.breedingCalendar tr {
	padding: 0;
	border: 2px solid black;
}

.breedingCalendar th {
	padding: 4px;
	text-align: left;
	background-color: black;	
}

.breedingCalendar td {
	padding: 4px;
	border: 2px solid black;
}

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

#homeHeader {
	height: 363px;
	background: url('/libraries/graphics/home_header_bg.jpg') no-repeat;
}

#homeNavigation {
	width: 296px;
	height: 604px;
	float: left;
	background: url('/libraries/graphics/home_navigation_bg.jpg') no-repeat;
}

#homeContent {
	padding: 30px 20px 0px 30px;
	width: 579px;
	height: 574px;
	float: left;
	background: url('/libraries/graphics/home_content_bg.jpg') no-repeat;
}

#interiorContainer {
	width: 925px;
	margin: 0 auto;
}

#interiorHeader {
	height: 270px;
	background: url('/libraries/graphics/interior_header_bg.jpg') no-repeat;
}

#interiorNavigation {
	height: 65px;
	background: url('/libraries/graphics/interior_navigation_bg.jpg') no-repeat;	
}

#interiorContentContainer {
	background: url('/libraries/graphics/interior_content_bg.jpg') repeat;
}

#interiorContent {
	padding: 20px 108px 10px 40px;
	height: auto !important;
	height: 570px;
	min-height: 570px;
	background: url('/libraries/graphics/interior_right_bg.jpg') repeat-y right;			
}

#interiorContent h1 {
	margin-top: 0;
	padding-top: 0;
}

#footer {
	padding: 10px;
	clear: both;
	background-color: black;
	font-size: 12px;
	font-weight: bold;
}

#footer .slogan {
	font-style: italic;
}

#copyrightLeft {
	float: left;
}

#copyrightRight {
	float: right;
}
