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

#container {
	width: 968px;
	background: #FFFFFF;
	overflow: visible;
	height: auto;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding: 10px;
	border: thin solid #009;
}
#banner {
	background-image: url(Images/Banner.jpg);
}
#banner {
	height: 200px;
	width: 968px;
}
#cssmenu {
	height: 50px;
	width: 968px;
}
#banner2 {
	background-image: url(Images/Building2.jpg);
	width: 972px;
	height: 325px;
	margin-top: 50px;
	border: thin solid #000;
}
#content1 {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #666;
	margin-top: 75px;
	margin-right: 100px;
	margin-bottom: 75px;
	margin-left: 100px;
	font-size: 12px;
	width: auto;
	border: thin solid #999;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 25px;
	padding-left: 10px;
}
#links {
	margin-top: 125px;
	margin-right: 200px;
	margin-bottom: 20px;
	margin-left: 200px;
	width: auto;
}
