html {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 40px;

  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 11pt;

  background: #FFF;

  text-align: left;
}



h3 {
  margin: 2px 0;
  padding: 0;

  font-weight: bold;
  font-size: 120%;
  color: #990000;
}


h4 {
  margin: 2px 0;
  padding: 0;

  font-weight: bold;
  font-size: 100%;
  color: #990000; /* #513A25; */
}


p {
  margin: 0.2em 0 0.6em 0;
}


p.descr {
  font-size: 90%;
}

.more {
  color:#900; 
  font-size:90%; 
  text-align:right;
}

ul {
  margin: 2px 0 6px 0;
  padding: 0;

  font-size: 90%;

  list-style: square;
}

li {
  margin: 0 0 0 1.3em;
  padding: 0;
}




a {
  color: #6e774a;
  text-decoration: underline;
}

a:hover {
  color: #336600;
  text-decoration: underline;
}



.more a {
  color:#900; 
  text-decoration: underline;
}






table.mtable {
  width: 100%;

  border: 1px solid #322a18;

  border-collapse: collapse;
}

table.mtable td, table.mtable th {
  padding: 4px;

  border: 1px solid #322a18;
}





#header {
  width: 355px;
  height: 375px;

  margin: 0;
  padding: 10px 40px 0 0;
  
  text-align: center;

  background: transparent url(/images/header_bg.jpg) no-repeat 0 0;
}


#header h1 {
  margin: 0;
  padding: 0;

  font-weight: bold;
  font-size: 33px;
  color: #6e774a;
  text-align: right;
  text-transform: lowercase;
}

#header h2 {
  margin: 0;
  padding: 0;

  font-weight: bold;
  font-size: 17px;
  color: #322a18;
  font-family: Georgia, "Times New Roman", serif;
  text-align: right;
  text-transform: lowercase;
}

#intro {
  margin: 0;
  padding: 20px;
  
  text-align: left;
  color: #FFF;

  background: #322a18 url(/images/brown_bottom.gif) no-repeat 0 100%;
}






#main {
  margin: 0 auto;

  width: 770px;

  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 11pt;

  text-align: left;
}

#main #leftpan {
  margin: 0;
  padding: 0;

  margin: 0 auto;
  width: 395px;
}

#main #menu {
  margin: 10px 0;
  padding: 0;
  
  text-align: center;
  text-transform: lowercase;
  color: #322a18;
}

#main #menu ul {
  margin: 2px 0 6px 0;
  padding: 0 2px 0 2px;

  font-size: 90%;

  list-style: none;
}

#main #menu li {
  display: inline;

  margin: 0;
  padding: 0 3px;

  border-left: 1px solid #676;
}

#main #menu li.first {
  padding: 0;
  border-left: 0 none;
}

#main #menu a {
  color: #6e774a;
  text-decoration: underline;
}

#main #menu a:hover {
  color: #336600;
  text-decoration: underline;
}


#main #content {
  margin: 0;
  padding: 0px 20px 20px 20px;
  
  text-align: left;
  font-size: 90%;
  color: #322a18;


  background: transparent url(/images/content_bg.jpg) no-repeat 100% 0;
}








#header1 {
  position: relative;

  width: 750px;
  height: 90px;

  margin: 0 auto;

  padding: 20px 0 0 20px;
  
  text-align: left;

  background: #55542b url(/images/header1_bg.jpg) no-repeat 0 0;
}


#header1 .corner {
  position: absolute;
  top: 0;
  right: 0;

  width: 30px;
  height: 30px;

  z-index: 500;

  background: transparent url(/images/header_corner.gif) no-repeat 100% 0;
}

#header1 h1 {
  margin: 0;
  padding: 0;

  color: #FC0;
  font-weight: bold;
  font-size: 33px;
  text-align: left;
  text-transform: lowercase;
}

#header1 h2 {
  margin: 0;
  padding: 0;

  font-weight: bold;
  font-size: 17px;
  color: #FFF;
  font-family: Georgia, "Times New Roman", serif;
  text-align: left;
  text-transform: lowercase;
}

