body {
	background:#330000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12pt;
	margin:0;
	padding:0;
}

.access { display: none; }

a img { border: 0; margin: 10px; text-align: top; }

a img.clickzoom { border: 0; padding: 0 0 10px 0; background: url('../images/clickzoom.gif') no-repeat right bottom;}

.clearfix { clear: both; }

p{ margin-top: 0; }

table td { text-align: center; vertical-align: top; padding: 0 auto 0 auto; margin: 10px 0; border: 0; }


/*layout */
#container {
	width:780px;
	background: transparent;
	padding:0px;
	margin:10px auto 10px auto;
}

#header {
	background: white url('../images/header.jpg') top left no-repeat;
	width:780px;
	height:159px;
	margin:0;
	padding:0;
}

#header h1 {
	color:#fff;
	margin:0;
	padding:10px;
	text-transform:lowercase;
	font-weight:normal;
	font-size:24pt;
}

#header p {
	text-align:right;
	padding:50px 10px 10px 10px;
	color:#fff;
	font-size:10pt;
	font-weight:bold;
}

#nav {
	margin:0;
	padding:0 10px 0 20px;
	height:39px;
	width:750px;
	background: #3f5f22 url('../images/nav_off.jpg') top left repeat-x;
}

#nav li {
	list-style:none;
	margin:0;
	padding:0;
	display:inline;
	height: 39px;
}

#nav li a {
	color:#fff;
	font-weight:bold;
	font-size:12pt;
	text-decoration:none;
	padding:0 15px 6px 15px; /* bottom padding is 39 - line height */
	display:block;
	margin:0;
	line-height:33px;
	overflow:hidden;
	float:left;
}

#nav li a:hover {
	background: #990000 url('../images/nav_on.jpg') repeat-x left top;
}

#content {
	background: white url('../images/bgmain.gif') no-repeat left top;
	padding: 0px 50px 10px 50px;	
	text-align: left;
	margin: 0;
	line-height: 1.7em;
}

#content h1, h2, h3, h4, h5, h6 {
	color:#993344;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 0;
}

#content .pagetitle {
	font-size: 20pt;
	text-align: right;
	padding: 10px 0px 5px 0px;
	overflow: visible;
	margin: 0 -35px 0 0;
}


a {
	color: #006600;
}

a:hover {
	color: #660000;
}

#teasers {
	position:relative;
	width:685px;
	margin: 0 auto 0 auto;
	padding-bottom: 2em;
}

a.teaser {
	display: block;
	position:relative;
	margin: 5px 15px;
	width: 194px; /* image width+2*border */
	float:left;
	text-decoration: none;
	font-weight:bold;
	text-align: center;
	font-size: 15px;
}
a.teaser img {
	border:2px solid #006600;
	margin: 0 0 5px 0;
}
a.teaser:hover img {
	border: 2px solid #660000;
	color: 
}

hr {
	color: #999;
	background: #ccc;
	height: 1px;
	margin: 15px 10px 15px 10px;
}


#footer {
	color: #996666;
	background: #330000 url('../images/bottom.jpg') no-repeat center top;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin:0px;
	padding: 25px 0px 15px 0px;
	text-align:left;
	font-size:8pt;
}
#footer a:link, #footer a:visited {
	color: #996666;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	text-decoration: underline;
}

.right {
	float: right;
	margin-left: 1em;
}

.left {
	float: left;
	margin-right: 1em;
}


/* shadow boxes */
.dshadow {
	clear: both;
	float:left;
	background: url(../images/dropshadow/shadow.gif) no-repeat bottom right;
	margin: 14px 0 0 17px !important;
	margin: 14px 0 0 8px;
	}

.dshadow div {
  background: url(../images/dropshadow/shadow2.png) no-repeat left top !important;
  background: url(../images/dropshadow/shadow2.gif) no-repeat left top;
  float: left;
  padding: 0px 6px 6px 0px;
  }

.dshadow img {
  background-color: #fff;
  border: 1px solid #aaaaaa;
  padding: 0px;
  margin: 0;
  }
