﻿/* CSS layout */
#masthead {
}

#container {
	position: relative;
	width: 100%;
	min-height: 450px;
	padding-top: 20px;
}

#container_home {
	position: relative;
	width: 100%;
	min-height: 300px;
	padding-top: 20px;	
}

#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
	padding-top: 20px;
}

#page_content {
	margin-left: 200px;
}

#page_content_practice {
	margin-left: 220px;
}

#page_content_referrals {
	margin-left: 200px;
	margin-top: 85px;
}

#page_content_attorneys {
	margin-left: 200px;
	margin-top: 60px;
}

#page_content_links {
	margin-left: 250px;
}

#page_content_thanks {
	margin-left: 200px;
	margin-top: 120px;
}

#footer {
	text-align: center;
	font-size: small;
	font-family: "Times New Roman", Times, serif;
	left: 0px;
}

#CPage
{
	margin: 0 auto;
	width: 800px;
	background-image: url('images/bkgrnd.jpg');
	background-repeat: no-repeat;
}

#footer_sm {
	font-size:x-small
}

#no_border {
	padding: 10px 0 10px 0;
	border: 0;
}

#bold_type{
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	text-align: justify;
	text-indent: 30px;
}

#picture_border{
	border: 4px #E9CBA6 solid;
}


