/**************************************************************

	Author		: Vahan M.
	Company		: www.vnacolors.com

**************************************************************/

@charset "utf-8";

body {
	background: url("../images/back.jpg") repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #232323;
	font-size: 14px;
	font-weight: bold;
}
.h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	line-height: 20px;
}
.h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 12px;
	line-height: 20px;
}
.h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	line-height: 20px;
}
.h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
}

/* global layout */
#main {
	width: 100%;
}
#page {
	border-left: 3px solid #000000;
	border-right: 3px solid #000000;
	border-top: 3px solid #000000;
	margin: auto;
	width: 900px;
	height: auto;
}
#header {
	background: url("../images/logo_back.jpg") no-repeat;
	width: 100%;
	height: 100px;
	border-bottom: 1px solid #ffffff;
}
#menu {
	background: #99cc33;
	width: 100%;
	height: 30px;
}
#slide {
	background: #ffffff;
	width: 100%;
	height: 370px;
}
#kino {
	float: left;
	margin-left: 25px;
	margin-right: 40px;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 560px;
	height: 340px;
}
#btn {
	margin-right: 25px;
	margin-top: 15px;
	margin-bottom: 15px;
	float: right;
	width: 250px;
	height: 340px;
}
#slide2 {
	background: #ffffff;
	width: 100%;
	height: 30px;
}
#page_text {
	background: #ffffff;
	width: 100%;
	height: auto;
}
#footer_menu {
	margin: auto;
	border-left: 3px solid #000000;
	border-right: 3px solid #000000;
	background: #99cc33;
	width: 900px;
	height: 30px;
	border-bottom: 1px solid #ffffff;
}
#footer {
	margin: auto;
	border-left: 3px solid #000000;
	border-right: 3px solid #000000;
	border-bottom: 3px solid #000000;
	background: #cccccc;
	width: 900px;
	height: 60px;
}