﻿#left {
	width: 350px;
	float: left;
	
	color: #A9D5A1;
}
#left a {
	color: #A9D5A1;
}

#right {
	width: 350px;
	float: right;
	
	color: #3E789B;
	text-align: right;
}
#right a {
	color: #3E789B;
}

#slogan {
	height: 50px;
	min-height: 50px;
	line-height: 50px;
    word-spacing: 2em;
	
	margin: 0 0 1em 0;
	
	text-align: center;
    text-transform: uppercase;
	font-size: 1.1em;
	
	color: #FF6600;
}

.section-head {
	font-size: 1.7em;
	font-weight: lighter;
    letter-spacing: 1px;
	
	margin: 0 0 3em 0;
}

#contacts {
	clear: both;
	margin: 4em 0 3em 0;
	text-align: center;
	color: #666;
	letter-spacing: 0.1em;
}
#contacts .title {
	font-size: 1.05em;
	font-weight: bold;
}
#contacts .desc {
	font-size: 0.9em;
	font-style: italic;
}
#contacts a {
	color: #888;
	text-decoration: none;
}
#contacts a:hover {
	color: #333;
	text-decoration: underline;
}

.banners {
	text-align: center;
	margin: 4em 0 1em 0;
}
.banners .title {
	font-size: 0.8em;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 8px;
}
.banners img {
	margin: 0 10px;
}

#header {
	margin: 0 0 1em 0;
}

#menu-left {
	float: left;
}
#menu-right {
	float: right;
}

#footer {
	font-size: 0.8em;
}
