﻿/* CSS layout */
#masthead {
height:120px;
}

#header {
	width: 780px;
	margin: 0 auto;
	height: 120px;
	background-image: url('Images/banner-main.jpg');
	width: 780px;
}

#container {
	position: relative;
	width: 780px;
	margin: 0 auto;
	top: 0px;
	left: 1px;
	background-color: #FFFFFF;
}

#navigation {
	width: 780px;
	height: 80px;
	text-align: center;
}

#main_content {
	height: 483px;
	font-family: Arial;
	font-size: 20px;
	color: #454F63;
	background-color: #FFFFFF;
	text-align: left;
}
#footer {
	height: 50px;
	color: #454F63;
	font-family: Arial;
	font-size: 15px;
	text-align: center;
	background-image: url('Images/footer4.jpg');
}

.h1 {
	text-align: left;
	font-size:34px;
	color: #454F63;
	font-family: Arial;
	margin-left: 195px;
	padding-top:20px
}
.h2 {
	text-align: left;
	font-size: 22px;
	font-weight: 300;
	color: #454F63;
	font-family: Arial;
	margin-left: 70px;
	margin-top: 20px;
}

.style1 {
	margin-left:220px;
	font-size:18px;
	font-weight:200;
	color: #454F63;
	font-family: Arial;
}
.style5 {
	margin-left:70px;
	font-size:17px;
	font-weight:200;
	color: #454F63;
	font-family: Arial;
	margin-top: 15px;
}
#img1 {
	border-width: 0px;
}
a {
	color: #454F63;
	background-color: #FFFFFF;
}

