@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
}
.oneColFixCtr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
}
#box_1 {
	float: left;
	margin-bottom: 10px;
}
#boxes {
	float: left;
	clear: both;
	width: 100%;
}
#box_2 {
	float: left;
	margin-bottom: 10px;
}
#box_3 {
	float: left;
	margin-bottom: 10px;
}
#content {
	width: 950px;
	padding-top: 10px;
	padding-bottom: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 28px;
	font-size: 14px;
	text-align: justify;
	clear: both;
}
.heading {
	font-size: 24px;
	font-weight: normal;
}
#pic_bar {
	height: 223px;
	width: 950px;
}
#pic_bar_2 {
	height: 347px;
	width: 950px;
}
#pic_header {
	height: 46px;
	width: 950px;
}
#footer {
	background-color: #87092C;
	/*height: 30px;*/
	width: 100%;
	margin-top: 50px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #D4CCC1;
	font-size: 14px;
	padding-top: 10px;
	text-align: left;
	float: left;
	padding-left: 10px;
}
#line {
	height: 3px;
	width: 100%;
	clear: both;
	float: left;
	background-color: #000;
	margin-top: 20px;
	margin-bottom: 20px;
}
#attorney_pic {
	float: left;
	padding-right: 20px;
	margin-right: 20px;
	position: relative;
	left: -10px;
}
#footer_address {
	float: left;
	padding-left: 5px;
}
#space {
	height: 20px;
	width: 100%;
	clear: both;
	float: left;
}
#zilinsky_pic {
	float: right;
	margin-left: 20px;
	padding-left: 20px;
}
