/* 
	CSS Document "cssDivs"
	©2006 "International Strategies"
	{www.intl-strategies.com}
	designed for Counselor™ CMS
	LiFT Interactive {liftinteractive.com}
*/

body{
	background:rgb(240,244,215) url(images/bg-vert.jpg) repeat-y center top;
	margin: 0;
}
#background{
	position:absolute;
	width:100%;
	top:0;
	left:0;
	height:315px;
	background: url(images/bg-dots2.gif) repeat-x bottom left;
}
#container{
	position: absolute;
	left: 50%;
	width: 740px;
	margin: 0 0 0 -370px;
	padding: 0;
	display: inline;
	background-color: #fff;
}
#header{
	width: 690px;
	margin: 0 0 5px 25px;
	float: left;
	display:inline;
	height: 73px;
}
#menu{
	float: right;
	width: 350px;
}
#index_image{
	float:left;
	width:660px;
	height:225px;
	margin:0 0 0 18px;
	padding:22px;
	background: url(images/mainframe.jpg) no-repeat top left;
	display:inline;
}
#content_image{
	float:left;
	width:690px;
	margin:0 0 0 25px;
	display:inline;
}
#content{
	width: 690px;
	float: left;
	margin: 15px 0 0 25px;
	padding:0;
	display:inline;
}

/*  SIDE styles  */

#sideContent{
	float: left;
	width: 200px;
	background: #E2EAB0 url(images/sidebar-top.gif) no-repeat top left;
	display: inline;
	padding: 0;
}
#sideContent2{
	float: left;
	width: 200px;
	background: #E2EAB0;
	display: inline;
	padding: 0;
}
#sidePicFrame{
	float: left;
	width: 176px;
	height: 123px;
	margin:0;
	padding: 12px;
	background:#fff url(images/sidepicframe.jpg) no-repeat center top;
}
#sidePic{
	margin:0;
	overflow: hidden;
	width: 176px;
	height: 116px;
	background: url(counselor/images/sidepic.jpg) no-repeat center top;
}
#sideText{
	width: 180px;
	float: left;
	padding: 5px 15px;
	margin: 0;
	display: inline;
}
#news{
	padding: 10px 10px 2px 10px;
}
#newsletter{
	width:180px;
	background: #A6BC09;
	padding: 7px 10px;
}
#sideContentBottom{
	float:left;
	width:200px;
	height:45px;
	background: url(images/sidebar-bottom.gif) no-repeat top left;
}

/*  content(text) styles  */

#text{
	float: right;
	width: 460px;
	margin: 0;
	padding:0;
	background: url(images/h1-dots-new.gif) no-repeat 0px 3px;
	display:inline;
}

/*  footer styles  */

#footer{
	float: left;
	width: 690px;
	margin: 25px 0 25px 25px;
	padding:12px 0;
	background: url(images/footer-line.gif) no-repeat top left;
	display:inline;
}
#copyright {
	float:right;
	width:340px;
}

