@charset "UTF-8";
/* CSS Document */

* {
	padding: 0px;
	margin: 0px;
	}
	
body {
	font-family: Arial, Helvetica, sans-serif;
	}
	
h1 {
	text-transform: uppercase;
	color: #809646;
	font-weight: normal;
	font-size: 25px;
	padding-bottom: 45px;
	}
	
p {
	color: #809646;
	font-size: 18px;
	padding-bottom: 10px;
	}
	
#container {
	width: 950px;
	margin: auto;
	}
	
	
#header {
	position: relative;
	height: 208px;
	background: url(../layout/header-bg.png) no-repeat;
	}
	
.link a{
	position: absolute;
	left: 830px;
	top: 120px;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	color: #809646;
	}
	
.link a:hover, .link a.active {
	color: #d8005b;
	}
	
#main {
	min-height: 550px;
	padding: 30px 50px 20px 50px;

	}
	
.video {
	margin-bottom: 45px;
	}
	
#footer {
	height: 204px;
	background: url(../layout/footer-bg.jpg) repeat-x;
	}