@font-face {
	font-family: submit to faith
	src: url (fonts/submit to faith.ttf);

}

@font-face {

	font-family: seaside_heights;
	src: url(fonts/seaside_heights/seaside_heights.ttf);
}

html{
height: 100%;
}

body{
	background: #00CCFF; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00CCFF', endColorstr='#FFFFFF'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#00CCFF), to(#FFFFFF)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #00CCFF,  #FFFFFF); /* for firefox 3.6+ */
	background-repeat: repeat-x;
	/*background: repeating-linear-gradient(#00CCFF 100px, #FFFFFF 500px);*/
	font-family: Helvetica, Verdana, Arial, sans-serif; 
	color: #000;
	font-size: 16px;
	height: 100%;
	padding-left: 2em;
	padding-right: 2em;
}
h1 {
	
	font-family: seaside_heights, Century Gothic, Times New Roman;
	color: #FFF;
	font-size: 90px;
	text-align: center;
	height: auto;
  	padding: 20px;
  	margin: 0px 0px 5px 50px;
}

h1 img {
	float: left;
  	margin-right: 10px;
}

h2 {
	font-family: Century Gothic, Verdana, Arial, sans-serif;
	color: #000000;
	font-size: 40px;
	border-color: #FFFF00;
	border-width: 5px;
	border-style: dashed;

}
p {
	font-family: Tahoma, Times New Roman;
	color: #000;
	font-size: 20px;
	text-align: left;
	font-weight: bold;
}
ul {
	font-family: Tahoma, Times New Roman;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	
}

#links {
	font-family: Tahoma, Times New Roman;
	color: #000;
	font-size: 30px;
	text-align: center;
	text-decoration: none;

}
#links a:link {
	color: #000;
	text-decoration: none;	
	padding: 0 1em;
}
#links a:visited {
	color: #000;
	text-decoration: none;
	padding: 0 1em;
}
#mission h2 {
	width: 150px;
	height: 50px;
	border-color: #FBFB9C;
}

#mission img {
  	float: left;
  	margin-right: 10px;

}

#bio h2 {
	width: 340px;
	height: 50px;
	color: #00CCFF;
	border-color: #000000
}

#formation h2 {
	width: 310px;
	height: 50px;
	color: #00CCFF;
	border-color: #000000
}

#involved h2 {
	width: 270px;
	height: 50px;
	color: #00CCFF;
	border-color: #000000

}

#involved img {
	clear: both;
	display: block;
	color: #00CCFF;
	border-color: #000000;
	margin: 0 auto;
	width: 720px;
}

#formation img {
	clear: both;
	display: block;
	color: #00CCFF;
	border-color: #000000;
	margin: 0 auto;
	width: 720px;
}

#radio {
	width: 300px;
	margin: 0 auto;
	display: block;
}
