body {
	color: black;
	background: #d8c7a1 url(backgroundslice.png) repeat-y center top;
	margin: 0px;
	font-family: arial, sans-serif;
	font-size: 10pt;
}
h1 { font-family: times, serif }
h2 {
	font-family: times, serif;
	font-size: 16pt;
	border-bottom: #600000 dashed 1px
}
h3 {
	font-family: times, serif;
	font-size: 14pt
}
h4 {
	font-family: times, serif;
	font-size: 12pt;
	font-weight: normal;
	font-style: italic
}
a {
	font-weight: bold;
	color: #600000
}
a:hover {
	color: #c40000;
}
img { border: 0 }
#container {
  background: url(background.jpg) no-repeat center top;
	height: 600px;
}
#heading {
	width: 960px;
	height: 123px;
  margin-left: auto;
	margin-right: auto;
  padding: 0px;
	background: url(claytonlawoffices.png) no-repeat 0px 0px;
}
#content {
	background-color: #ffeecc;
	margin-left: auto;
	margin-right: auto;
	width: 940px;
	padding: 10px;
}
#disclaimer {
	margin-top: 1em;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	width: 940px;
	font-size: 8pt;
	border-top: solid black 1px;
	clear: both
}
#links {
  padding-left: 215px;
	padding-top: 56px;
	color: #600000;
	font-weight: bold;
	font-size: 16px
}
#links a {
	text-decoration: none;
	color: black;
	padding-left: 10px;
	padding-right: 10px;
}
#links a:hover {
  color: white
}
#phone {
  padding-top: 20px;
  padding-right: 50px;
	text-align: right;
	font-size: 12px
}
div.fullwidth {
	width: 960px;
	margin-left: auto;
	margin-right: auto
}
div.address {
  float: left;
	padding-right: 3em
}