body {
	padding: 0px;
	font-size: 90%;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #44484F;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/body_bg.png);
	background-repeat: repeat-x;
}
a {
	color: #910000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#head {
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/main_bg.png);
	background-repeat: repeat-y;
	background-position: center top;
	padding-top: 10px;
	padding-right: 16px;
	padding-bottom: 0px;
	padding-left: 16px;
}
#top_menu {
	background-image: url(images/main_bg.png);
	background-repeat: repeat-y;
	background-position: center center;
	width: 980px;
	padding-top: 10px;
	padding-right: 16px;
	padding-left: 16px;
	margin-right: auto;
	margin-left: auto;
}
#top_menu a {
	font-size: 100%;
	color: #FFF;
	display: block;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	margin-right: 15px;
	margin-left: 15px;
}
#top_menu a:hover {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #F00;
	text-decoration: none;
	padding-bottom: 0px;
}
#top_menu a.activ {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #F00;
	text-decoration: none;
	padding-bottom: 0px;
}
.blue_line {
	background-color: #09F;
	display: block;
	height: 3px;
	width: 950px;
	margin-bottom: 10px;
	float: left;
	margin-top: 10px;
	margin-right: 15px;
	margin-left: 15px;
}

.blue_wave{
	background-image: url(images/blue_wave.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 66px;
	width: 980px;
}

#main_holder {
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/main_bg.png);
	background-repeat: repeat-y;
	background-position: center top;
	padding-right: 16px;
	padding-left: 16px;
	padding-top: 15px;
}
#main_left {
	float: left;
	padding: 0px;
	width: 200px;
	margin-left: 15px;
}
#main_left h2 {
	font-size: 15px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#main_left h3 {
	font-size: 12px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.section {
	display: block;
	float: left;
	width: 194px;
	background-color: #363636;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	margin-bottom: 15px;
}
.section a {
	color: #FFF;
	font-size: 85%;
	line-height: 23px;
	display: block;
	width: 186px;
	border: 1px solid #1c1c1c;
	margin-top: -1px;
	text-decoration: none;
	padding-right: 3px;
	padding-left: 3px;
}
.section a:hover {
	text-decoration: none;
	background-color: #666;
}
.section a.activ {
	text-decoration: none;
	background-color: #666;
}
#main_center {
	float: left;
	padding: 0px;
	margin-left: 15px;
	margin-right: 15px;
	width: 520px;
	font-size: 90%;
	text-align: justify;
}
#main_center strong {
	color: #85D3F1;
}
#main_center h1{
	font-size: 150%;
	margin-bottom: 10px;
	color: #CD1212;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#main_center h2{
	font-size: 17px;
	color: #FFF;
	text-decoration: underline;
}
#main_right {
	float: right;
	width: 200px;
	margin-right: 15px;
}
#main_right h2 {
	font-size: 15px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.small {
	font-size: 11px;
}
#footer {
	background-image: url(images/main_bg.png);
	background-repeat: repeat-y;
	background-position: center center;
	width: 980px;
	padding-top: 10px;
	padding-right: 16px;
	padding-left: 16px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 11px;
	color: #CCC;
	padding-bottom: 10px;
}
#logos {
	text-align: right;
	margin-top: -25px;
	margin-right: 15px;
	letter-spacing: 1em;
}
.picture {
	float: left;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 5px;
	display: block;
}
.testimonial {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	display: block;
}
.more {
	position: relative;
	float: right;
	margin-top: 0px;
	margin-bottom: 0px;
}
.nospace {
	margin: 0px;
}

