/* 
	CSS Document "cssDivs"
	©2007 "New Life Church"
	{nlcyorkville.org}
	designed for Counselor™ CMS
	LiFT Interactive {liftinteractive.com}
*/

#header, #left_side, #right_side, #navbox, #featurebox, #contentboxtop, #contentbox, #contentboxbottom {margin:0; padding:0;}

#container{
	width:908px;
	margin:58px auto 0 auto;
}
#header{
	width: 100%;
	height: 116px;
	float: left;
	background: url(images/logo.jpg) no-repeat top left;
}

#left_side{
	width:199px;
	height: 411px;
	float:left;
	display:inline;
}
#right_side{
	width:700px;
	height: 411px;
	float:right;
}

/*  navigation box (top) styles  */
#navbox{
	width:191px;
	height:169px;
	background: url(images/nav_box.jpg) no-repeat top left;
	padding:6px 4px;
}
* html #navbox {
	padding:4px 4px 8px 4px;
}
#menu{
	z-index: 99;
	width: 191px;
	float: left;
	/*height: 149px;
	margin: -1px 10px 10px 0;*/
}

/*  feature box (bottom) styles  */
#featurebox{
	width:199px;
	height:215px;
	background: url(images/feature_box.jpg) no-repeat top left;
	margin-top: 7px;
	padding:4px 0;
}
* html #featurebox img.f2{margin-top:-2px;}


/*  content box (big/right side) styles  */
#contentboxtop{
	width:681px;
	height:22px;
	padding: 8px 0 0 19px;
	background: url(images/content_top.jpg) no-repeat top left;
}
#contentbox{
	width:700px;
	height:369px;
	background: url(images/content_inner.jpg) repeat-y top left;
}
#contentboxbottom{
	width:700px;
	height:12px;
	background: url(images/content_bottom.jpg) no-repeat top left;
}
#mainContent{
	float: left;
	display: inline;
	width: 460px;
	height: 369px;
	border-left:1px solid #848175;
	margin:0; 
	padding:0;
}
#gallerypage{
	float: left;
	display: inline;
	width: 440px;
	height: 369px;
	margin:0; 
	padding:0 10px;
	text-align:center;
}
#sideContent{
	float: left;
	display: inline;
	width: 210px;
	height: 349px;
	border-right:1px solid #848175;
	padding: 10px 10px 10px 15px;
	overflow:hidden;
}
#sidePicFrame{
	width:200px;
	height:130px;
	margin:0;
	padding: 5px;
	background-color:#848175;
}
#sidePic{
	margin:0;
	overflow: hidden;
	width: 200px;
	height: 130px;
	background: url(counselor/images/sample.jpg) no-repeat top left;
}
#content{
	float: left;
	margin: 0;
	padding: 0;
}

#footer{
	clear:both;
	float: right;
	width: 680px;
	padding: 15px 10px;
	text-align:right;
}

