/* CSS Document */

html{
	height:100%;
}

body{
	background-color:#D3D3D3;
	color:#D36E3E;
	font:12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	height: auto !important;
	height: 100%;
	margin:0px;
	min-height: 100%;
	padding:0px;
	position:relative;
}

img{
	border:none;
	display:inline;
}

h1, h2{
	margin-top: 0px;
}

h1{
	font-size:14px;
	color:#FFFFFF;
	text-align:center;
	vertical-align:middle;
	padding:3px 0px 8px 10px;
	background:url(/img/h1.png) no-repeat;
	width: 261px;
	height:26px;
	overflow:hidden;
	margin-bottom: 5px;
}

p{
	margin-top: 7px;
	margin-bottom: 7px;
}

a, a:visited{
	text-decoration:none;
	color:#3273EB;
}

a:hover, a:active{
	text-decoration:underline;
	color:#3273EB;
}

div#footer{
	width:100%;
	height:240px;
	position:absolute;
	background-color:#D3D3D3;
	bottom:0px;
	text-align:center;
}

div#all{	
	position:relative;
	padding-bottom: 245px;
	background-color:#FFFFFF;	
}

.center_block{
	margin-left:auto;
	margin-right:auto;
	width:1010px;
	border-left:1px #000000 solid;
	border-right:1px #000000 solid;
}

div#container{	
	float:right;
	margin-left: -300px;
	width:100%;
}

div#right_column{
	margin-left: 300px;
}

div#left_column{
	border-right:1px solid #F4DBCF;
	float: left;
	width: 299px;	
}

div#clearing{
	height:0px;
	clear:both;
}

div.content{
	/*width:95%;*/
	padding: 0px 10px 0px 10px;
}

div.news{
	margin-bottom: 10px;
}

table#price{
	background-color: #F3C683;
}

table#price td,th{
	text-align: center;
}

table#price td.left{
	text-align: left;
}

table#price td{
	background-color: #FFFFFF;
}

table#price th{
	background-color: #FDEEC3;
	color: #D36E3E;
	font-weight: bold;
}

/** news styles **/
div.date{
	text-decoration: underline;
	text-align:right;
}

.ticket{
	background: url(/img/ticket.jpg) no-repeat;
	width: 601px;
	height: 392px;
	overflow: hidden;
	padding: 80px 100px 0px 130px;
	font-size: 20px;
	font-weight: bold;
}
.ticket *{
	white-space: normal;
}