/* default elements */
* {margin: 0; padding: 0;}

body { color: #222; font: 62.5% tahoma, arial, sans-serif; background-color: black; padding: 0 0 2%; }

a { color: #642; text-decoration: none; }
a:hover { color: #963; text-decoration: underline; }

big {font-size: 1.1em;}

h1,h2 { color: #442; font-family: tahoma, arial, sans-serif; margin-right: 50px; margin-left: 50px; padding: 8px 0 2px; }

h1 { font-size: 8pt; font-family: tahoma, arial, sans-serif; font-weight: bold; line-height: normal; text-transform: uppercase; word-spacing: 5px; letter-spacing: 5pt; }
h4 { font-family: tahoma, arial, sans-serif; font-weight: bold; line-height: normal; text-transform: uppercase; text-align: right; word-spacing: 5px; letter-spacing: 3pt; margin: 1.33em 0; }
h1 a {text-decoration: none;}
h1 a:hover {text-decoration: underline;}

h2 { font: bold 1.4em tahoma, arial, sans-serif; letter-spacing: 6pt; }
h3 { font-size: 1.2em; font-family: tahoma, arial, sans-serif; font-weight: bold;f;font-style: normal; ont-style: normal; }
h5 { color: black; font-size: 10pt; font-weight: normal; font-style: normal; line-height: 20pt; border-top: 1px solid gray; }
blockquote { display: block; font: 1.1em Georgia, serif; background-image: url(../images/quote.gif); background-repeat: no-repeat;background-attachment: scroll;background-position: 0 0; padding-left: 26px
 }

form,table {}
img {border: none;}
label {display: block;}
li {line-height: 1.5em;}
p { margin-right: 50px; margin-left: 50px; padding: 2px 0 10px; }
small,.small {font: normal 0.9em sans-serif;}
ul {padding: 0 2em 1.2em;}

/* structure */
#wrapper { margin: 0 auto; width: 1000px; }
#container { background: url(../images/boky.jpg); font-size: 1.3em; line-height: 1.3em; margin: 0 auto; width: 1000px; }
#homepage { font-size: 1.3em; line-height: 1.3em; background-image: url(../images/homepage.jpg); background-repeat: no-repeat; background-attachment: scroll; background-position: 0 0; width: 1000px; height: 600px; margin: 50px auto 0; }
/* header */
.title { background: url(../images/top.jpg) no-repeat; height: 80px; }
.title h1 { color: #441; font: 2em Georgia, "Trebuchet MS", sans-serif; margin-left: 60px; padding: 45px 0 10px 18px; }

.header { background: #dad7c5 url(../images/header1.jpg) no-repeat; height: 170px; }

/* navigation */
.navigation { background: #ded9d0 url(../images/nav.gif) repeat-x; height: 41px; margin-right: 50px; margin-left: 50px; border-top: 1px solid #996; }
.navigation a { background: #fff url(../images/nav.gif) repeat-x; border-right: 1px solid #c9c6b3; color: orange; float: left; font: bold 1em/41px Tahoma, sans-serif; padding: 0 14px; text-align: center; text-decoration: none; }
.navigation a:hover,.navigation a#active { background-position: left bottom; color: black; }

/* main */
.main#two-columns { background-image: url(../images/two-columns.gif); background-repeat: no-repeat;background-attachment: scroll;background-position: 0 0; }

/* bottom */
.bottom { color: #444; background-repeat: repeat; background-attachment: scroll; padding: 14px 20px; }
.bottom .left,.bottom .right {width: 49%;}

/* footer */
.footer { background: url(../images/bottom.jpg) no-repeat 0 bottom; color: gray; font-size: 8pt; height: 80px; padding: 10px 10px 0; }
.footer .left { width: 500px; margin-top: 15px; margin-left: 50px; }
.footer .right { width: 33%; text-align: right; margin-top: 20px; margin-right: 50px; }
.footer a { color: gray; font-size: 8pt; text-decoration: none; }
.footer a:hover {
	color: black;
	text-decoration: underline;
}

/* gallery */
.gallery td {
	vertical-align: top;
	text-align: center;
}
.gallery em {display: block;}

/* misc */
.clear,.clearer {clear: both;} 
.clearer {font-size: 0;}
.col2 .left {width: 64%;}
.col2 .right .content {background: #FFF;}
.col2 .right {width: 33%;}
.content {padding: 18px 20px;}
.left { float: left; margin-left: 50px; }
.left2 { float: left; }
.left3 { width: 900px; float: left; margin-left: 30px; }
.left4 { font-weight: bold; margin-left: 70px; width: 200px; float: left; margin-top: 18px; }
.right { float: right; margin-right: 80px; }
.right2 { float: right; margin-top: 40px; padding-right: 80px; }
.right .content {padding: 18px 12px 12px;}

/* block list */
ul.block {
	border-top: 1px dashed #BCBAAC;
	margin: 4px 0;
	padding: 0;
	width: 90%;
}
.block li {
	border-bottom: 1px dashed #BCBAAC;
	list-style: none;
}
.block li a,.block li em {
	color: #553;
	display: block;
}
.block li em {
	font-size: 0.9em;
	font-style: normal;
}
.block li a {
	padding: 4px 3%;
	text-decoration: none;
	width: 94%;
}
.block li a span {font-weight: bold;}
.block li a:hover {
	background: #D2D0C0;
	color: #553;
}

.right .block,.right .block li {border-color: #DCDACC;}
.right .block li a:hover {background: #F2F0EA;}
