html {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-image: url(images/bkg.gif);
	background-repeat: repeat-y;
	background-position: center;
}

#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff9e9;
	min-height: 100%;
	background-image: url(images/blackborder.gif);
	background-repeat: repeat-y;
	background-position: left;
}

[if lte IE 6]>
<style type="text/css">
#container {
height: 100%;
}
</style>
<![endif]

#headerblock {
	height: 100px;
	width: 800px;
}
#name {
	background-image: url(images/nameblock.gif);
	height: 100px;
	width: 280px;
	float: left;
}
#name h1 {
	font-size: 18px;
	display: none;
}
#menu {
	height: 81px;
	width: 520px;
	float: right;
}
#founded {
	height: 19px;
	width: 520px;
	/*	background-image: url(images/since1974.gif); */
	float: right;
	background-color: #733b26;
}
#founded p {
	display: none;
}
#sidebar {
	background-image: url(images/gavel.jpg);
	float: left;
	height: 530px;
	width: 280px;
	background-color: #000000;
	clear: left;
}
#content {
	width: 447px;
	float: right;
	padding: 35px;
	background-color: #FFF9E9;
}

/*[if lte IE 6]>
<style type="text/css">
#content {
	margin: 0px;
}
</style>
<![endif]*/

a:link, a:visited {
	color: #733B26;
}
a:hover, a:active {
	color: #330906;
}

.attorneyname a:link, a:visited {
	color: #330906;
	text-decoration: none;
	font-style: normal;
}
.attorneyname a:hover, a:active {
	color: #733B26;
}

.attorneyemails a:link, a:visited {
	color: #733B26;
}
.attorneyname a:hover, a:active {
	color: #330906;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #4D1D13;
	margin: 0px;
	padding: 0px;
}
.smallprint {
	font-size: 9px;
	font-style: italic;
}
#content p, #content li, #content td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #330906;
	line-height: 20px;
	text-align: justify;
}
#contact {
	color: #FFECB7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 15px;
}
#sidecontact td {
	padding-top: 5px;
	padding-bottom: 5px;
}
#addresses td {
	padding-top: 7px;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #966A56;
	padding-right: 10px;
}
.headshot {
	padding: 2px;
	float: right;
	margin-bottom: 5px;
	margin-left: 25px;
	border: 1px solid #1F0504;
}


/* FORMS */

#contactform td {
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: left;
}

.textbox {
	border: 1px solid #532512;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #532512;
	background-color: #FFFFFF;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4D1D13;
	background-color: #FFF9E9;
}

/* HEADERS */

#welcomeheader, #practiceheader, #attorneysheader, #contactheader, #thankyouheader, #clientsheader {
	width: 400px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: left top;
}

#welcomeheader {
	background-image: url(images/h1welcome.gif);
}

#practiceheader {
	background-image: url(images/h1practice.gif);
}

#attorneysheader {
	background-image: url(images/h1attorneys.gif);
}

#contactheader {
	background-image: url(images/h1contact.gif);
}

#thankyouheader {
	background-image: url(images/h1thankyou.gif);
}

#clientsheader {
	background-image: url(images/h1clients.gif);
}

#welcomeheader span, #practiceheader span, #attorneysheader span, #contactheader span, #thankyouheader span, #clientsheader span {
   display: none;
}

#copyright {
	height: 30px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: #000000;
	line-height: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(images/copyright.gif);
	clear: both;
	background-repeat: no-repeat;
	background-position: right;
}
#copyright p {
	display: none;
}
#newscontainer {
	float: right;
	width: auto;
	background-image: url(images/newsheader.gif);
	background-repeat: no-repeat;
	margin-left: 25px;
	background-color: #C99F6F;
	height: auto;
	margin-bottom: 10px;
}
#news {
	height: 175px;
	width: 175px;
	overflow: auto;
	padding: 10px 0px;
	border: 1px solid #C99F6F;
	background-color: #FFF9E9;
}

#news h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 12px;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
	color: #844B2E;
}
#news p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	color: #733B26;
}

.divider {
	background: #fff9e9 url(images/divider.gif);
	width: 450px;
	height: 30px;
	margin: 0px 0px 15px;
	padding: 0px;
}
