@charset "utf-8";
#outterWrapper {
	height: 100%;
	width: 900px;
}
#header {
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	height: 196px;
	width: 900px;
	overflow: visible;
	position: relative;
	z-index: 3;
}
#navigation {
	height: 35px;
	width: 615px;
	padding-left: 285px;
	padding-top: 15px;
	position: relative;
	z-index: 4;
}
#bodywrapper {
	background-image: url(http://www.cameroon4christ.org/images/baptism.jpg);
	background-repeat: no-repeat;
	height: 100%;
	width: 900px;
	margin-top: 10px;
}
ul#nav
{
padding: 0;
margin: 0;
list-style-type: none;
width: 100%;
}
ul#nav li { display: inline; }

ul#nav li a{
	width: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 12px;
	padding-right: 5px;
}
ul#nav li a:hover{
	width: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: underline;
	padding-left: 12px;
	padding-right: 5px;
}
ul#nav li a:visited{
	width: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 12px;
	padding-right: 5px;
}
ul#nav li #active{
	float: left;
	width: 5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
}
#sidebar {
	float: left;
	height: 500px;
	width: 300px;
	padding-top: 300px;
	background-image: url(images/baptism.jpg);
	background-repeat: no-repeat;
}
#donate {
	background-image: url(images/donate.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 60px;
	width: 300px;
	padding-top: 140px;
	text-align: center;
	}
#login {
	background-image: url(images/login.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 140px;
	width: 270px;
	padding-top: 60px;
	padding-left: 30px;
}

#bodyMain {
	float: left;
	height: 500px;
	width: 600px;
}
#bodyForms {
	float: left;
	height: 100%;
	width: 600px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #C53344;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	text-indent: 10px;
	padding-top: 0px;
	text-align: justify;
}
.floatRightpadding {
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.bodycopy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}
