#main
	{
	position: relative;
	text-align: left;
	width: 850px;
	margin-top: 150px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/mainbkgd.jpg);
	background-repeat: repeat-y;
	height: 100%;
	}
#logo
	{
	position: absolute;
	top: -119px;
	left: -66px;
	width: 355px;
	margin-right: 40px;
	height: 109px;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#9abfd7
	}	
	
#text
	{
	width: 350px;
	margin-left: 225px;
    }
#leftsidebar {
	width: 212px;
	background-color: #A5BB81;
	height: 300px;
}

	
#header
	{
	width: 850px;
	height: 150px;
	}
	
#footer
	{
	width: 100%;
	height: 43px;
	background-image: url(../images/footer.png);
	background-repeat: repeat-x;
	position: fixed;
	left: 0px;
	bottom: 0px;
	}
#mainlinks
	{
	width: 201px;
	background-color: #ACBB70;
	height: 280px;
	position: absolute;
	top: 34px;
	}	
#practiceareas {
	width: 177px;
	margin-left: 675px;
	top: 150px;
	position: absolute;
	left: -27px;
}
#dividerline {
	background-image: url(../images/dotteddivider.png);
	background-repeat: no-repeat;
	background-position: center top;
	top: 179px;
	margin-left: 650px;
	position: absolute;
	width: 23px;
	height: 415px;
	left: -50px;
}

