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

/* Global */
/* ------------------------------------- */
body {
	margin: 0px;
	background-image:url(images/post-border.gif);
	background-color: #003300;
	background-repeat:repeat-y;
	background-position:left;
	color: white;
}

.clear {
	clear:both;
	}
	
a:link, a:visited {
	color: #99FF99;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	text-decoration: none;
}

a.navmark:link, a.navmark:visited {
	color: #FFFFFF;
	border: 0px solid #006600;
}
a.navmark:hover {
	color: #FFFF00;
	text-decoration: none;
	border: 0px solid #006600;
}
	
#wrapper {
	}

/* Header */
/* ------------------------------------- */
.post-corner {
	width:76px;
	height:141px;
	float:left;
	}

.sign {
	width:270px;
	height:270px;
	float:left;
	}

.hpost, #header {
	background-image:url(images/horiz-post.gif);
	background-repeat:repeat-x;
	background-position:top;
	font-family:"Book Antiqua", Palatino, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.hpost img {
	margin-right: 3px;
}

#top-info {
	padding:75px 0 0 0;
	}
	
#nav {
	font-size: 150%;
	margin:5px;
	}

/* Content */
/* ------------------------------------- */
#content {
	margin:20px 0 0 75px;
	}
	
#content img {
	text-align:center;
	}
	
#news {
	}
	
#news .title {
	font-size:125%;
	}	
	
.info {
	font-family:"Book Antiqua", Palatino, serif;
}

.cowinfo {
	font-family:"Book Antiqua", Palatino, serif;
	font-size: 13px;
	color: #FFFFFF;
	text-align:center;
	margin:15px;
}

.cowinfo p.fixleft {
	margin-left: 382px;
}

.cowpic {
	border: 3px solid white;
	float: left;
	margin-right: 4px;
}

#countdown {
	font-size: 14pt;
	text-align:center;
	vertical-align:middle;
	height:100%;
	float: right;
}

.pedbtn {
	float: right;
}
#feature {
	width: 400px;
	margin: 0 auto 0 auto;
	text-align: center;
}
#feature .photo {
	border: 2px solid #FFFFFF;
}

.slideshow {
	width:400px;
	height:286px;
	overflow:hidden;
	margin:0 auto 0 auto;
}

.slideshow img {
	width: 400px;
	height: 286px;
/*	display:none; */
}

/* Footer */
#footer {
	margin:20px 0 50px 75px;
	text-align:center;
	}
