@import url('common.css');

	#left {
		width: 230px;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 370px;
		margin-right: 0;
	}

#content {
	background: url(/images/first_bg.jpeg) right 202px no-repeat;
	padding-top: 270px;
}
	#right {
		padding-top: 380px;
		width: 300px;
		background: url(/images/right_bg.jpeg) left 201px no-repeat;
	}
		p#rnd {
			padding: 8px;
		}
		#kurs {
			margin: 36px 0;
			width: 140px;
		}
			* html #kurs {
				margin: 0;
				padding: 0;
			}
				* html #right #kurs h3 {
					padding: 0;
					margin: 0;
				}

a#ticket {
	display: block;
	width: 150px;
	padding: 40px 100px 20px 10px;
	color: #db521f;
	font-size: 24px;
	font-family: times,serif;
	text-decoration: none;
	font-weight: bold;
	line-height: 0.7;
}

h3 {
	color: #3b2400;
}
	#right h3 {
		font-family: times,serif;
	}
	#content h3 {
		padding: 25px 0;
		width: 333px;
		/*margin: 15px 0 0 65px;*/
	}
h4, h4 a {
	font-weight: bold;
	font-size: 100%;
	color: #db531f;
	text-transform: none;
	margin: 12px 0;
	padding: 0;
}
#hot, #new {
	/* width: 420px;
	margin: 0 0 0 55px;*/
	width: 100%;
}
#hot {
	min-height: 420px;
}
	/* html #hot {
		height: 480px;
	}*/
	#hot img, #new img {
		border: 1px solid #fff;
	}
#new {
	min-height: 420px;
}
	/* html #new {
		height: 240px;
	}*/
	h3#h_new {
		float: left;
		width: 100px;
		margin-bottom: 0;
		padding-bottom: 0;
		margin-left: 32px;
	}
		/* html h3#h_new {
			margin-left: 32px;
		}*/
	#palmtree {
		margin: 25px 0 0 48px;
	}
	#hot .item, #new .item {
		float: left;
		min-height: 270px;
		padding: 0 10px 20px;
		width: 170px;
	}
		* html #hot .item {
			height: 270px;
		}
		.item ul {
			list-style: none;
			padding: 0;
			margin: 0;
			color: #3b2400;
		}
			.item label {
				font-weight: bold;
			}

#people_0 {
	position: absolute;
	top: 160px;
	right: 300px;
}
#people {
	position: relative;
	top: -220px;
	left: -100px;
}

