/*
CSS created by Simeon Tsonchev. 
For more information visit www.pixtura.net
Last revision 2007-05-20

DOCUMENT STRUCTURE:
- Structure
- Colors
- Weight

/* Structure */
body{
	margin: 0;
	padding: 0;
	color: #ffffff;
	background: #000000;
	font: 12px "Tahoma", sans-serif;
}
a{
	color: #ec2127;
}
a:hover{
	color: #ff1111;
	text-decoration: none;
}
div.body{
	text-align: left;
	width: 950px;
	background: url(title.gif) no-repeat top right;
	padding: 105px 0 0  0;
	margin: 15px 0 0 0;
}

p.film{
	text-align: right;
	text-transform:uppercase;
}

h1{
	font: 28px "Palatino Linotype", Times, serif;
	font-weight: normal;
}
h2{
	font: 24px "Palatino Linotype", Times, serif;
	font-weight: normal;
}
h3{
	font: 14px "Palatino Linotype", Times, serif;
	font-weight: normal;
	text-transform: uppercase;
}
h4{
	font: 13px "Palatino Linotype", Times, serif;
	font-weight: bold;
}
ul{
	list-style: circle;
}
div.video{
	float: right;
}
div.photo{
	width: 100%;
	padding: 50px 0 50px 0;
	text-align: center;
	font-size: 11px;
}
div.photo img{
	border: 7px solid #ffffff;
	background: #ec2127;
}