@charset "UTF-8";
html,
body {
   	margin: 0px;
   	padding: 0px;
   	height: 100%;
   	width: 100%;
	}

a {
	outline: none;
	}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/bg_body.jpg);
	}
	
div#Fles {
	width: 195px;
	height: 670px;
	background-image: url(images/fles.png);
	background-position: left;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 10;
	margin: -11px 0px 0px 760px;

	}
	
div#Cont {
	width: 950px;
	height: 649px;
	padding: 0px;
	margin: 0 auto; 
	margin-top: 70px;
	margin-bottom: 70px;
	background-image: url(images/bg_container.png);
	background-position: left top;
	background-repeat: no-repeat;
	}
	
div#ContL {
	float: left;
	width: 426px;
	height: 639px;
   	margin: 5px 0px 0px 5px;
   	padding: 0px;
	}
	
div#LT {
   	margin: 0px;
   	padding: 0px;
	width: 426px;
	height: 581px;
	background-image: url(images/poster.jpg);
	background-position: left;
	background-repeat: no-repeat;
	text-align: center;
	}
	
div#LT h2 {
   	margin: 0px 0px 0px 0px;
   	padding: 0px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
	}
	
div#RT {
   	margin: 0px;
   	padding: 0px;
	width: 426px;
	height: 5px;
	background-image: url(images/round_top.png);
	background-position: top;
	background-repeat: no-repeat;
	}
	
div#LB {
   	margin: 0px;
   	padding: 0px;
	width: 426px;
	height: 58px;
	background-image: url(images/bg_container_bottom.jpg);
	background-position: left;
	background-repeat: no-repeat;
	text-align: center;
	}
	
div#LB h1 {
   	margin: 15px 0px 0px 0px;
   	padding: 0px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
	}
	
div#ContR {
	float: left;
	width: 426px;
	height: 639px;
   	margin: 5px 0px 0px 0px;
   	_margin: 8px 0px 0px 0px;
   	padding: 0px;
	}
	
div#ContR h2 {
   	margin: 10px 0px 0px 15px;
   	padding: 0px;
	color: #b9122b;
	font-size: 16px;
	font-weight: bold;
	}
	
div#ContR p {
   	margin: 0px 0px 13px 15px;
   	padding: 0px;
	color: #494949;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	}
	
div#Contact {
	width: 306px;
	height: 188px;
   	margin: 1px 0px 0px 15px;
   	padding: 0px;
	background-image: url(images/bg_contact.jpg);
	background-position: left;
	background-repeat: no-repeat;
	background-color: #5f0c1c;
	display: inline-block;
	}
	
div#Contact h3 {
   	margin: 7px 0px 5px 15px;
   	padding: 0px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	}
	
div#Contact p {
   	margin: 0px 0px 13px 15px;
   	padding: 0px;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	display: inline-block;
	line-height: normal;
	}
	
div#Contact a {
	color: #fff;
	text-decoration: none;
	border-bottom: 2px solid #fff;
	}
	
div#Contact a:hover {
	background-color: #fff;
	color: #5f0c1c;
	text-decoration: none;
	border-bottom: 2px solid #fff;
	}
	
span#NO{
	display: inline;
	margin: 0px 0px 0px 55px;
	}