@font-face { font-family: Flama; src: url('fonts/Flama-Light.otf'); } 
@font-face { font-family: Flama; font-weight: bold; src: url('fonts/Flama-Basic.otf'); }

body {
				
	font-family: Flama, sans-serif;
	
	font-size: 30px;
	line-height: 40px;
	color: rgb(50, 50, 50);
	
	-webkit-font-smoothing: antialiased;
				
}

#wrapper {

	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;

	width: 100%;
	
	background-color: rgb(246, 244, 244);

	background: url("img/background.png") 620px 20px no-repeat,
				-webkit-gradient(linear, 0 0, 0 100%, color-stop(0, rgb(212, 212, 210)), color-stop(1, rgb(246, 244, 244))) left top no-repeat;
	
	background: url("img/background.png") 620px 20px no-repeat,
				-webkit-linear-gradient(top, rgb(212, 212, 210) 0%, rgb(246, 244, 244) 100%);
	
	background: url("img/background.png") 620px 20px no-repeat,
				-moz-linear-gradient(top, rgb(212, 212, 210) 0%, rgb(246, 244, 244) 100%);
	
	background: url("img/background.png") 620px 20px no-repeat,
				-o-linear-gradient(top, rgb(212, 212, 210) 0%, rgb(246, 244, 244) 100%);

	background: url("img/background.png") 620px 20px no-repeat,
				-ms-linear-gradient(top, rgb(212, 212, 210) 0%, rgb(246, 244, 244) 100%);
	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d4d4d2', endColorstr='#f6f4f4',GradientType=0);
	
}

h1 {
	
	display: inline-block;
		
	margin: 0px 0px 4px 0px;
	padding: 2px 5px 0px 5px;

	height: 36px;
	
	background: url("img/texture.png") left top repeat; 
	background-color: rgba(0, 0, 0, 0.2);
						
	color: rgb(255, 255, 255);
	
	font-size: 30px;
	font-weight: normal;
	line-height: 36px;
				
}

h2 {
	
	font-size: 20px;
	font-weight: bold;
	
	line-height: 28px;
	
}

.logo {
	
	height: 100px;
	background: url("img/logo.png") 0px 20px no-repeat;
	background-color: rgba(0, 0, 0, 0);
	margin: 0px;
				
}

.divider {
	
	width: 200px;
	height: 1px;
	
	border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
	
	margin-bottom: 20px;
	
}

.section {
	
	width: 1000px;
	
	margin-left: 180px;
	margin-bottom: 50px;
													
}

.headline {
	
	width: 800px;
	
}

.text {
	
	padding-left: 5px;
	
}

.small {
	
	font-size: 20px;
	line-height: 28px;
	
}

.light {
	
	color: rgba(50, 50, 50, 0.5);
	
}

.green {
	
	color: rgb(0, 187, 35);
	
}

.greyBackground {
	
	background-color: rgba(0, 0, 0, 0.6);
	
}

.greenBackground {
	
	background-color: rgb(0, 187, 35);
	
}

a {
	
	color: rgb(0, 187, 35);
	text-decoration: none;
	text-transform: uppercase;
	
}

a:HOVER {
	
	text-decoration: underline;
	
}
