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

* {
    font-size: 1em;
    text-decoration: none;
    padding: 0px;
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	margin: 20px;
	background-color: #999;
}
#page {
	display: block;
	float: left;
	width: 960px;
	background-color: #FFF;
}
#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	display: block;
	float: left;
	width: 960px;
}
#mainContent {
	display: block;
	float: left;
	width: 960px;
	min-height: 280px;
	background-color: #000;
	color: #FFF;
	padding-top: 20px;
}
#contentHeader {
}
#contentHeader h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	text-align: center;
}
#contentEnd {
	display: block;
	float: left;
	width: 880px;
	margin-top: 40px;
	padding-right: 40px;
	padding-left: 40px;
	margin-bottom: 20px;
	font-size: 13px;
	line-height: 16px;
}
.textBold {
	font-weight: bold;
}
#mainImage {
	display: block;
	float: left;
	width: 960px;
}
#footer {
	display: block;
	float: left;
	width: 960px;
	background-color: #94C120;
	height: 50px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 13px;
	text-align: center;
}
.leftCol {
	display: block;
	float: left;
	width: 400px;
	margin-left: 80px;
	margin-top: 30px;
	line-height: 18px;
}
.rightCol {
	display: block;
	float: left;
	width: 400px;
	margin-top: 30px;
	margin-left: 30px;
	line-height: 18px;
}
#webdesign {
	font-size: 9px;
	line-height: 35px;
}
#webdesign a {
	color: #333;
	font-weight: bold;
}
