@charset "UTF-8";
/* CSS Document */
*{
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	font-size: 100.0%;
	color: #000;
	background-color: #CCC;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 1310px;
}
#wrapper {
	width: auto;
	background-color:#FFF;
	margin: 0px 50px 0px 50px;
	border-left: 4px dashed #666;
	border-right:4px dashed #666;
}
#banner {
	height: 275px;
	width: 1200px;
	background-image: url('images/banner copy.png');
	background-repeat: no-repeat;
	position: relative;
	margin: auto;
}
#Navigation_menu {
	position: auto;
	top: 310px;
	right: 0px;
	bottom: 0px;
	left: 50px;
	height: 35px;
	margin: auto;
}
#Navigation_about {
	left: 1025px;
	position: absolute;
	text-align: right;
}
#container {
	margin-top: 20px;
	margin-left:200px;
	margin-right:200px;
	margin-bottom:20px;
	width: 800px;
	position: relative; 
}
#container h1 {
	font-size:36px;
	text-align:center;
	letter-spacing:1px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style:italic;
}
#container h2 {
	font-size:24px;
	text-align:center;
	letter-spacing:1px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:underline;
	font-style:bold;
}
#container h3 {
	font-size: 24px;
	text-align: center;
	letter-spacing:1px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: bold;
	color:#FFF;
}
#container p {
	font-size: .9em;
	margin-bottom: 12px;
	text-align: justify;
	letter-spacing:1px;
}
#footer {
	border-top: solid 1px #CCC;
	margin-top:200px;
}
#footer p{
	font-size: .7em;
	padding: 4px;
	text-align:center;
}

