#mainContainer {
	background-color: #FFFFFF;
	text-align: left;
	width: 850px;
	margin: 30px auto;
	padding-bottom: 25px;
	border: 2px solid #6C5F59;
	border-top-width: 1px;
	overflow: hidden;
}
body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: #F4F4F4;
	margin-bottom: 25px;
	line-height: 140%;
}
#header {
	background-image: url(http://www.crookslaw.com/images/header_new.jpg);
	height: 307px;
	position: relative;
}
#sidebar {
	float: left;
	width: 147px;
	margin: 25px 0 0 55px;
	color: #555;
	font-size: 93%;
	padding: 15px;
	background-color: #F7F7F7;
	border: solid 1px #8A0000;
}
#sidebar h3 {
	margin-top: 0px;
	margin-bottom: 15px;
	color: #8A0000;
	font: italic normal 18px "Times New Roman", Times, serif;
	padding-bottom: 0px;
	border-bottom: 1px solid #515151;
	text-align: center;
}
#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#sidebar li {
	margin-bottom: 7px;
}
#sidebar a {
	color: #8A0000;
}
#sidebar a:hover {
	color: #555;
	text-decoration: none;
}
#blog #sidebar ul {
	list-style: disc;
        margin-left: 15px;
        margin-bottom: 15px;
}




#nav {
	position: absolute;
	top: 283px;
	left: 10px;
}
#nav a {
	font-size: 12px;
	color: #594841;
	font-weight: bold;
	text-decoration: none;
}
#nav a:hover {
	text-decoration: underline;
}

.pullquotevents {
	width: 305px;
	font-size: 240%;
} 

.pullquote {
	width: 280px;
	font-size: 260%;
}

.pullquote, .pullquotevents  {
	float: right;
	color: #AA9D97;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	border-top: solid 1px #AA9D97;
	border-bottom: solid 1px #AA9D97;
	margin: 0 0 25px 25px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
}

#content {
	width: 510px;
	margin: 25px 55px 25px 0;
	float: right;
	background-color: #FFFFFF;
	color: #000000;
}

#content ul {
	margin-top: -10px;
	padding-top: 0px;
}

#content h1, #content h2 , #content h3 {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
}

#content h2 {
	border-bottom: 1px solid #544743;
}
#content h3 {
	font-weight: bolder;
	margin: 0;
	padding: 0;
}
#content h1, #content h4 {
	color: #544743;
}
#content h4 {
	margin-bottom: -10px;
}
.blogdate {
        font-size: 85%;
        margin-top: -25px;
        font-weight: normal;
        
}
.comments {
        margin: 10px 0 20px;
        text-align: right;
        font-size: 85%;
}


#footer {
	font-size: 10px;
	color: #A99C96;
}
#footer a {
	color: #A99C96;
}
h2 , h3{
	color: #544743;
}
p.first, h2.first {
	margin-top: 0px;
}
#toc {
	font-size: 93%;
}
#toc li {
	list-style: decimal;
	padding: 0px;
	margin: 0px;
}
#toc a {
	color: #544743;
}
fieldset {
	border: 1px solid #CCC;
	padding-top: 20px;
}
legend {
	font-weight: bold;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 130%;
	color: #666;
}
#content form ul{
	margin: 0;
	padding: 0px;
}
#content form li{
	list-style: none;
	padding: 0 15px;
	margin: 10px 0;
}
form label {
	clear: left;
	float: left;
	width: 200px;
}
form input , form textarea{
	clear: right;
	width: 200px;
}
#submit {
	width: 150px;
	margin-left: 200px;
}
