*{margin:0;padding:0}

html, body {
	overflow:hidden; /* hide browser's main scrollbar */
	height: 100%;
}

body {
	/*background: #222222 url(../img/ignite-logo.jpg) fixed no-repeat bottom left; */
	background: #222222;
	color: #ffffff;
	font-family: 'Arial';
}

#container {
	width:100%;
	background-color:#222222; /* DO NOT REMOVE THIS; or you'll have issue w/ the scrollbar, when the mouse pointer is on a white space */
	height:100%;	/* this will make sure that the height will extend at the bottom */
	overflow:auto;	/* will have a scrollbar at our content containier */
	position:absolute; /* container div must be absolute, for our fixed bar to work */
}

#wrap {
	width: 900px;
	/*overflow: auto;*/	
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -30px;
}

#heading {
	float: right;
	width: 700px;
	text-align: center;
	height: 155px;
}

#tagline {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-style: italic;
	text-align: center;
	font-size: 14px;
}

#leftBar {
	float: left;
	width: 110px;
	margin-top: 155px;
}

#nav , #news {
	font-size: 25px;
	padding: 5px;
	border: 3px solid #ffffff;
	z-index: 2;
	margin-bottom: 60px;
}

#news {
	width: 200px;
	font-size: 18px;
	text-align: center;
	color: #ffffff;

}

#news h2 {
	color: #FCE10B;
	margin-bottom: 8px;
	border-bottom: 2px solid #fce10b;
}

#news .word0 { color: #FF003F; }
#news .word1 { color: #18CC00; }

.activeVerse {
	color: #F0C542;
}
h1 {
	font-size: 24px;
}

#hungry {
	color: #F0C542;
}

#footer {
	text-align: center;
	font-size: 13px;
	height: 30px;
	width:100%; /* use 100% of width */
	
	/* the code below will PUT the bar at the bottom */	
	bottom:0;
	position:fixed;
}

#footerdiv {
	height:30px; /* fix bar's height */
	width:920px; /* fixed width */

	/* center this div */
	margin-left:auto;
	margin-right:auto;	
		
	/* add effect */
	background:url(../img/footerBack.png) repeat-x;
	padding-top: 9px;
}

#footerdiv #leftThird, #footerdiv #centerThird, #footerdiv #rightThird {
  width: 33%;
	float: left;
}

#footerdiv #leftThird {
  text-align: left;
}

#footerdiv #centerThird {
  text-align: center;
}

#footerdiv #rightThird {
  text-align: right;
}

.push {
	height: 30px;
}

#nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#content, #pixContent {
	float: right;
	width: 700px;
	text-align: center;
	margin: 0 auto;
}

#whiteBox {
	text-align: left;
	background: #ffffff;
	color: #000000;
	padding: 20px;
	position: relative;
	border-radius: 5px;
}

#content .center {
	text-align: center;
}

.topicsTitle {
	text-align: center;
	font-style: italic;
}

ul.studies li {
	margin-left: 40px;
	font-size: 16px;
	color: #555555;
}

#update {
	position: absolute;
	right: 5px;
	bottom: 30px;
	color: #ffffff;
}

#drop {
  min-height: 100px;
  width: 200px;
  border: 3px dashed #ccc;
  margin: 10px;
  padding: 10px;
  
}

#drop p {
	line-height: 100px;
	color: #aaa;
	text-align: center;
	font-weight: bold;
}

#content img {
	border:1px solid #ffffff;
}

#albums {
	position: relative;
	width: 75px;
	margin-left: 820px;
	background: #ffffff;
	z-index: 2;
}

.contact {
	font-size: 20px;
	padding-bottom: 5px;
}

#mission {
	text-align: center;
	padding-top: 50px;
	font-size: 30px;
	color: #ffffff;
}

.small {
	font-size: 16px;
}

#center {
	text-align: center;
}

.left {
	float: left;
}

.caption {
	margin-bottom: 20px;
	width: 150px;
}

#testimonies {
	margin-left: 10px;
}

.testimony {
	float: left;
	margin-left: 10px;
	width: 434px;
	font-size: 15px;
	color: #ffffff;
	text-align: justify;
}

#link {
	margin-top: 5px;
}

.clear {
	clear: both;
}

a:link {
  color: #ffffff;
	text-decoration: none;
}
a:visited {
  color: #ffffff;
  text-decoration: underline;
}
a:hover {
  color: #ffffff;
  text-decoration: underline;
}
#nav a:link {
	  color: #FDAF6F;
	  color: #F0C542;
	  color: #ffffff;
	  text-decoration: none;
}
#nav a:visited {
	color: #FDAF6F;
	color: #F0C542;
	color: #ffffff;
	text-decoration: none;
}
#nav a:hover {
	color: #F24623;
	color: #FDAF6F;
	color: #5B2314;
	color: #ffffff;
	color: #FCE10B;
	text-decoration: none;
}

#news a:link, #news a:visited {
	color: #FCE10B;
}

ul.studies li a, ul.studies li a:hover {
	color: #555555;
}
#whiteBox a, #whiteBox a:hover {
  color: #000000;
}
#update a:link, #update a:hover, #update a:visited {
	color: #ffffff;
}
#footer a:link, #footer a:visited, #content a:link {
  text-decoration: underline;
}
