﻿#page {
	background:url(siteart/bg.gif) repeat-x top;
	background-color:#1C2410;
	margin:0;
}

body, td {
	font-size:9pt;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
}

a:link, a:visited, a:active {
	text-decoration:underline;
	color:#CA7E2A;
}

a:hover {
	color:#000;
}

#navCell {
	vertical-align:top;
	border-bottom:1px #CA7E2A dotted;
	padding:8px 8px;
	width:175px;
}

a.nav:link, a.nav:visited, a.nav:active {
	text-decoration:none;
	font-weight:bold;
	color:#FFF;
}

a.nav:hover {
	color:#CA7E2A;
}

#address {
	background:url(siteart/addressbg.gif) no-repeat top;
	padding-right:0px;
	vertical-align:middle;
	font-size:8pt;
	color:#FFF;
}

html #address {
	padding:20px 0 20px 15px;
	margin-right:-3px;
	width:198px;
}

a.email:link, a.email:visited, a.email:active {
	font-size:8pt;
	color:#CA7E2A;
	text-decoration:underline
}

a.email:hover {
	color:#FFF;
}

#pageheader {
	background:url(siteart/headerbg.gif) no-repeat bottom left;
	font-weight:bold;
	color:#FFF;
	padding:5px 10px;
	display:block;
}

#content {
	background-color:#FFF;
	border-left:1px #CA7E2A solid;
	border-right:1px #CA7E2A solid;
	width:563px;
	padding:0 7px 10px;
	vertical-align:top;
	height:350px;
}

#footer {
	padding:15px;
}