#wrapper {
	position:     absolute;
	top: 25px;
	left: 50%;
	width: 710px;
	margin-left: -355px
}

#wrapper #nav {
	height: 30px;
	background-image: url(../images/navbar.jpg);
	background-repeat: repeat-x;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #header {
	height: 150px;
	width: 710px;
	background-image: url(../images/header.png);
}
#wrapper #content {
	background-color: #FFF;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 560px;
}
#wrapper #content #welcome {
	height: 100px;
	width: 310px;
	float: left;
	text-align: justify;
	color: #1492A9;
	background-image: url(../images/welcome2.jpg);
	font-family: Raavi;
	padding-top: 190px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	line-height: 14px;
}

#wrapper #footer {
	background-image: url(../images/footer.png);
	height: 40px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #content #slides {
	height: 250px;
	width: 700px;
	background-color: #CCC;
	background-image: url(../images/slideshow.jpg);
}
#wrapper #content #info {
	float: right;
	width: 350px;
	height: 300px;
}
#wrapper #content #info #sermon {
	height: 200px;
	width: 175px;
	float: right;
}

#wrapper #content #info #events {
	float: left;
	height: 165px;
	width: 145px;
	background-image: url(../images/events.jpg);
	font-family: Verdana, Geneva, sans-serif;
	color: #464646;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	clip: rect(0px,0px,0px,0px);
	line-height: normal;
	padding-top: 35px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-size: 12px;
}
#wrapper #content #info #calendar {
	height: 50px;
	width: 350px;
	float: left;
	background-color: #36C;
}
#wrapper #content #info #contact {
	height: 50px;
	width: 350px;
	float: left;
}
a:hover {
	color: #1492A9;
}
a {
	color: #333;
	text-decoration: none;
}
