/* CSS Document */

.myBorder {
	border-left-color:#000000;
	border-left-style:solid;
	border-left-width:thin;
	
	border-right-color:#000000;
	border-right-style:solid;
	border-right-width:thin;
}
.header_style {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
}

.header_style a{
	text-decoration:none;
	color:#000000;
}

.footer_style {
	min-height: 61px;
	height:61px;
}

.headerBottm {
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:thin;
}

.goatBack {
	background-image:url(images/goat_background.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	height:415px;
	min-height:415px;
}

.goatVictory {
	background-image:url(images/victory_goat.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	height:450px;
	min-height:415px;
}

