body {
	margin: 0px;
	padding: 0px;
	color: #ffffff;
	font-family: 'Cochin', 'Times New Roman', serif;
    font-size: 17px;
	background: #596928 url(/media/screen/pinstripe.jpg) repeat-y center;
	}
	
a {
	color: #2D3418;
	text-decoration: none;
	}

#holder {
	position: relative;
	left: 50%;
	margin-left: -480px;
	width: 960px;
	}
	
#innerholder {
	position: relative;
	width: 860px;
	margin-left: 50px;
	}
	
#navi {
	clear: both;
	padding-top: 20px;
	border: none;
	text-transform: uppercase;
	}

#navi ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
	
#navi ul li {
	color: #ffffff;
	float: left;
	margin-right: 10px;
	}

#navi a {
	color: #ffffff;
	}

#navi ul li.inactive a {
	color: #A5A695;
	}

#subnavi {
	clear: both;
	padding-top: 8px;
	border: none;
	text-transform: uppercase;
	}

#subnavi ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
	
#subnavi ul li {
	color: #ffffff;
	float: left;
	margin-right: 10px;
	}

#subnavi .noshow {
	visibility: hidden;
	}

#subnavi a {
	color: #ffffff;
	}

#headline {
	border-top: 1px solid #ffffff;
	clear: both;
	}
	
#headline h1 {
	font-weight: normal;
	padding: 20px 0px;
	margin: 0px;
	}

#copy {
	height: 50px;
	line-height: 50px;
	color: #2D3418;
	text-align: center;
	font-size: 13px;
	}

#copy a {
	color: #2D3418;
	text-decoration: none;
	}

.contenthead {
	background: url(/media/screen/contenttop.jpg);
	height: 10px;
	line-height: 10px;
	font-size: 1px;
	}
	
.contentholder, .content {
	background: url(/media/screen/contentback.jpg);
	}
	
.contentbottom {
	clear: both;
	background: url(/media/screen/contentbottom.jpg);
	height: 10px;
	line-height: 10px;
	font-size: 1px;
	}

.leftcontent {
	position: relative;
	width: 300px;
	margin: 0px;
	float: left;
	text-align: center;
	color: #666666;
	background: url(/media/screen/contentborder.gif);
	}

.leftcontent p {
	margin: 10px;
	margin-left: 20px;
	width: 250px;
	}

.leftcontent img {
	border: 1px solid #666666;
	}


.rightcontent {
	padding-left: 310px;
	margin-right: 20px;
	background: url(/media/screen/contentborder.gif);
	color: #666666;
	}
	
.rightcontent h1, .fullcontent h1 {
	margin: 10px 0px;
	font-size: 24px;
	font-weight: normal;
	}

.rightcontent h2, .fullcontent h2 {
	margin: 10px 0px;
	font-size: 16px;
	text-transform: uppercase;
	color: #2A3108;
	font-weight: normal;
	}

.rightcontent p, .fullcontent p {
	margin: 10px 0px;
	}

.fullcontent {
	margin: 0px 20px;
	color: #666666;
	}

.imgtable {
	border: none;
	}

td.imgtabletl {
	width: 11px;
	height: 11px;
	background: url(/media/screen/imgborder/tl.gif) no-repeat;
	}

td.imgtablet {
	height: 11px;
	background: url(/media/screen/imgborder/t.gif) center repeat-x;
	}

td.imgtabletr {
	width: 11px;
	height: 11px;
	background: url(/media/screen/imgborder/tr.gif) no-repeat;
	}

td.imgtablel {
	background: url(/media/screen/imgborder/l.gif) center repeat-y;
	}
	
td.imgtabler {
	background: url(/media/screen/imgborder/r.gif) center repeat-y;
	}

td.imgtablebl {
	width: 11px;
	height: 14px;
	background: url(/media/screen/imgborder/bl.gif) no-repeat;
	}

td.imgtableb {
	height: 14px;
	background: url(/media/screen/imgborder/b.gif) center repeat-x;
	}

td.imgtablebr {
	width: 11px;
	height: 14px;
	background: url(/media/screen/imgborder/br.gif) no-repeat;
	}

td.imgtitle {
	line-height: 30px;
	font-size: 14px;
	text-align: center;
	}

.clearer {
	width: 100%;
	clear: both;
	height: 10px;
	}

.image {
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	background: white;
	padding: 4px;
	}
	
.lbt {
	float: left;
	margin-right: 20px;
	margin-bottom: 5px;
	}