/* CSS Document */
body {
	margin: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #008f45;
}
.relative { position: relative; }
.absolute { position: absolute; }
.container {
	margin: auto;
	width: 800px;
}
.clear { clear: both; }
a {
	color: #5a8d48;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1, h2, h3 {
	margin: 0px;
	padding: 0px;
}
.top {
	height: 67px;
	padding-top: 8px;
	text-align: left;
}
h1.like-logo {
	color: #ffffff;
	font: 60px "Times New Roman", Georgia, Verdana;
	display: inline;
}
.flags {
	width: 171px;
	display: inline;
	bottom: 4px;
	position: absolute;
	right: 0px;
}
.flags a img { border: 0px; }
.main {
	background-color: #ffffff;
	padding-top: 10px;
	padding-bottom: 30px;
}
.quote {
	height: 225px;
	width: 465px;
	background: url(../images/quote-bg.jpg) top left no-repeat;
	position: relative;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 20px;
	color: #2a2e1c;
	font: 14px "Trebuchet MS", Tahoma, Verdana;
	line-height: 22px;
}
.begin {
	margin-right: 10px;
	margin-bottom: 5px;
}
.end {
	margin-left: 10px;
	margin-bottom: 3px;
}
.autor-name {
	position: absolute;
	font-size: 18px;
	bottom: 19px;
	right: 25px;
	color: #9eb49c;
	line-height: normal;
}
.video-container {
	height: 225px;
	width: 273px;
	position: absolute;
	right: 11px;
	top: 10px;
}
.video-bg {
	background: url(../images/video-bg.jpg) top left no-repeat;
	height: 200px;
}
.video-btn {
	background: url(../images/video-btn.jpg) top left no-repeat;
	display: block;
	font-size: 18px;
	color: #4f863c;
	padding-top: 10px;
	padding-bottom: 12px;
	padding-left: 70px;
}
.video-btn:hover {
	text-decoration: none;
}
.text-container {
	margin: 12px;
	margin-bottom: 0px;
}
.text-container img {
	margin-bottom: 20px;
	margin-right: 11px;
}
.text-container h2 {
	padding-top: 4px;
	padding-bottom: 12px;
	font: 25px "Trebuchet MS", Tahoma, Verdana;
	color: #769373;
}
.text-container h3 {
	font-size: 13px;
	font-weight: normal;
	color: #2a2e1c;
	margin-bottom: 12px;
}
.text-container h3.end { margin-bottom: 0px; }
.footer {
	padding-top: 10px;
	background: url(../images/footer-border.gif) top left repeat-x;
	text-align: right;
	margin-right: 11px;
	margin-left: 11px;
	color: #597856;
}
.footer a {
	color: #597856;
}
.video-page {
	color: #ffffff;
	text-align: center;
	padding: 7px;
}
.video-page p {
	margin: 0px;
	text-align: left;
}
.tleft { text-align: left; }