@charset "utf-8";
/* CSS Document */

#wrapper {
	position:relative;
	width:800px;
	margin:0 auto;
	padding:25px 35px;
	background-image:url(/images/wrapper-bg.jpg);
	background-position:top center;
	background-repeat:repeat-y;
	height: 1471px;
}

#main-body {
	position:absolute;
	top:286px;
	width:798px;
	background-image:url(/images/main-body-bg.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	border-left: 1px #eae1d8 solid;
	border-right: 1px #eae1d8 solid;
	z-index:1;
	height: 1138px;
}

#content {
	position:absolute;
	width:500px;
	z-index:2;
	top: 316px;
	font-size:12px;
	line-height:20px;
	right:65px;
}
#content .attorney-basic-info {
	width:500px;
	padding:0 0 10px 0;
	text-align:justify;
	float:left;
}
#content .attorney-basic-info .attorney-photo {
	width:170px;
	float:left;
}
#content .attorney-basic-info .attorney-info {
	width:330px;
	line-height:21px;
	float:left;
}

#footer {
	position:absolute;
	width:800px;
	padding:10px 35px 25px 35px;
	height:70px;
	background-image:url(../images/footer-bg.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	z-index:1;
	top: 1437px;
	left: 0px;
}

ul.red-square-bullet {
	margin:0 0 0 20px;
	padding:0 0 0 0;
	list-style-type:square;
	color:#953035;
}
.red-square-bullet li span {
	color:#141414;
}
