/* default elements */
* {margin: 0; padding: 0;}

body {
	background:#FFF url(images/_bg_.jpg);
	color:#000;
	font: normal 62.5% sans-serif;
	padding: 1% 0;
}

/* structure */
#wrapper {
	background: #FFF;
	margin: 0 auto;
	width: 980px;
	height:640px;

}
#container {
	background: #FFF;
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 auto;
	width: 968px;
}

.clear,.clearer {clear: both;} 
.clearer {font-size: 0;}
.content {}
.left {float: left; width:140px}
.right {float: right; width:826px}
.right .content {padding:10px}


/* header */

.header {
	background: #FFF url(images/header.jpg) no-repeat left bottom;
	height: 40px;
	border-bottom: 2px solid #ccc;
	 
}

/* navigation */
.navigation {
	background: #eee; 
	width:140px;
	height:560px;
	border-right: 2px solid #eee;
}
.navigation a {
	padding-right:15px;
	color: #666;
	font: bold 1em Arial,sans-serif;
	line-height:25px;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover,.navigation a#active {background-position: left bottom; color: #990000;}

/* bottom */
.bottom {
	background: #DCDAC9 url(images/bottom.gif) no-repeat left bottom;
	border-top: 1px solid #AA8;
	color: #444;

	padding: 14px 20px;
}
.bottom .left,.bottom .right {width: 49%;}

/* footer */
.footer {
	background: #666;
	color: #EED;
	padding: 10px;
	height:15px;
}

.footer a {
	color: #FFF;
	text-decoration: none;
}

.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

/* gallery */
.gallery td {
	vertical-align: top;
	text-align: center;
}
.gallery em {display: block;}

td {font-size:0.9em; font-weight:bold; color:#333}

.details {font-size:0.7em; font-weight:bold; color:#333}
/* 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;}


a {color:#660000;}
a:hover {color: #666;}

big {font-size: 1.1em;}

h1,h2,h3 {color: #666; padding: 10px 0 8px;}

h1 {font: normal 2.4em sans-serif;}
h1 a {text-decoration: none;}
h1 a:hover {text-decoration:none}
h2 a {text-decoration: none;}
h2 a:hover {text-decoration:none}

h2 {font: normal 1.6em sans-serif;}
h3 {font: bold 1.2em sans-serif;}

blockquote {
	background: url('images/quote.gif') no-repeat;
	display: block;
	font: normal 1.1em Arial sans-serif;
	padding-left: 26px
}

/*form,table {margin-bottom: 1.2em;}*/
img {border: none;}
label {display: block; font-weight:bold}
li {line-height: 1.5em;}
p {padding: 2px 0 10px; font-family:Arial, Helvetica, sans-serif; text-align:justify }
small,.small {font: normal 0.9em sans-serif;}
ul {padding: 0 2em 1.2em;}

