html, body {
	margin: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%; /* 12 px */
	background-color: #b38e62;
	color: #707173;
}
/* ---------------------------------------------------------------------------- */
/* general formating */
* {
	margin: 0;
	padding: 0;
	font-size: 1em;
}
h1 {
	padding-bottom: 0.6em;
	text-transform: uppercase;
	font-size: 1.45em; /* 16px */
	font-weight: 700; /* bold */
	color: #a38763;
}
a:link, a:visited {
	text-decoration: none;
	color: #a38763;
}
a:hover {
	text-decoration: none;
	color: #707173;
}
a:active, a.active {
	text-decoration: none;
	color: #707173;
}
img {
	border: 0;
}
p, ul {
	margin-bottom: 0.5em;
	line-height: 1.5em; /* 18px */
}
br.clear {
	clear: both;
	line-height: 0;
	font-size: 0;
}
form br {
	clear: both;
}
input, select, textarea {
	font-family: Verdana, Geneva, sans-serif;
}
table {
	border: 0 none;
	border-collapse: collapse;
}
/* ---------------------------------------------------------------------------- */
/* page structure */
div#wrap {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
}
div.inner_wrap {
	width: 870px;
	margin: 0 auto;
}
div#header {
	height: 167px;
	margin-bottom: 37px;
	background: url(../_media/bg/bg_header.jpg) 0 top no-repeat;
}
div.logo {
	padding: 25px 0;
}
div.content_wrap {
	width: 870px;	
	margin: 0 auto;
	padding-bottom: 17px;
}
div#content {
	padding-bottom: 17px;
}
div.link {
	padding-bottom: 15px;
}
div.audio {
	padding-bottom: 25px;
}
div#footer {
	height: 200px;
	background: url(../_media/bg/bg_footer.jpg) 0 bottom no-repeat;
}
/* ---------------------------------------------------------------------------- */
/* top navigation */
div#header ul {
	float: left;
	display: inline;
	width: 100%;
	margin: 25px 0 20px 0;
	padding: 8px 1px;
	border-top: 1px dashed #a38763;
	border-bottom: 1px dashed #a38763;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 1em;
	color: #707173;
}
div#header ul li {
	float: left;
	width: auto;
	margin: 0;
	padding: 0;
	list-style: none;
}
div#header ul li a, div#header ul li a:link, div#header ul li a:visited {
	display: inline;
	text-decoration: none;
	text-transform: uppercase;
	color: #707173;
}
div#header ul li a:hover {
	color: #a38763;
}
div#header ul li a:active, div#header ul li a.active {
	color: #a38763;
}
div#header ul li a.selected, div#header ul li a.selected:link, div#header ul li a.selected:visited, div#header ul li a.selected:hover, div#header ul li a.selected:active {
	font-weight: 700;
	color: #a38763;
}
/* ---------------------------------------------------------------------------- */
/* content */
div.null {
	margin-top: 0;
}
div.box {
	margin-bottom: 23px;
}
table.calendar {
	width: 550px;
	border: 0;
}
table.calendar tbody tr {
	border-bottom: 2px solid #fff;
}
table.calendar tr img {
	border: 1px solid #707173;
}
table.calendar tr img.spacer {
	border: 1px solid #fff;
}
table.calendar td {
	text-align: left;
}
table.calendar td.date {
	width: 20%;
}
table.calendar td.place {
	width: 30%;
}
table.calendar td.name {
	width: 35%;
}
table.calendar td.link {
	width: 5%;
}
table.calendar td.flyer {
	width: 10%;
}
table.audio {
	width: 450px;
	border: 0;
}
table.audio td {
	text-align: left;
}
table.audio td.title {
	width: 20%;
}
table.audio td.duration {
	width: 20%;
}
table.audio td.bitrate {
	width: 20%;
}
table.audio td.size {
	width: 20%;
}
table.audio td.date {
	width: 80px;
}
div.date {
	width: 80px;
	height: 30px;
	padding-top: 10px;
	border: 1px solid #000;
	text-align: center;
	background: url(../_media/flyer/dummy.jpg) 0 0 repeat-x;
	color: #fff;
}
div.date a:link, div.date a:visited {
	color: #fff;
	font-size: 1.2em;
	font-weight: 700;
	text-decoration: none;
}
div.date a:hover {
	color: #ccc;
	font-size: 1.2em;
	font-weight: 700;
}
div.date a:active {
	color: #fff;
	font-size: 1.2em;
	font-weight: 700;
	text-decoration: none;
}
div.schedule {
	margin-top: 0;
	padding-bottom: 50px;
}
div.flyer {
	margin-top: 0;
	padding-bottom: 14px;
}
div.flyer_last {
	padding-bottom: 21px;
}
div.flyer p, div.flyer_last p {
	margin-bottom: 0;
	padding: 3px 0 0 18px;
}
div.flyer p, div.flyer_last p, div.flyer h1, div.flyer_last h1 {
	float: left;
}
div.flyer img, div.flyer_last img {
	display: inline;
	border: 1px solid #707173;
}
div.paging {
	margin-top: 25px;
}
/* ---------------------------------------------------------------------------- */
/* contact form */
form.contact {
	width: 400px;
}
label {
	display: block;
	width: 400px;
	margin-top: 10px;
	background: none;
}
label.error {
	color: #cc3333;
}
input.error, textarea.error {
	border: 1px dotted #cc3333;
}
span.ok {
	color: #339900;
}
input.txtField {
	width: 200px;
}
textarea {
	width: 300px;
}
input, textarea {
	margin-top: 10px;
	border: 1px solid #707173;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #707173;
}
input.submit {
	padding: 1px;
	text-transform: uppercase;
	font-weight: 700;
	cursor: pointer;
	color: #fff;
	background-color: #b38e62;
}
form.contact br {
	clear: both;
}
/* ---------------------------------------------------------------------------- */
/* footer navigation */
div#footer ul.service {
	float: left;
	width: 100%;
	margin: 0;
	padding: 8px 1px;
	border-top: 1px dashed #a38763;
	border-bottom: 1px dashed #a38763;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 1em;
	color: #707173;
}
div#footer ul.service li {
	float: left;
	width: auto;
	margin: 0;
	padding: 0;
	list-style: none;
}
div#footer ul.service li a, div#footer ul.service li a span {
	display: inline;
	text-decoration: none;
	text-transform: uppercase;
	color: #707173;
}
div#footer ul.service li a:link, div#footer ul.service li a:visited, div#footer ul.service li a:link span, div#footer ul.service li a:visited span {
	color: #707173;
}
div#footer ul.service li a:hover, div#footer ul.service li a:hover span {
	color: #a38763;
}
div#footer ul.service li a:active, div#footer ul.service li a.active span {
	color: #a38763;
}
/* ---------------------------------------------------------------------------- */
/* office link */
div#footer ul.office {
	float: right;
	width: auto;
	margin: 0;
	padding: 8px 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 1em;
	color: #707173;
}
div#footer ul.office li {
	float: left;
	width: auto;
	margin: 0;
	padding: 0;
	list-style: none;
}
div#footer ul.office li a, div#footer ul.office li a:link, div#footer ul.office li a:visited {
	display: inline;
	text-decoration: none;
	text-transform: lowercase;
	color: #707173;
}
div#footer ul.office li a:hover {
	color: #a38763;
}
div#footer ul.office li a:active, div#footer ul.office li a.active {
	color: #a38763;
}
/* ---------------------------------------------------------------------------- */
