@charset "utf-8";
body {
	background-color: #49413F;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
.header {
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	height: 104px;
	background-position: center bottom;
	padding-top: 40px;
}
.wrapper {
	background-image: url(images/background1.jpg);
	height: 800px;
	width: 1000px;
	margin: auto;
	background-repeat: no-repeat;
	background-position: top;
}
.buttons {
	text-align: center;
	width: 806px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
.mainbody {
	height: 500px;
}
.lady {
	height: 520px;
	background-image: url(images/lady.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	float: left;
	width: 210px;
	padding-left: 80px;
}
.gavil {
	height: 505px;
	background-image: url(images/gavel.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	float: left;
	width: 383px;
}
.bankrupt {
	color: #2C2525;
	background-image: url(images/whiteback.png);
	float: right;
	width: 270px;
	margin-top: 10px;
	font-size: 18px;
	text-align: center;
	font-variant: small-caps;
	vertical-align: middle;
	display: block;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 10px;
}
.bankrupt a:link{
	color: #2C2525;
	text-decoration: none;
}
.bankrupt a:visited{
	color: #2C2525;
	text-decoration: none;
}
.bankrupt a:hover{
	color: #2C2525;
	text-decoration: underline;
}
.bankrupt a:active{
	color: #2C2525;
	text-decoration: none;
}


.scales {
	float: right;
	height: 84px;
	width: 318px;
	margin-top: 10px;
	text-align: center;
}

.maincontent {
	height: 485px;
	float: left;
	width: 610px;
	text-align: center;
	padding: 10px;
}
.maincontent2 {
	height: 485px;
	float: left;
	width: 500px;
	text-align: center;
	padding: 10px;
}
hr {
	margin: 0px;
	padding: 0px;
}

.maintext {
	background-image: url(images/grey_back.png);
	text-align: left;
	border: thin solid #c7c1bc;
	color: #FFF;
	font-variant: small-caps;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
}


.footer {
	clear: none;
	height: 115px;
	text-align: center;
	color: #FFF;
	font-family: Helvetica, "Arial", sans-serif;
	font-size: 12px;
	font-weight: bold;
	float: left;
	width: 1000px;
}
.footer a:link {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
.footer a:visited {
		font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
.footer a:hover {
	font-weight: bold;
	color: #FFF;
	text-decoration: underline;
}
.footer a:active {
		font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
.tagline{
	color: #2C2525;
	text-decoration: none;
}
.tagline a:link{
	color: #2C2525;
	text-decoration: none;
	font-weight: bold;
}
.tagline a:visited{
	color: #2C2525;
	text-decoration: none;
		font-weight: bold;
}
.tagline a:hover{
	color: #2C2525;
	text-decoration: underline;
		font-weight: bold;
}
.tagline a:active{
		color: #2C2525;
	text-decoration: none;
		font-weight: bold;
}
.attorneybody {
	width: 806px;
	margin: auto;
	padding-left: 15px;
}
.attorneybox {
	float: left;
	width: 267px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.attorneyinnerbox {
	background-image: url(images/grey_back.png);
	text-align: left;
	border: thin solid #c7c1bc;
	color: #FFF;
	font-variant: small-caps;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
	height: 480px;
	width: 235px;
}

