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

body {
	color: #FFFFFF;
	background-color: #000000;
}
#top {
	clear: both;
	width: 1024px;
	margin:0 auto 0 auto;
	text-align: center;
}
#main {
	clear: both;
	width: 1024px;
	margin:0 auto 0 auto;
}
#content {
	width: 920px;
	margin: 0 auto 0 auto;
}
#bottom {
	clear: both;
}
#before_lastpara {
	width: 650px;
	margin:0 auto 0 auto;
}
#lastpara {
	background-image:url(../images/lastpara.png);
	background-repeat:no-repeat;
	background-position: center;
	margin:0 auto 0 auto;
	width: 650px;
	padding: 75px;
	font-weight:bold;
	color: #000000;
}
#lastpara a:link, #lastpara a:visited {
	color: #000066;
}
#lastpara a:hover {
	color: #000099;
}
/* Paragraph Styles */
p.nicepara {
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 36px;
	text-align: justify;
	font-size: 14px;
	margin:0 auto 15px auto;
}
.freestylepara {
	font-family:"Freestyle Script","Comic Sans MS", cursive;
	text-indent: 36px;
	text-align: justify;
	color: #000000;
	margin:0 auto 15px auto;
	font-size: 35px;
}
.address {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 14px;
}
/* Heading styles */
.freestyle {
	font-family:"Freestyle Script","Comic Sans MS", cursive;
}
.large_heading {
	font-family:"Freestyle Script","Comic Sans MS", cursive;
	font-size: 50px;
	color: #D0CBE1;
}
/* Cow Information Styles */
.cowname {
	display:block;
	font-family:"Freestyle Script","Comic Sans MS", cursive;
	font-size: 30px;
	color: #D0CBE1;
}	
.damname {
	font-family:"Freestyle Script","Comic Sans MS", cursive;
	font-size: 25px;
	color: #D0CBE1;
}	
.cow {
	width: 453px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:center;
}
.cow p {
	margin-top: 0;
	margin-bottom: 15px;
	padding-top: 0;
	padding-bottom: 0;
}
/* Photo Styles */
.photo400 {
	background-image:url(../images/photo-back.jpg);
	background-repeat:no-repeat;
	background-position: center;;
	width: 400px;
	height: 286px;
	padding: 32px 25px 32px 25px;
}
.photo350 {
	background-image:url(../images/photo350.jpg);
	background-repeat:no-repeat;
	background-position: center;;
	width: 350px;
	height: 250px;
	padding: 15px 25px 15px 25px;
}

/* Styles for Photo Zoom */
a.zoom img {
	border: none;
}

/* Link Styles */
a:link, a:visited {
	color: #D0CBE1;
}
a:hover {
	color: #FFFFFF;
}
