/* VBS 2008 - Outrigger Island */

@import "common.css";
@import "search.css";


/*---PREVIEW STYLES---*/

#wrap, #footer {
	background: #7C9C41!important; /*This hex value changes the footer color of each section*/
}

#logo a {
	position: absolute;
	top: 1px;
	left: 6px;
	height: 150px;
	width: 250px;
	text-indent: -9999px;
}

#page_bg {  /*Adjusts the background color and holds top image behind the content */
	background: #fff url(https://a248.e.akamai.net/f/248/16507/7d/vbs.lifeway.com/vbs2008/yourvbs/images/preview/top.jpg) no-repeat;
}

#page_bg_sampler {  /*!! ONLY FOR SAMPLER PAGE!! Adjusts the background color and holds top image behind the content */
	background: #fff url(https://a248.e.akamai.net/f/248/16507/7d/vbs.lifeway.com/vbs2008/yourvbs/images/preview/top_samplers.jpg) no-repeat;
}

#content { /*main(middle)content of page */
	background: url(https://a248.e.akamai.net/f/248/16507/7d/vbs.lifeway.com/vbs2008/yourvbs/images/preview/bottom.gif) no-repeat;
	background-position:bottom;	
	padding-bottom:30px; /*Adjust the padding to clear different footers */
}

#content_right { /*right(nav)content of page */
	float:left;
	width:385px; /*Adjust the width to clear different footers */
	padding-top:35px;
}

#content_right_sampler { /*!! ONLY FOR SAMPLER PAGE!!  right(nav)content of page */
	float:left;
	width:490px; /*Adjust the width to clear different footers */
	padding-top:35px;
}

h1 {  /*Positions page title */
	margin-bottom:17px!important;
}


.image_right {
	float:right;
	padding-left:20px!important;
}

.image_left {
	float:left!important;
	padding-right:20px;
}

.music td{
	padding:3px!important;
	margin:0px!important;
}
