/* top stories gallery */

#topStories {

	width: 645px;
	height: auto;
	padding-top: 55px;
	text-align: left;
	float: left;
	margin: 0;
	background-image: url(../images/topStoriesHead.gif);
	background-repeat: no-repeat;
}

/* jQuery SlideSHow */

#gallery {

	position: relative;
	height: 342px;
	
}

#gallery a{

	position: absolute;
	float: left;
	
}

#gallery a img{

	border: none;
}

#gallery a.show{

	z-index: 500;
	
}

#gallery .caption{

	z-index: 600;
	background-color: black;
	color: white;
	height: 70px;
	width: 0%;
	position: absolute;
	bottom: 0;
	
}


#gallery .caption .content {

	margin: 10px;
}

#gallery .caption .content h3{

	margin: 0px;
	padding: 0;
	color: white;
	font-weight: bold;
}


/* welcome */


#welcome {

	width: 645px;
	height: auto;
	text-align: left;
	float: left;
	padding-top: 55px;
	margin: 0;
	background-image: url(../images/welcomeHead.gif);
	background-repeat: no-repeat;
}

#welcome h2 {

	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	line-height: 14px;
	color:#036;
	margin-top: 0;
}

#welcome p {

	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color:#000;
}


#welcome a:link, a:visited {

	color:#036;
	text-decoration: underline;
	font-weight: bold;
	
}

#welcome a:hover, a:active {

	color:#888;
	text-decoration: none;
	font-weight: bold;
	
}


.endColumns {

	width: 185px;
	height: auto;
	text-align: left;
	padding: 0px 15px;
	float: left;
	display: inline;
}

.centerColumns {

	width: 183px;
	height: auto;
	text-align: left;
	padding: 0px 15px;
	border-right: 1px solid #036;
	border-left: 1px solid #036;
	float: left;
	display: inline;
}


/* guests */

#guests {

	width: 645px;
	height: auto;
	text-align: center;
	float: left;
	padding-top: 55px;
	padding-bottom: 10px;
	margin: 0;
	background-image: url(../images/bloggersHead.gif);
	background-repeat: no-repeat;
}

.guestSpot {

	width: 250px;
	height: 260px;
	float: left;
	display: inline;
	text-align: left;
	padding: 5px;
	border: 1px solid #036;
	margin: 0px 25px 25px 25px;
}

/* eShop */

#shop {

	width: 645px;
	height: auto;
	text-align: left;
	float: left;
	padding-top: 55px;
	margin: 0;
	background-image: url(../images/shopHead.gif);
	background-repeat: no-repeat;
	background-color: #6e6e6e;
}


























