/***********************************************************/
/* Body */
/***********************************************************/
body {
 min-width: 1024px;
 font: 13px/1.6em Arial, Helvetica, sans-serif;
 color: #817532;
 background:#000000;
}

/***********************************************************/
/* Main */
/***********************************************************/
#main {
 width: 1024px;
 margin: 0 auto;
}

#main a {
 color: #CDC194;
}

#main a:hover {
 color: #ECE8D9;
 text-decoration: none;
}

#main h2{
 font-size: 110%;
 font-weight: bold;
 color: #6F5226;
}

#main .button{
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	border: none;
	background-color: #000000;
	background-image: url("/images/main/button_bg_passive.gif");
	background-repeat: no-repeat;
	background-position: left top;
	height: 26px;
	width: 137px;
}

#main .button:hover{
	color: #CCCCCC;
	background-image: url("/images/main/button_bg_active.gif");
	background-repeat: no-repeat;
	background-position: left top;
	cursor:pointer;
}

#main textarea {
	width: 100%;
	padding: 4px;
	color: #E2E0C0;
	background-color: #000000;
	background-image: url("/images/main/textarea_bg.gif");
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: scroll;
	border: none;
  scrollbar-face-color: #271203;
  scrollbar-shadow-color: #000000;
  scrollbar-highlight-color: #000000;
  scrollbar-3dlight-color: #000000;
  scrollbar-darkshadow-color: #000000;
  scrollbar-track-color: #000000;
  scrollbar-arrow-color: #000000;
	
	
}

#main .textbox{
	width: 70%;
	padding: 4px;
	color: #E2E0C0;
	background-color: #2E2314;
	background-image: url("/images/main/textbox_bg.gif");
	background-repeat: repeat-x;
	background-position: left top;
	border: none;
}

#main .external_link {
 color: #CDC194;
 text-decoration: none;
 font-weight: bold;
}

#main a.external_link:hover {
 color: #F8F5ED;
 text-decoration: underline;
}




/***********************************************************/
/* Header */
/***********************************************************/
#header {
 padding: 10px;
}

/***********************************************************/
/* Logo */
/***********************************************************/
#logo img {
border: 0;
}


/***********************************************************/
/* Left Coulumn */
/***********************************************************/
td.left_column {
	border-right: 3px solid #422d05;
}
#left_column {
	margin-top: 35px;
	margin-bottom: 35px;
}

/***********************************************************/
/* Right Coulumn */
/***********************************************************/
td.right_column {
	border-left: 3px solid #422d05;	
}

#right_column {
	margin-top: 35px;
	margin-bottom: 35px;
}

/***********************************************************/
/* Footer */
/***********************************************************/
#footer {
 margin-top: 30px;
 margin-bottom: 30px;
 color: #817532;
 font-size: 11px;
 line-height: normal;
}

#footer a{
 text-decoration:none;
}

/***********************************************************/
/* Menu */
/***********************************************************/
#menu {
	height: 26px;
	line-height:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#menu ul {
/*  padding: 1px 0 0px 1px;*/
padding: 0;
  margin-left: 355px;
  list-style:none;
}
#menu li {
  display:inline;
  margin:0;
}
#menu a {
	float:left;
	background:url("/images/main/menu/tabs_top_left.gif") no-repeat left top;
	text-decoration:none;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 9px;
}

#menu li a span {
	float:left;
	display:block;
	background:url("/images/main/menu/tabs_top_right.gif") no-repeat right top;
	color: #999999;
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 6px;
	padding-left: 6px;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
 #menu li span {float:none;}
/* End IE5-Mac hack */
 #menu li a:hover span {
  color:#FFF;
}
#menu li.not_selected a:hover{
  background-position:0% -26px;
  cursor:pointer;	  
}
  
#menu li.selected a{	  
  cursor: default;
  background-position:0% -52px;
}

#menu li.not_selected a:hover span{
  background-position:100% -26px;
  cursor:pointer;	  
  color: #CFC97E;
 }

#menu li.selected a span{
  cursor: default;
  background-position:100% -52px;
  color: #F0F0FF;
}


/***********************************************************/
/* Top Bar */
/***********************************************************/
#top_bar {
    position: relative;
    width: 100%;
	height: 26px;
	background: url("/images/main/bar.gif") no-repeat left top;	
}

