/* CSS Document  Batchelor Law */

<!--
body {
	background-image: url(/images/bg3.jpg);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

strong {
	font-weight:  600;
}

#content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: 200;
	line-height: 1.25em;
	position: absolute;
	top: 110px;
	left: 290px;
	width: 630px;
	border: 0px;
	
	overflow: auto;
	height: 460px;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-base-color: #333333;
	margin-top: 0px;
	padding-top: 0px;
	
}

.form-divider
{
        border-bottom: 1px solid #333333;
        color: #333333;
        font-size: 12;
        font-weight: bold;
        padding-bottom: 4px;
        margin-bottom: 11px;
        width: 100%;
        text-align: left;
}

#nav {
	position: absolute;
	top: 67px;
	height: 20px;
	width: 470px;
	border: 0px;
	left: 280px;
}

#slogan {
	position: absolute;
	top: 44px;
	left: 480px;
	font-size: 12px;
	color: #CC0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#yellowPages {
	position: absolute;
	top: 8px;
	left: 285px;
}

.white {
	color: #FFFFFF;
}

h1 {
	font-size: 18px;
	color: #000000;
	margin: .2em;
}

h2 {
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: -5px;
}
-->

