img { 
   behavior: url(iepngfix.htc);
	border: 0;
}

body { 
   background-color: #FFFFFF;
   font-size: 14px;
	color: #551033;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	text-decoration:none;
}

body a, body a:visited, body a:link, body a:active {
	color: #FFFFFF;
	text-decoration:none;
}

body a:hover {
   color: #2e2e2e;
}

/* HEADER */

div.navc {
   position: absolute;
   bottom: 0;
   left: 0;
   width: 600px;
   height: 15px;
   margin-bottom: 10px;
   z-index: 2;
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5; 
   background-color: #7E7598;
}

#navie {
   position: absolute;
   list-style-type: none;
   bottom: 0;
   left: 0;
   width: 950px;
   height: 35px;
   z-index: 3;
}

ul#navie li ul {
    display: none;
}
ul#navie li:hover > ul {
    display: block;
}

#navie li {
   display: inline;
   float: left;
   margin-left: auto;
   margin-right: auto;
   text-align: center;
}

#subnavie li {
   font-family: Papyrus;
   clear: both;
   width: 50px;
   height: 20px;
   background-color: #990000;
}

/* #navbutton-small, #navbutton-large {
   height: 40px;
   margin-left:auto;
   margin-right:auto;
   float:left;
   text-align: center;
   vertical-align: bottom;
   border: 1px solid #990000; 
}
*/

#navbutton-small {
   width: 83px;
}

#navbutton-large {
   width: 170px;
}
#bannercontainer {
   position: relative;
   width: 950px;
   height: 200px;
   margin-left: auto;
   margin-right: auto;
/*   border: 1px solid #000000;  */
/*   background-color: #990000; */
/*   padding-left: 2px; */
   float: left;
   z-index: 1;
}

/*
#navcontainer {
   position: absolute;
   bottom: 0;
   left: 0;
   width: 950px;
   height: 40px;
   z-index: 2;
}   
*/

#headercontainer {
   position: relative;
   width: 950px;
   margin-left: auto;
   margin-right: auto;
/*   border: 1px solid #E6E6E6; */
   background-color: #990000;
   overflow: hidden;
   margin-bottom: 15px;
}
#sitecontainer {
	width: 950px;
	margin-left:auto;
	margin-right:auto;
   margin-top: 30px;
/*	border: 1px solid #990000;  */
	padding: 10px;
	background-color:#ffffff;
   position: relative;
}

#maincontainer {
   width: 900px;
   margin-left: auto;
   margin-right: auto;
/*   border: 1px solid #EEEEEE;  */
   background-color: #ffffff;
   clear: both;
   overflow: auto;
   padding: 2px;
   padding-bottom: 10px;
   padding-top: 20px;
}

#divider {
   margin-left: auto;
   margin-right: auto;
   margin-top: 20px;
   margin-bottom: 20px;
   width: 200px;
   border-bottom: 1px solid #B3B39D;
}

#sitenav {
   width: 108px;
   height: 100%;
   /*border: 1px solid #000000; */
   background-color: #DDDDDD;
   float: left;
   padding-left: 2px;
}

#maincontent {
   width: 900px;  
/*   border: 1px solid #E6E6E6;  */
   background-color: #DDDDDD;
   margin-left: auto;
   margin-right: auto;   
}

p.footer {
   font-size: 9px;
   color: #872657;
   clear: both;
   text-align: center;
}

p {
   margin: 5px 5px 10px 0px;
}

/******************* GALLERY *******************/
#gallerynavbar {
   width: 950px;
   height: 22px;
   background-color: #535353;
   clear: both;
   position: static;
   text-align: center;
}

#gallerynavbutton {
   display: table;
   color: #2e2e2e;
   width: 90%;
   height: 22px;
   font-size: 18px;
   font-family: "Bradley Hand ITC", Calibri, Arial, Helvetica, sans-serif;
   font-weight: bold;
   list-style-type: none;
   margin-left: auto;
   margin-right: auto;
}

#gallerynavbutton li {
   display: table-cell;
}

#gallerybutton {
   clear: right;
}

#gallerybuttonselect {
   width: 20px;
   overflow: auto;
   float: left;
   font-size: 15px;
}

#gallery {
   list-style-type: none;
   clear: both;
   text-align: center;
}

#gallery li {
   float: left;
   background-color: #FFFFFF;
   padding: 9px;
   margin-left: 30px;
   margin-right: 30px;  
   margin-top: 5px;
   margin-bottom: 5px;
}

#gallery img {
   display: block;
   border: 1px solid #AAAAAA;
}

#contactheader {
   width: 75px;
   float: left;
   text-align: right;
   padding-right: 5px;
}

#contactform {
   clear: right;
   padding-bottom: 5px;
}

form {
   padding-top: 5px;
}

input[type=submit] {
   border: outset 1px #ccc;
   color: #551033;
   font-weight: bold;
   background: url(/images/formbg.gif) repeat-x left top;
}

textarea {
   overflow: auto;
}

#bodyheader {
   width: 450px;
   font-size: 18px;  
   font-weight: bold;
   text-align: left;
   border-bottom: 1px solid #B3B39D;
   margin-top: 20px;
   clear: both;
}

#bodydate {
   font-size: 14px;
   font-weight: bold;
   color: #990000;
   margin-top: 5px;
   padding-bottom: 5px;
}

#bodytext {
   margin-bottom: 10px;
}

#bodytext a, #bodytext a:visited, #bodytext a:link, #bodytext a:active {
   color: #551033;
   text-decoration: none;
}

#bodytext a:hover {
   text-decoration: underline;
}
