@charset "utf-8";
/* CSS Document */
/*
Rachel Wolff Law Offices website style sheet
*/

/* Main containers */
body {padding:0; margin:0; font:100% Georgia,Times New Roman,serif; background:#eee url(graphics/bkground.png) top left repeat-x; color:#222; text-align:left; line-height:1.5em;}

div.wrap {width:1400px; text-align:left; margin:0 auto;}

img.banner{
	position: absolute;
	left: 0px;
	top: 0px;
}
img.menu{
	position: absolute;
	left: 0px;
	top: 250px;
}
img.home{
	position: absolute;
	left: 392px;
	top: 250px;
}
img.about{
	position: absolute;
	left: 500.5px;
	top: 250px;
}
img.elder{
	position: absolute;
	left: 594px;
	top: 250px;
}
img.real{
	position: absolute;
	left: 691px;
	top: 250px;
}
img.sports{
	position: absolute;
	left: 804px;
	top: 250px;
}
img.contact{
	position: absolute;
	left: 907px;
	top: 250px;
}
div.acontent{
	position: absolute;
	left: 200px;
	top: 435px;
	width: 1000px;
	height: 800px;
	overflow:auto;
	word-wrap:normal;
}
div.footer{
position: absolute;	
top: 1275px;}

div.cfooter{
position: absolute;
top: 900px;
}

div.rfooter{
	position: absolute;
	top: 1100px;
}

div.afooter{
	position: absolute;
	top: 730px;
}

div.justicecenter{
	position: relative;
	left: 240px;
}
/* Footer */
#footer{text-align: center; font-size:0.9em; clear:both; width:1000px; margin:0 0 15px 210px; line-height:1.4em; color:#000; font-weight:400; margin-bottom:10px;} 
#footer a {color:#777; font-weight:400; text-decoration:none; border-bottom: 1px dotted #888;}
