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

body {
	width:980px;
	margin:auto;
	border: medium solid #000;
}
#header {
	width:980px;
	height:415px;
	background-image:url(images/headerpic_01_02.png);
}
#navigation{
	width:980px;
	height:57px;
	background-color:black;
}
#content{
	width:980px;
	min-height:400px;
	background-color:white;
	font-family: "Arial Black", Gadget, sans-serif;

}
p {
	margin-left: 10px;
	margin-right: 10px;

}
#content1 {
	font-size: 48px;
	font-style: normal;
	font-weight: bolder;
	text-align: center;
}

#content {
	font-size: 24px;
	font-weight: bold;
	font-family: "Arial Black", Gadget, sans-serif;
	text-align: center;
}
	
	
#content .youtube-player {
	text-align: center;
}

#content table tr td {
	text-align: center;
	font-size: 24px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}