/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #963;}
a:hover {color: #C60;}

a img {border: none; padding: 3px;}

a.anchor {text-decoration: none;}

body {
	background-color: #DEBE7E;
	color: #444;
	font: normal 62.5% Tahoma,sans-serif;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {
	font: normal 1.8em Tahoma,sans-serif;
	margin-bottom: 4px;
}

h1,h2,h3 {padding-top: 6px;}

.gallerylisting {
  font: normal 3em Tahoma, sans-serif;
  text-align: center !important;
  margin: 20px;
  width: 100%;
}

.gallerylisting a {
  text-decoration: none;
  color: #000;
}

.clearer {clear: both;}

/* structure */
.container {
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 780px;
}

/* title */
.header {
	font-size: 1.2em;
	height: 250px;
	margin: 0 auto;
	padding: 3px 10px 5px;
	width: 780px;
	text-align: center;
}

}
.header h1 {display: none;}
.header .right p,.header .right h2 {padding: 0 16px;}
.header .right h2 {padding-top: 16px; font: normal 1.6em "Trebuchet MS",sans-serif;}


/* navigation */
.navigation {	
	background: #917D53;
	border: 1px solid #000000;
	height: 41px;
	margin-top: 10px;
}
.navigation a {
	background: #917D53;
	color: #FFF;
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 41px;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	width: 25%;
	text-align: center;
}
.navigation a:hover {
  color: #000000; 
  background-color: #FFFFFF;
}

/* content */
.content {
	float: left;
	margin: 10px 0;
	padding: 0 16px;
  text-align: justify;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	margin-left: 18px;
}
.content p {font-family: "Lucida Sans Unicode",sans-serif;}

.news {
  margin-bottom: 20px;
}


/* footer */
.footer {
	color: #DAC79B;
	background-color: #917D53;
	border: 1px solid #000000;
	font: bold 1em sans-serif;
	line-height: 39px;
	padding: 0 12px;
	text-align: center;
}
.footer a {color: #FFFFC0; text-decoration: none;}
.footer a:hover {color: #fff; text-decoration: underline;}


/* contact form stuff */
table.contactform td {
  padding: 10px;
}

input.contactform {
  width: 330px;
}
input.contactformshort {
  width: 150px;
}

textarea.contactform {
  width: 330px; 
  height: 80px;
}

/* gallery tables */
table.gallerymain {
  width: 100%;
}
table.gallerymain td {
  width: 50%;
  vertical-align: top;
}
table.gallerymain td.gdescrip {
  text-align: left;
}
table.gallerymain td.gimage {
  text-align: center;
}
