  /* CSS layout */
body {
	margin: 5;
	padding: 5;
	background-color:silver;
	text-align: center;
}

a:before{
	font-size:small;
	color:#000000;
	font-weight: bold;	
}

a:link {
	font-size: small;
	color: #000000;
	font-weight: bold;
	text-align: left;
}
a:hover {
	font-size:small;
	font-weight: bold;
	color:#000000;
}
a:visited {
	font-size:small;
	font-weight: bold;
	color:#000000;
}
.company_title_text {
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-variant: small-caps;
	font-size: medium;
}
.tangent_title_text {
	color: maroon;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-variant: small-caps;
	font-size: large;
}

.style4 {
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	text-decoration: underline;
	font-size: medium;
	font-weight: bold;
}
.title_text {
	font-size: x-large;
	color: #333333;
}
.content_text {
	color:black;
	font-family:"Times New Roman", Times, serif;
	font-size: medium;
	font-weight: normal;
	text-align:left;
}


.top_adds {
	font-family:"Times New Roman", Times, serif;
	text-align: left;
	font-size: small;
}


#menue_bar a:link {
	font-size: medium;
	color: #000000;
	font-weight: bold;
}
#masthead {
	height: 155px;
	background-color: white;
	width: 1040px;
	float: none;
	position: relative;
	clip: rect(auto, auto, auto, auto);
	top: 0px;
	left: 0px;
	border-bottom-style: ridge;
	border-bottom-width: 8px;
	border-bottom-color: #800000;
	margin-bottom: 10px;
	padding-top: 10px;

}
#top_nav {
	
	padding: 10px 20px 10px 20px;
	margin: 10px;
}


#law_office_logo {
	border: medium groove #808080;
	position: relative;
	height: 70px;
	width: 230px;
	float: left;
	padding: 6px;
	background-color: #FFFFFF;
	margin-left: 6px;
}

#menue_bar_picture {
	height: 130px;
	width: 110px;
	position: relative;
	float: left;
	margin: 5px 5px 5px 5px;
	top: 0px;
	left: 0px;
	border-bottom-width: thick;
	border-bottom-color: #800000;
}


#masterhead_text  {
	padding: 5px;
	position: absolute;
	width: 346px;
	height: 87px;
	color: black;
	z-index: 1;
	top: 10px;
	left: 386px;
}
#menue_bar_otmlogo {
	height: 130px;
	width: 128px;
	position: relative;
	float: right;
	margin: 0px;
	top: 0px;
	left: 0px;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-left: 12px;
}

#container {
	
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
	clip: rect(auto, auto, auto, auto);
	float: none;
	position: relative;
}

#menue_bar {
	padding: 4px;
	height: 23px;
	position: relative;
	top: 116px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	left: -100px;
}

#headline {
	border-bottom: medium solid #800000;
	font-family: "Times New Roman", Times, serif;
		font-size:x-large;
		font-weight: bold;
		text-align:left;
	width: 530px;
}


#left_col {
	
	padding: 10px 20px 10px 20px;
	width: 190px;
	float: left;
	background-color: #E9E9E9;
	height: 800px;
	color: #000000;
}

#left_advertisement {
	padding: 10px 20px 10px 20px;
	width: 140px;
	float:left;
	background-color:#E9E9E9;
	height: 108px;
}

#page_content {
	padding: 10px 20px 10px 20px;
	background-color:white;
	width: 732px;
	position: relative;
	float: left;
	top: 0px;
	margin-left: 10px;
	left: 0px;
}
#footer {
	margin: 10px auto 10px auto;
	padding: 6px;
	clear: both;
	background-color:#E9E9E9;
	font-family: Arial, Helvetica, sans-serif;
	width: 1000px;
}
#estate_information {
	padding: 5px;
	font-family: "Times New Roman", Times, serif;
	width: 150px;
	border: thin solid #000000;
	float: right;
	clip: rect(auto, auto, auto, auto);
	position: relative;
	
}
#tax_information {
	padding: 5px;
	font-family: "Times New Roman", Times, serif;
	text-align:left;
	width: 530px;
	float: left;
	clip: rect(auto, auto, auto, auto);
	position: relative;
}



