/* --- SITE --- */

img { border: none; }
ol,ul { list-style: none; }

a {
	text-decoration: none;
	color: #5E2612;
}

table {
	border: 0;
	border-spacing: 0;
}

table tr td {
	vertical-align: top;
}

body {
	margin: 0;
	padding: 0;
	background-image: url(../img/bg.jpg);
	background-position: top center;
	font-family: Adobe Devanagari;
}

header {
	height: 151px;
	background-image: url(../img/header.png);
	background-position: top center;
	text-align: center;
}

img.logo {
	margin-top: 15px;
}

nav {
	margin-top: 20px;
}

table.menu {
	margin: 0 auto;
}

table.menu tr td {
	padding: 0 3px 0 3px;
}

section {
	width: 800px;
	height: 535px;
	margin: 10px auto;
	background-image: url(../img/content.png);
	padding: 10px 50px 25px 45px;
}

div.content {
	width: 100%;
	height: 100%;
}

div.title {
	width: 100%;
	text-align: center;
}

footer {
	width: 840px;
	margin: 0 auto;
	color: #ffffff;
	font-size: 11px;
}

div.l_footer {
	width: 400px;
	float: left;
}

div.r_footer {
	width: 400px;
	float: right;
	text-align: right;
}


/* --- CONTENT --- */

div.text_center {
	width: 100%;
	text-align: center;
}

div.text_home {
	width: 100%;
	margin-top: 45px;
}

div.poster {
	margin-top: 20px;
}

img.poster {
	height: 220px;
	padding: 2px;
	margin: 1px;
	border: 1px solid #c0c0c0;
}

div.l_poster {
	width: 505px;
	float: left;
}

div.r_poster {
	width: 295px;
	float: right;
	text-align: right;
}

div.timetable {
	margin-top: 60px;
}

table.timetable {
	margin: 0 auto;
	font-family: Monotype Corsiva;
	font-size: 20px;
}

table.timetable td {
	padding-bottom: 30px;
}

td.date_timetable {
	padding-right: 30px;
	color: #700000;
}

div.text_gallery {
	margin-top: 25px;
}

table.gallery {
	margin: 0 auto;
}

img.gallery {
	width: 100%;
	width: 155px;
	height: 116px;
	padding: 2px;
	margin: 2px;
	border: 1px solid #c0c0c0;
	cursor: pointer;
}

div.number_gallery {
	margin-bottom: 10px;
	color: #800000;
	font-size: 18px;
}

div.on_gallery {
	position: fixed;
	z-index: 1;
	background-image: none;
	width: 0;
	height: 0;
	cursor: default;
}

div.horizon {
	position: fixed;
	z-index: 1;
	text-align: center;
	top: 50%;
	width: 100%;
	height: 0;
}

img.horizon {
	background-color: #ffffff;
	margin-top: -300px;
	border: 1px solid #000000;
	padding: 3px;
}

img.prevlabel_gallery {
	position: fixed;
	z-index: 1;
	margin-left: 1px;
	cursor: pointer;
}

img.nextlabel_gallery {
	position: fixed;
	z-index: 1;
	margin-left: -64px;
	cursor: pointer;
}

img.close_gallery {
	position: fixed;
	z-index: 1;
	margin-top: -290px;
	margin-left: -36px;
	cursor: pointer;
}

div.contact {
	margin-top: 70px;
}

table.contact {
	margin: 0 auto;
}

td.l_contact {
	width: 350px;
	font-size: 18px;
}

div.form_contact {
	width: 320px;
}

div.inter_contact {
	margin-bottom: 10px;
}

div.title_contact {
	font-size: 14px;
}

font.error_contact {
	font-size: 14px;
	color: #DB2929;
}

span.number_contact {
	font-size: 14px;
	color: #8B3E2F;
}

span.icon_contact {
	margin-left: 5px;
}