@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #000000;
}

.container {
	width: 950px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	background: #5885cb;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#mainContent {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#leftcol {
	width: 400px;
	float: left;
	padding-left: 40px;
	padding-bottom: 20px;
}
#flashmov {
	position: relative;
	height: 290px;
	width: 375px;
	top: -40px;
}
#leftcolContact {
	background-color: #FFFFFF;
	width: 355px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

#rightcol {
	background-color: #FFFFFF;
	width: 470px;
	margin-left: 450px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	top: 20px;
	padding-top: 20px;
}

#footer {
	background:#7b7669;
	clear: both;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 200px;
	padding-left: 10px;
}


.footerimage {
	padding-right: 90px;
	padding-left: 90px;
}
h1 {
	margin-top: 0px;
	font-size: 1.3em;
}
h2 {
	margin-top: 0px;
}

p {
	font-size: 1.2em;
}

