﻿* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#header {
 color: #333;
 width: 900px;
 float: left;
 padding: 10px;
 height: 300px;
 margin: 10px 0px 5px 0px;
 background: transparent;
}
#kenton
{
display:block;
margin-left:auto;
margin-right:auto; 
}
#navigation {
 float: left;
 width: 900px;
 color: #333;
 padding: 10px;
 margin: 0px 0px 5px 0px;
 background: #fff;
}
#leftcolumn { 
 color: #464545;
 background: transparent;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 height: 150px;
 width: 160px;
 float: left;
}
#leftmiddle { 
 color: #464545;
 background: transparent;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 height: 150px;
 width: 160px;
 float: left;
}
#center
{
 color: #464545;
 background: transparent;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 height: 150px;
 width: 160px;
 float: left;

}
#rightmiddle { 
 color: #464545;
 background: transparent;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 height: 150px;
 width: 160px;
 float: left;
}
#rightcolumn { 
 color: #464545;
 background: transparent;
 margin: 0px 0px 5px 0px;
 padding: 10px;
 height: 150px;
 width: 160px;
 float: left;
}
#footer1
{
	background-image:url('images/ground_middle.png');
	background-repeat:repeat-x;
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
}
#footer { 
 width: 100%;
 height:40px;
 clear: both;
 color: #b3b3b3;
 background: #262626;
}
.link_label
{
	font-size:1.5em;
	font-family:Gentium; 
	letter-spacing:2px; 
	color:black;
}
.sky_left
{
	background-image:url('images/sky_left.png');
	background-repeat:repeat-x;
}
.sky_right
{
	position:absolute;
	top:0px; 
	right:0px; 
	z-index:-1;
}
.header_text
{
	color:#fff; 
	position:absolute;
	top:20px;
	left:20px;
}
.higlight_blue
{
	color:#546D8E; 
	font-weight:bold;
}
.quote_container
{
	color:#000;
	position:absolute;
	top:180px;
	left:40px;
	z-index:5;
}
.quote
{
	position:absolute;
	top:10px;
	left:43px;
	width:350px; 
	font-size:1.4em; 
	font-family:Vegur;
	letter-spacing:1.2px; 
	line-height:21px;
}
.quote_right
{
	position:absolute;
	top:50px; 
	left:361px;
}
.back_black
{
	background-color:black;
}