@charset "utf-8";
/* CSS Document */

#attorney_info {
	position:absolute;
	width:310px;
	top:73px;
	right:10px;
}

#attorney_info h3 {
	margin:0;
	padding:0;
}

#attorney_info img#attorney_photo {
	margin-bottom:30px;
}

#attorney_info h3#title {
	margin-bottom:5px !important;
}

#attorney_info ul {
	list-style:none;
	margin:0 0 10px 0;
	padding:0;
}

#attorney_info ul li {
	list-style:none;
	margin:0;
	padding:0;
}

#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: 1445px;
}

#main-body {
	position:absolute;
	top:171px;
	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: 1235px;
}

#content-inner {
	position:absolute;
	width:500px;
	z-index:2;
	top: 203px;
	font-size:12px;
	line-height:20px;
	right:65px;
}
#content-inner .attorney-basic-info {
	width:500px;
	padding:0 0 10px 0;
	text-align:justify;
	float:left;
}
#content-inner .attorney-basic-info .attorney-photo {
	width:170px;
	float:left;
}
#content-inner .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: 1408px;
	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;
}