/***********************************************************/
/* Bottom Bar */
/***********************************************************/
#bottom_bar {
	position: relative;
	overflow:hidden;
	margin: 0px;
    width: 100%;
	height: 26px;
	background: url("/images/main/bar.gif") no-repeat left top;		
}

/***********************************************************/
/* Central */
/***********************************************************/

#central {
margin: 0;
padding: 0;
}



/***********************************************************/
/* Content */
/***********************************************************/
#content {
 position:relative;
 margin: 0;
 padding: 0;
}


/***********************************************************/
/* Home*/
/***********************************************************/
#home {
margin-top: 40px;
margin-bottom: 40px;
}
#home img{
 border: 0;
}

/***********************************************************/
/* Gallery*/
/***********************************************************/

#gallery {
	margin: 0px;
	padding: 0px;
}


#gallery .gallery_table td {
 padding: 10px; 
}

#gallery .gallery_table a img{
	border: 3px solid #B09337;
}

#gallery .gallery_table a:hover img{
	border: 3px solid #F8F5EF;
}


/***********************************************************/
/* Gallery Categories*/
/***********************************************************/

#gallery .categories {
	margin: 0px;
	height: 26px;
	line-height:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	position: relative;
	overflow: hidden;
}

#gallery .categories ul {
	margin-top: 0px;
	margin-left: 230px;
	list-style:none;
	padding: 0px;

}
#gallery .categories li {
  display:inline;
  margin:0;
}
#gallery .categories a {
	float:left;
	background:url("/images/gallery/tabs_bottom_left.gif") no-repeat left top;
	text-decoration:none;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 9px;
}

#gallery .categories li a span {
	float:left;
	display:block;
	background:url("/images/gallery/tabs_bottom_right.gif") no-repeat right top;
	color: #999999;
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 6px;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#gallery .categories li span {float:none;}
/* End IE5-Mac hack */
#gallery .categories li a:hover span {
  color:#FFF;
}
#gallery .categories li.not_selected a:hover{
  background-position:0% -26px;
  cursor:pointer;	  
}
  
#gallery .categories li.selected a{	  
  cursor: default;
  background-position:0% -52px;
}

#gallery .categories li.not_selected a:hover span{
  background-position:100% -26px;
  cursor:pointer;	  
  color: #CFC97E;
 }

#gallery .categories li.selected a span{
  cursor: default;
  background-position:100% -52px;
  color: #F0F0FF;
}


/***********************************************************/
/* Gallery Pages*/
/***********************************************************/
#gallery .gallery_pages {
	margin-bottom: 0px;
	height: 26px;
	line-height:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	position: relative;
	overflow:visible;
	bottom: -1px;
}

#gallery .gallery_pages ul {
	margin-bottom: 0px;
	margin-left: 160px;
	list-style:none;
	padding: 0px;

}
#gallery .gallery_pages li {
  display:inline;
  margin:0px;
}
#gallery .gallery_pages a {
	float:left;
	background:url("/images/gallery/tabs_pages_left.gif") no-repeat left top;
	text-decoration:none;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 9px;
}

#gallery .gallery_pages li a span {
/*	float:left;*/
	display:block;
	background:url("/images/gallery/tabs_pages_right.gif") no-repeat right top;
	color: #999999;
	padding-top: 7px;
	padding-right: 12px;
	padding-bottom: 7px;
	padding-left: 2px;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#gallery .gallery_pages li span {float:none;}
/* End IE5-Mac hack */
#gallery .gallery_pages li a:hover span {
  color:#FFF;
}
#gallery .gallery_pages li.not_selected a:hover{
  background-position:0% -26px;
  cursor:pointer;	  
}
  
#gallery .gallery_pages li.selected a{	  
  cursor: default;
  background-position:0% -52px;
}

#gallery .gallery_pages li.not_selected a:hover span{
  background-position:100% -26px;
  cursor:pointer;	  
  color: #CFC97E;
 }

#gallery .gallery_pages li.selected a span{
  cursor: default;
  background-position:100% -52px;
  color: #F0F0FF;
}


/***********************************************************/
/* Links*/
/***********************************************************/
#links{
margin-top: 40px;
margin-bottom: 40px;
}

/***********************************************************/
/* Contact*/
/***********************************************************/

#contact {
 margin-top: 20px;
 margin-bottom: 50px;
 margin-left: 20px;
 margin-right: 20px; 
}

#sent_message {
 width: 70%;
 margin-top: 20px;
 padding: 15px;
 border: 1px dashed #6F5226;
}
