/** BASIC */

html, body {
	height: 100%;
}

/** WRAPPER */

#wrapper {
	width: 700px;
	margin: 0px auto;
}

/** LOGO */

#logo {
	width: 700px;
	height: 287px;
	margin: 0px auto;
	background: url(/templates/images/homepage03.jpg) no-repeat right top;
}

#logo h1 {
	height: 287px;
	background: url(/templates/images/homepage02.jpg) no-repeat left top;
}

#logo span, #logo h2 {
	display: none;
}

/** MENU */

#menu {
	float: left;
	width: 257px;
	height: 330px;
	background: url(/templates/images/homepage09-02.jpg) no-repeat left bottom;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
}

#menu a {
	display: block;
	width: 215px;
	padding-left: 45px;
}

#menu1 { height: 28px; padding-top: 25px; }
#menu2 { height: 27px; padding-top:  5px; }
#menu3 { height: 27px; padding-top:  5px; }
#menu4 { height: 27px; padding-top:  5px; }
#menu5 { height: 27px; padding-top:  5px; }
#menu6 { height: 27px; padding-top:  5px; }
#menu7 { height: 38px; padding-top:  5px; }
#menubottom { height: 51px; }

#donate a{
	display: block;
	padding-left: 0 !important;
}

#prayercategories {
	padding-left: 20px;
}
/** CONTENT */

#content {
	float: right;
	width: 403px;
	height: 320px;
	min-height: 320px;
	padding: 30px 20px 0px 20px;
	background: #FFFFFF url(/templates/images/homepage10.jpg) no-repeat left top;
}

#prayerwall {
	float: right;
	width: 403px;
	min-height: 320px;
	padding: 230px 20px 0px 20px;
	background: #FFFFFF url(/templates/images/prayerwall2.jpg) no-repeat left top;
}

html>body #content {
	height: auto;
}

#extra {
	background: url(/templates/images/homepage11.jpg) no-repeat right bottom;
}

/** FOOTER */

#footer {
	width: 443px;
	margin: 0px auto;
	padding: 10px 0px 10px 257px;
}