#secondary h3 {
  margin: 0;
  padding: 5px 20px;

  font-weight: bold;
  font-size: 130%;
  color: #322a18;

  background: transparent url(/images/header1_bg.gif) repeat-y 100% 0;
}




#secondary {
  margin: 5px auto;

  width: 770px;

  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 11pt;

  text-align: left;
}

#secondary #leftpan {
  margin: 0;
  padding: 0;

  width: 180px;
}

#secondary #menu {
  margin: 0;
  padding: 20px;
  
  text-align: left;
  color: #FFF;

  background: #322a18 url(/images/brown1_bottom.gif) no-repeat 0 100%;
}



#secondary #menu ul {
  display: block;

  margin: 0;
  padding: 0;

  font-size: 110%;
  list-style: none;

  border: 0 none;
}

#secondary #menu li {
  display: block;

  margin: 0;
  padding: 0;

  border: 0 none;
}

* html #secondary #menu li {
  height: 1%;
}

#secondary #menu a {
  display: block;

  padding: 2px 10px 2px 14px;

  color: #FFF;
  text-decoration: none;

  background: transparent url(/images/triangle_white.gif) no-repeat 0 50%;
}

#secondary #menu a:hover {
  color: #FC0;
  text-decoration: underline;

  background: transparent url(/images/triangle_yellow.gif) no-repeat 0 50%;
}


#secondary #menu .current a {
  color: #FC0;
  font-weight: bold;
}


#secondary #content {
  margin: 0;
  padding: 0;
  
  text-align: left;
  font-size: 90%;
  color: #322a18;


  background: transparent url(/images/content1_bg.jpg) no-repeat 100% 100%;
}

#secondary #content .content {
  margin: 0;
  padding: 20px;
}



#footer1 {
  position: relative;

  width: 740px;
  height: 30px;

  margin: 0 auto;
  padding: 15px 0 0 30px;
  
  text-align: left;
  color:#FFF;
  font-size: 13px;

  background: #322a18 url(/images/brown_left_corner.gif) no-repeat 0 100%;
}


#footer1 .corner {
  position: absolute;
  top: 15px;
  right: 0;

  z-index: 500;

  width: 30px;
  height: 30px;

  background: transparent url(/images/brown_right_corner.gif) no-repeat 100% 100%;
}






table.gallery {
  margin-left: auto;
  margin-right: auto;
  background-color: #f5f5dc;
  border-collapse: collapse;
  border: 1px solid #c5c589;
  empty-cells: hide;
}

table.gallery td {
  color: #000000;
  font-size: 10pt;
  text-align: center;
  vertical-align: baseline;
  border: 1px solid #c5c589;
}

table.gallery img {
  border: none;
}

table.gallery a { color: blue;
  font-size: 10pt;
  text-decoration: none;
}

table.gallery a:hover { 
  text-decoration: underline;
}


.left {
  float: left;
}

.right {
  float: right;
}

img.left {
  margin: 0 20px 10px 0;
} 

img.right {
  margin: 0 0 10px 20px;
} 






#form-table {
  width: 245px;

  margin: 0;
  padding: 0;

  border-top: 10px solid #CEC7EE;
  border-bottom: 5px solid #CEC7EE;
  border-left: 15px solid #CEC7EE;
  border-right: 15px solid #CEC7EE;

  background: #CEC7EE;
}

#form-table th, #form-table td {
  background: #DAD6F7;
  border-bottom: 5px solid #CEC7EE;

  text-align: left !important;

  font-size: 9pt;
  color: #000000;
}

#form-table td.right {
  text-align: right;
}

#form-table td input, #form-table td select {
  width: 150px;
}


button {
  padding: 5px 0;

  color: #FFFFFF;
  formt-weight: bold;
  text-align: center;

  border: 2px solid #322A18;
  background: transparent url(/images/header1_bg.gif) repeat-y 100% 0;
}
