body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	color: #333;
	background: #fafafa;
	cursor: default;
}

a {
	color: #369;
}

a:visited {
	color: #551a8b;
}

a img {
	border: none;
}

#root {
	width: 100%;
	height: 100%;
	font-size: 62.5%;
	border-collapse: collapse;
	background: url('/app/bottom-gradient.png') bottom repeat-x;
}

td {
	vertical-align: top;
}

.spacer, #navigation {
	width: 21%;
	padding: 0 0 0 49px;
}

#logo, #article, #copyright {
	width: 79%;
	padding: 0 84px 0 0;
}

#logo {
	height: 202px;
}

#logo h1 {
	margin: 14px 0 0;
}

#logo h1 img {
	width: 322px;
	height: 69px;
	margin: 28px;
}

#navigation ul {
	margin: 0;
	padding: 0;
	font-size: 1.3em;
	font-weight: bold;
	color: #d8c4a3;
}

#navigation ul li {
	margin: .8em 0;
	padding: 0;
	list-style: none;
}

#navigation ul ul {
	margin-left: 1em;
	font-size: 1em;
	font-weight: normal;
	color: #333;
}

#navigation a, #navigation a:visited {
	color: #574742;
}

#navigation a:hover {
	color: #796964;
}

#navigation .lang {
	margin-top: 49px;
	padding: 0 0 3px 7px;
	font-weight: normal;
	color: #bbb;
	border-left: 1px solid #d8c4a3;
}

#navigation .lang a {
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px dashed #999;
}

#navigation .lang li {
	margin: .1em 0;
}

#article, #copyright {
	padding-left: 28px;	
}

#index #article, #tours #article, #music #article, #contacts #article {
	padding-bottom: 18px;	
}

#about #article {
	padding-bottom: 28px;
}

#article h2 {
	margin: 0;
	padding-bottom: 3px;
	font-size: 2.4em;
	letter-spacing: 1px;
	color: #808080;
	border-bottom: 1px dashed #aaa;
}

#article h3 {
	margin: 1em 0 0 0;
	font-size: 2em;
}

#article p, #form {
	margin: 1em 0 1em 1px;
	font-size: 1.4em;
	line-height: 1.4em;
}

#article .item .sheet {
	border-collapse: collapse;
	font-size: 1.4em;
}

#article .item .sheet td {
	vertical-align: top;
	padding: 1px;
}

#article .item .sheet .month {
	padding-right: 3px;
	font-weight: bold;
	font-style: italic;
}

#article .old {
	filter: alpha(opacity=61);
	-moz-opacity: .61;
	opacity: .61;
}

.person {
	width: 100%;
	margin: 2em 0 0 1px;
	font-size: 1em;
	border-collapse: collapse;
}

.image, .story {
	padding: 0 14px 0 0;
}

.image {
	width: 123px;
}

.image img {
	width: 123px;
	height: 177px;
}

.story {
	padding-top: 3px;
}

#article .story p {
	margin: 0;
}

.name {
	font-size: 1.15em;
}

.gallery {
	margin: 1em 0 0 1px;
}

.gallery img {
	width: 210px;
	height: 140px;
	margin: 7px 35px 28px 0;
	border: 2px solid #d8c4a3;
}

.contacts, #form {
	padding: 0 0 2px 14px;
	border-left: 3px solid #d8c4a3;
}

#name, #email, #subject, #message {
	width: 100%;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #c0c0c0;
}

#name, #email, #subject {
	height: 22px;
	font-weight: bold;
}

#name, #email {
	font-style: italic;
	color: #555;
}

#subject {
	color: #000;
}

#message {
	height: 210px;
	overflow: visible;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

#submit {
	width: 210px;
	height: 42px;
	font-size: 1.4em;
}

small {
	font-size: .8em;
	color: #999;
}

#copyright {
	height: 49px;
}

#copyright p {
	margin-left: 1px;
	padding-top: 7px;
	font-size: 1.1em;
	color: #777;
	border-top: 1px solid #c0c0c0;
}

#copyright a, #copyright a:visited {
	color: #777;
}

.bablo {
	visibility: hidden;
}