body {
font-family:Arial;
font-size:16px;
color: #000;
	background-image: url(images/bgroundDRK.png);
	margin: 10px 0 0px;
}
a:link{
color: #4F5C54;
}

a:link.bg_dark {
	color: #fff;
	font-weight: bold;
}
a:hover {
color: #801005;
}
.navbg{
width:176px;
height:auto;
	border-top: 1px groove #808080;
	border-bottom: 1px groove #808080;
	vertical-align: top;
	background: url(images/film.jpg) repeat-y;
}

.sidepics
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 103px;
	height: 128px;
	margin-top: 4px;
}

#header h1#maintitle {
margin: 0;
padding: 0;
text-indent: -9999px; /* sends text way off screen */
width: 100%; /* width of image */
height: 200px;
}

#header h1#maintitle a {
background: url(images/header.jpg) no-repeat center;
display: block;
margin: 0;
padding: 0;
width: 100%; /* ensures the space is filled */
height: 100%; /* ensures the space is filled */
text-decoration: none; 
}



.text_content{
background-color:#292118;
color:#845239;
padding:8px;
}
.images {
background-image:url(images/camera.gif);
background-position:right;
background-repeat:no-repeat;
height:190px;
background-color:#292118;
color:#FFFFFF;
padding:0px;
}
.category{
color:#FFCC00;
font-weight:bold;
}
.padding {
padding:8px;
}

h1
{
	background: inherit;
	border-bottom: 1px dashed #ccc;
	color: #800F06;
	font: 20px Georgia, serif;
	margin: 0 0 10px;
	padding: 0 0 5px;
	text-align: center;
}

h2
{
	background: inherit;
	color: #800F06;
	font: 16px Georgia, serif;
	margin: 0 0 10px;
	padding: 0 0 5px;
	text-align: center;
}

h3
{
	background: inherit;
	border-bottom: 1px dashed #ccc;
	color: #800F06;
	font: 18px Georgia, serif;
	margin: 0 0 10px;
	padding: 0 0 5px;
	text-align: left;
}

p
{
	clear: both;
	font: 10px Verdana, sans-serif;
	padding: 10px 0;
	text-align: center;
}

p a
{
	background: inherit;
	color: #777;
}

p a:hover
{
	background: inherit;
	color: #000;
}

.smalltext {
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 1.0em;
	padding: 2px;
	text-align: center;
	color: black;
}


.smalltext a:link{
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal;
	padding: 2px;
	text-align: center;
}

.smalltext a:visited{
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal;
	padding: 2px;
	text-align: center;
}

.noline a:link{
  text-decoration : none;
}

.noline a:visited{
  text-decoration : none;
}


.largetext {
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 1.2em; 
}

.largetext a:link{
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 1.2em; 
}

.largetext a:visited{
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 1.2em; 
}

.errortext {
  font-family : Arial, Helvetica, sans-serif; 
  font-size : .9em;
  color : red;
  font-weight : bold;
}

.grid {
border : #efb240 .05em solid;
}

.white {
  background-color : white;
}

.black {
  background-color : #ccc;
}

.bg_dark {
  background-color : #666;
	border-bottom-color: #7a8600;
	color: #fff;
	font-weight: bold;
}

.bg_medium {
  background-color : #b3b3b3;
	color: #fff;
	font-weight: bold;
}

.bg_light {
  background-color : #e3d99a;
}

.alt_bg_dark {
  background-color : #066fa0;
}

.alt_bg_medium {
  background-color : #2794d8;
}

.alt_bg_light {
  background-color : #5fb0d8;
}

.maincontent {
	background-color :white;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
	padding-left: 15px;
	height: 800px;
	vertical-align: top;
	border-top: 1px groove #808080;
	border-bottom: 1px groove #808080;
	/*border-left: 1px groove #808080;*/
	border-right: 1px groove #808080;
}

/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
	position: relative;
	left: -18px;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a .previewTall
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 1;
}

.hoverbox a:hover .previewTall
{
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 103px;
	height: 128px;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 200px;
	height: 150px;
}

.hoverbox .previewTall
{
	border-color: #000;
	width: 150px;
	height: 200px;
}