.wrap{
	width: 96%;
	position: relative;
	margin: 0 auto;
}

.alternateColour{
	color: #FFF;
}

/* ============================== Header ============================== */

#header{
	width: 100%;
	height: 100px;
	background: url(../images/header.png) repeat-x;
}

#logo{
	width: 100%;
	position: relative;
}

#logoText { 
	position: absolute; 
	top: 1px;
	left: 0;
}

#logoImage{ 
	position: absolute; 
	top: 9px;
	right: 0px;
}

#logoImage img {
	width: 80%;
}

#logo h1{
	font: normal 300% calibri, arial;
	letter-spacing: 0.1em;
}

/* ============================== Navigation ============================== */

#nav{
	width: 100%;
	height: 35px;
	border-bottom: 1px solid #3f5465;
	margin: -35px 0 0 0;
	letter-spacing: 0.1em;
	-webkit-box-shadow: 0 8px 6px -6px #666;
	   -moz-box-shadow: 0 8px 6px -6px #666;
	        box-shadow: 0 8px 6px -6px #666;
}

#nav ul li{
	display: inline;
	list-style-type: none;
	padding: 6px 10px;
	margin-bottom: 0;
}

#nav ul li a{
	display: inline;
	color: #FFF;
	text-decoration: none;
}

#nav ul li a.selected{
	color: #333;
}

#nav ul li a:hover{
	color: #333;
}

#nav li{
	float: left;
	position: relative;
	text-align: left;
}

#about-us{
	background: url(../images/breakline2.png) no-repeat;
}

#news-and-events{
	background: url(../images/breakline2.png) no-repeat;
}

#ministries{
	background: url(../images/breakline2.png) no-repeat;
}

#refugee-program{
	background: url(../images/breakline2.png) no-repeat;
}

#volunteer-opportunities {
	background: url(../images/breakline2.png) no-repeat;
}

#resources {
	background: url(../images/breakline2.png) no-repeat;
}

#contact {
	background: url(../images/breakline2.png) no-repeat;
}

/* ============================== Content ============================== */

#content{
	margin: 2% 0;
	padding: 0px;
	-webkit-box-shadow: 0 0 6px 2px #666;
	   -moz-box-shadow: 0 0 6px 2px #666;
	        box-shadow: 0 0 6px 2px #666;
}

/* ============================== Footer ============================== */

#footer{
	width: 100%;
	height: 55px;
	text-align: center;
	background: url(../images/footer.png) repeat-x;
	padding: 5px 0 0 0;
}

#footer a{
	color: #333333;
}

#footer p{
	padding: 10px 0 0 0;
}