/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #595959; text-decoration: none; border-bottom: dashed 1px #595959 }
a:hover {color: #595959; text-decoration: none; border-bottom: solid 1px #595959;}

body {
	background: #6E6E6E;
	color: #2A2A2A;
	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;}

a.thumbs { 
	border: none;
}

/* misc */
.clearer {clear: both;}

.left {float: left;}

.right {float: right; }

/* structure */
.container {
	background: #FFFFFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 780px;
	margin-bottom: 50px;
}

/* header */
.top {
	padding: 35px 10px 0;
}

/* title */
.header {
	background: #FFF;
	font-size: 1.2em;
	height: 150px;
	margin: 0 auto;
	padding: 10px 10px 0;
	width: 780px;
}
.header .left, .header .right {
	background: #595959;
	color: #FFF;
	height: 150px;	
}
.header .left {
	background: #595959 url(header.jpg) no-repeat;
	font: normal 2.8em "Trebuchet MS",sans-serif;
	line-height: 150px;
	text-align: center;	
	width: 564px;
}
.header .right {
	width: 212px;
	float: right;	
}
.header .right p,.header .right h2 {padding: 0 16px; font-family: "Lucida Sans Unicode",sans-serif;}
.header .right h2 { float:right; padding-bottom: 6px; padding-top: 16px; font: normal 1.6em "Lucida Sans Unicode",sans-serif;}
.header .right p { text-align: right; clear: both; padding-bottom: 5px; }
.header .right a { color: #ffffff; border-bottom-color: #ffffff; }

/* main */
.main {
	border-top: 9px solid #D2D2D2;
	background: url(bgmain.gif) repeat-y;
}

.alert {
	background: #6E6E6E;
	border: 3px solid #393939;
	margin-bottom: 14px;
	padding-top: 7px;
	padding-left: 7px;
	padding-right: 7px;
	color: #DEDEDE;
	padding-bottom: 0;
}

.frmtext {
	font-family: "Lucida Sans Unicode",sans-serif;
	font-size: 12px;
	border: 2px solid #393939;
	padding: 1px;
}

.frmbutton {
	background: #6E6E6E;
	font-family: "Lucida Sans Unicode",sans-serif;
	border: 2px solid #393939;
	color: #DEDEDE;
	padding: 3px;
}

/* sub navigation */
.sidenav {
	float: left;
	width: 190px;
	padding-left: 3px;
}
.sidenav ul {
	padding: 0;
	padding-left: 7px;
}
.sidenav li {
	border-bottom: 1px solid #D2D2D2; 
	background-color: #595959;
}
.sidenav li a {
	font-size: 1.0em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
	border-bottom: none;
}
.sidenav li a:hover {
	background: #8C8C8C;
	border-bottom: none;
	color: #2A2A2A;
}
.sidenav li.first {
	border-top: 1px solid #D2D2D2;
}
.sidenav li.last {
	border-bottom: 1px solid #D2D2D2;
}
.sidenavtop {
	padding-left: 7px;
	padding-bottom: 0;
	margin-bottom: 0;	
	border-top: 10px solid #D2D2D2;
}
.sidenavbottom {
	padding-left: 7px;
	padding-top: 0;
	margin-top: 0;	
	border-bottom: 20px solid #D2D2D2;
}
/* content */
.content {
	float: right;
	margin: 10px 0;
	padding: 0 16px;
	width: 551px;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	list-style: url(li.gif);
	margin-left: 18px;
}
.content h2 {
	font-weight: normal;
	padding-top: 0;
	padding-bottom: 14px;
}
.content p {font-family: "Lucida Sans Unicode",sans-serif;}

.content img.next {
	float: right;
	border: none;
}

.content img.previous {
	float: left;
	border: none;
}

.content img.centered {
	border: none;
}

.content img.exhibitionimg {
	border: 3px solid #2A2A2A;
	margin-top: 12px;
}

.content h3 {
	padding-top: 6px;
	color: #2A2A2A;
	margin-top: 0;
}

.content img.exthumbs {
	margin-top: 3px;
	margin-bottom: 11px;
}

.contleft {
	float: left;
	width: 350px;
	padding-right: 8px;
}
.contright {
	border-left: 2px solid #595959;
	float: right;
	padding-left: 8px;
	width: 180px;
}

.textimg1 {
	padding-bottom: 0;
	margin-bottom: 4px;
}

.textimg2 {
	padding-bottom: 0;
	margin-bottom: 4px;
	padding-top: 0;
	margin-top: -7px;
}

.formtext {
	border: 1px #595959 solid;
	background-color: #9D9D9D;
	color: #000000;
	font-family: "Lucida Sans Unicode",sans-serif;
	padding: 2px;
	font-size: 1em;
}

.formbutton {
	border: 1px solid #9D9D9D;
	background-color: #595959;
	color: #ffffff;
	font-family: "Lucida Sans Unicode",sans-serif;
	padding: 4px;
	font-size: 1em;
}
	

/* footer */
.footer {
	background: url(bgfooter.gif) repeat-x;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	font-family: "Lucida Sans Unicode",sans-serif;
	line-height: 39px;
	text-align: center;
}
.footer a {color: #ffffff; border: none; text-decoration: none; font-weight: normal; font-size: 11px; }
.footer a:hover { text-decoration: underline; }