a img {
  border:none;
}

a:link, a:visited {
  color:#000000;
  text-decoration:underline;
}

a:hover, a:active {
  color:#680606;
  text-decoration:none;
}

h1 {
  margin:0 0 5px 0;
  padding:0;
  font-size:18px;
  font-weight:bold;
}

h2 {
  font-size:15px;
  font-weight:bold;
  margin:0 0 3px 0;
  padding:0;
}

h3, h4 {
  font-size:13px;
  font-weight:bold;
  margin:0;
  padding:0;
}

p {
  margin:0 0 1em 0;
}

p.error {
  font-weight:bold;
  color:#ff0000;
}


.pageNav {
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
}

.pageNav div {
  position:absolute;
  left:0;
  bottom:0;
  width:100%;
}

.pageNav .pageNo {
  text-align:center;
}

.pageNav .next {
  text-align:right;
}

.pageNav .prev {
  text-align:left;
}

.pageNav a {
  position:relative;
  z-index:100;
}


input.textBox {
  border:1px solid #777777;
}

textarea.textBox {
  border:1px solid #777777;
}

select.selectList {
  border:1px solid #777777;
}

input.button {
  background-color:#dddddd;
  border:1px solid #777777;
  font-weight:bold;
}

input.error {
  border-color:#ff0000;
  background-color:#fff0f0;
}


/* main layout */

#outer {
  position:relative;
  width:900px;
  margin:0 auto;
  padding:20px 0 auto;
}

#main {
  position:relative;
  float:right;
  width:613px;
}

#content {
  position:relative;
  width:553px;
  min-height:610px;
  margin-top:200px;
  padding:30px;
  background:#ffffff url(/images/content_bg.png) repeat-y top left;
}

#content .top, #content .bottom {
  position:absolute;
  left:0;
  width:613px;
  height:20px;
}

#content .top {
  top:0;
  background:url(/images/content_top.png) no-repeat top left;
}

#content .bottom {
  bottom:0;
  background:url(/images/content_bottom.png) no-repeat bottom left;
}

#topText {
  position:absolute;
  top:146px;
  left:8px;
  width:597px;
  height:45px;
  background:url(/images/top_text_bg.png) no-repeat top left;
  font-size:14px;
  line-height:45px;
  text-align:center;
}


#leftColumn {
  float:left;
  width:280px;
}
  
#leftMain {
  position:relative;
  width:208px;
  padding:228px 36px 36px;
  background:#680606 url(/images/left_col_bg.png) repeat-y top left;
}

#leftMain .top, #leftMain .bottom {
  position:absolute;
  left:0;
  width:280px;
}

#leftMain .top {
  height:218px;
  top:0;
  background:url(/images/left_col_top.png) no-repeat top left;
}

#leftMain .bottom {
  height:24px;
  bottom:0;
  background:url(/images/left_col_bottom.png) no-repeat bottom left;
}


.vertMenu {
  margin:10px 0 0;
  padding:0;
  list-style-type:none;
  text-align:left;
}

.vertMenu ul {
  margin:0 0 5px;
  padding:0;
  list-style-type:none;
  text-align:left;
}

.vertMenu li {
  margin:0 0 1px 0;
  padding:0;
  background-color:#490000;
  border-top:1px solid #3f0000;
  border-bottom:1px solid #3f0000;
}

.vertMenu li li {
  margin:0 0 1px 0;
  padding:0;
  border:none;
}

.vertMenu a, .vertMenu div {
  display:block;
  padding:7px 27px;
  color:#e1c776;
}

.vertMenu ul a, .vertMenu ul div {
  padding:5px 15px 5px 40px;
}

.vertMenu a:link, .vertMenu a:visited {
  color:#e1c776;
  text-decoration:none;
}

.vertMenu a:hover, .vertMenu a:active {
  color:#e1c776;
  text-decoration:none;
  background-color:#350000;
}

.vertMenu li.selected a, .vertMenu li.selected div {
  font-weight:bold;
}

.vertMenu li.selected li a, .vertMenu li.selected li div {
  font-weight:normal;
}


#quickLinks {
  position:absolute;
  top:5px;
  left:37px;
  width:573px;
  height:133px;
  margin:0;
  padding:0;
  list-style-type:none;
}

#quickLinks li {
  float:left;
  margin:0 40px 0 0;
  padding:0;
}


/* start page */

#startPageColumn {
  float:left;
  width:310px;
}

#startPageRight {
  float:right;
  width:203px;
  padding:10px;
  background-color:#cddfea;
}

#startPageRight h2 {
  font-size:18px;
  margin-bottom:7px;
}

/* news */

.blockNewsList {
  list-style-type:none;
  margin:0;
  padding:0;
}

.blockNewsList li {
  margin:0 0 2em 0;
  padding:0;
}

.blockNewsList h3 {
  font-size:12px;
}


.newsBlock h2 {
  margin:1.2em 0 7px 0;
  border-bottom:1px solid #000000;
  font-size:18px;
}


.newsList {
  position:relative;
  clear:both;
  padding:2em 0 0;
}

.newsListItem {
  margin-bottom:2em;
}


/* contact form */

.contactForm .textBox {
  width:95%;
}

table.contactForm {
  width:70%;
  margin-top:1em;
  border:none;
}

.contactForm td {
  padding:0.2em;
  display:relative;
}

.contactForm td.rightAlign {
  text-align:right;
}


/* gallery */

.galleryThumbnails {
  clear:both;
  width:100%;
  margin:0.5em 0;
  padding:0;
  border:0;
  border-spacing:0;
  border-collapse:collapse;
}

.galleryThumbnails tbody {
  text-align:center;
  vertical-align:bottom;
}

.galleryThumbnails td {
  border:1px solid #eeeeee;
  padding:10px;
  width:25%;
}

.galleryLinks {
  height:2em;
}

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

.galleryFullImage {
  display:block;
  margin:0 auto;
}

.galleryImageInfo {
  margin-bottom:2em;
  padding:0;
}

.galleryImageInfo .imageDate {
  position:absolute;
  bottom:0.2em;
  right:0.5em;
}


/* misc */
#footer {
  position:relative;
  clear:both;
  height:25px;
  line-height:25px;
  text-align:center;
}