/*
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: #000000;
	background: #ffffff;
	font: 12px "Tahoma", sans-serif;
}
a{
	color: #007afd;
}
a:hover{
	color: #ec2127;
	text-decoration: none;
}
div.body{
	text-align: left;
	width: 950px;
}
h1{
	font: 52px "Palatino Linotype", Times, serif;
	font-weight: normal;
	font-style:italic;
}
h2{
	font: 28px "Palatino Linotype", Times, serif;
	font-weight: normal;
}
h3{
	font: 15px "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;
}