body {
	background-color: #333;
	margin: 0;
	padding: 25px;
	color: #bbb;
	font-family: "Hoefler Text", Georgia, Times New Roman, serif;
	font-size: 16px;
}
a {
	color: #8ea6fe;
	text-decoration: none;
	-webkit-transition: color .3s ease;
}
a:hover {
	color: #fff;
	-webkit-transition: color .3s ease;
}
#content a:hover {
	color: #000;
	-webkit-transition: color .3s ease;
}

#wrapper {
	width: 980px;
	margin: 0 auto;
}
h1 {
	text-align: center;
	font-weight: normal;
	font-size: 36px;
	color: #fff;
	margin-top: 0.5em;
	text-shadow: rgba(0, 0, 0, .5) 0 3px 3px;
}
h1 a {
	color: #fff;
}
h2#supratitlu {
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	margin-bottom: 0.5em;
}
p.requirements {
	text-align: center;
	font-size: 12px;
}
div#intro {
	padding: 15px 240px;
	margin: 20px;
	background: #fff url("background.jpg") no-repeat left bottom;
	color: #666;
}
div#intro *{
	line-height: 1.5em;
	text-align: justify;
}
ul#nav {
	list-style: none;
	margin: 0;
	padding: 5px 0;
	text-align: center;
	border-top: 1px dotted #666;
	border-bottom: 1px dotted #666;	
}
ul#nav li {
	display: inline;
}
ul#nav li a {
	font-size: 26px;
	padding: 5px 25px;
}
ul#nav li#current a {
	color: #fff;
}

ul.thumbnails {
	list-style: none;
	margin: 30px 0 0 0;
	padding: 0;
	text-align: center;
}
ul.thumbnails li {
	width: 316px;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 25px 0;
	padding: 0;
}
div.th {
	width: 306px;
	height: 176px;
	background: transparent url("shadow.png") no-repeat left top;
	padding: 5px;
}
div.th a {
	display: block;
	border: 3px solid #8ea6fe;
	width: 300px;
	height: 170px;
}
div.th a:hover {
	display: block;
	border: 3px solid #fff;
	width: 300px;
	height: 170px;
}
div.th a:visited {
	display: block;
	border: 3px solid #ccc;
	width: 300px;
	height: 170px;
}
div.th img {
	border: 0;
}
h2.adTitle {
	font-size: 16px;
	font-weight: normal;
}

div.video {
	width: 848px;
	height: 480px;
	margin: 0 auto 35px auto;
	background: transparent url("video_bg.png") no-repeat left top;
	padding: 20px;
}
h2.videoTitle {
	font-weight: normal;
	font-size: 36px;
	margin-bottom: 0;
	text-align: center;
}
div#footer {
	border-top: 1px dotted #666;
	padding: 10px;
	text-align: center;
	font-size: 12px;

}