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

body,
html {
	margin:0;
	padding:0;
	color:#000;
	background:#FFF;
}

#wrap-Home {
	width:750px;
	margin:0 auto;
	background:#0098DB;
}

#wrap-Missions {
	width:750px;
	margin:0 auto;
	background:;
}

#wrap-Ministry {
	width:750px;
	margin:0 auto;
	background:#B634BB;
}

#wrap-WWW {
	width:750px;
	margin:0 auto;
	background:#B7295A;
}

#wrap-Glow {
	width:750px;
	margin:0 auto;
	background:#FCD900;
}

#wrap-Shine {
	width:750px;
	margin:0 auto;
	text-align:justify;
	background:#69BE28;
}

#wrap-Contact {
	width:750px;
	margin:0 auto;
	background:#CCC
}


#header {

	background:#FFF;
	position:relative;
}

#nav {
	background:#FFF;
}

#main {
	float:right;
	padding:10px 10px;
	width:480px;
	background:#FFF;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
}
li {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
}
p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
}

h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	text-align:right;
}

#sidebar {
	float:left;
	padding:0px 10px;
	width:230px;
	text-align:justify;
}


#footer {
	clear:both;
	height:25px;
	background:#000;
	color:#FFF;
}
