/* CSS Document */


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-family: Verdana, Geneva, sans-serif;
	color: #666;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: none;
	color: #603;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
#wrapper{
	width:800px;
	margin-left:auto;
	margin-right:auto;
}
#header{
	height: 65px;
	padding-top: 20px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#nav{
	height: 40px;
	border-bottom: 1px solid;
	border-top: 1px solid;
	text-align: center;
}
#impact_img{
	height: 400px;
	background-image: url(images/header_img2.jpg);
	background-attachment:scroll;
	background-position:center;
	color: #FFF;
	text-align: center;
	padding-top:100px;
}
#header_box{
	color:#000;
	text-align:center; 
	padding:10px; 
	border:1px solid; 
	background-color:#CCC;
	width:900px;
	margin:auto;
	opacity:90%;
}
#body_text{
	margin-bottom: 50px;
	margin-top: 50px;
	padding-bottom: 50px;
	padding-top: 50px;
	border-bottom: 1px solid;
	border-top: 1px solid;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
#contact{
	width:900px;
	margin-left:auto;
	margin-right:auto;
}
#footer{
	width:100%;
	height:110px;
	background-color:#333;
	color:#FFF;
	text-align:center;
	padding-top:20px;
}
.Impact_Text {
	font-weight: bold;
	font-size: 36px;
}
.Header_Title {
	font-weight: bold;
	font-size: 36px;
}
