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

* {
  margin: 0;
  padding: 0;
}

#wrapper{
	width:900px;
	margin:0 auto;
	margin-top:50px;

}

#content{
	width:900px;
	margin:0 auto;
	background:url(images/SFH_HP_Graphic.jpg);
	height:300px;
}

#contact{
		position:relative;
		top:18px;
		left:440px;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:12px;
		color:#333;
		text-align:center;
		width:400px;
}

#contact h1{
		font-family:Georgia, "Times New Roman", Times, serif;
		font-weight:bold;
		font-size:16px;
		line-height:25px;
}

#contact h2{
		font-family:Georgia, "Times New Roman", Times, serif;
		font-weight:bold;
		font-size:14px;
}

#contact h2 a{
		text-decoration:none;
		color:#333;
}

#contact h2 a:hover{
		text-decoration:none;
		color:#333;
		border-bottom:1px dotted;
}

#contact h2 a:visited{
		text-decoration:none;
		color:#333;
}

#youtube{
	background:url(images/background.jpg) repeat-y;
	width:900px;
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
	border:thin;
}

#statement{
	background:url(images/background.jpg) repeat-y;
	width:900px;
}

#statement_text{
	width:850px;
	padding:20px;
}








