/* CSS Document */

body {
	background:#000000 url(images/pageBG.jpg) repeat-x;
	font-family: Trebuchet MS, Arial, Helvetica, Verdana, Sans-serif;
	margin-top:10px;
	margin-left:0px;
	margin-right:0px;
	}

.niceThumb{
	width:100px;
	height:88px;
	overflow:hidden;
	padding:1px;
}

.maintable {
	background-color:#cab89f;
	border:2px solid black;
	width:786px;
	height:600px;
	}

.banner {
	background-image:url(images/banner.jpg);
	background-repeat:no-repeat;
	width:786px;
	height:150px;
	}

.horiz {
	background-color:#000000;
	height:2px;
	}

.nav {
	background-image:url(images/nav-background.jpg);
	background-repeat:no-repeat;
	width:125px;
	height:450px;
	vertical-align:top;
	text-align:center;
	}
	
a.navlinks:link { font-size:14px; line-height:20px; color:#000000; text-decoration:none; }
a.navlinks:active { font-size:14px; line-height:20px; color:#000000; text-decoration:none; }
a.navlinks:visited { font-size:14px; line-height:20px; color:#000000; text-decoration:none; }
a.navlinks:hover { font-size:14px; line-height:20px; color:#FFFFFF; text-decoration:none; }

.content {
	width:661px;
	vertical-align:top;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	font-size:14px;
	color:#000000;
	background: url(./images/antler.png) center repeat-y;
	}

h1.headline { font-size:22px; font-weight:bold; color:#000000; }

.images { margin-left:15px; margin-right:15px; margin-bottom:10px; }

.tagline { font-size:10px; color:#000000; }

