body {background-color: #e3e3e3;}

#mainbox {
	background-color: white;	
	width: 875px;
	font-size: 14pt;
	font-family: arial, helvetica, sans-serif;
	margin: 20px auto 30px auto;
	border: solid 10px black; 
}
#header { height: 75px;
			 text-align: center;
			 background-color: black;
			 color:white;
			 }
#header2 {height: 150px;
			 background-color: black;
			 /* #f5deb3 */
			 text-align: center;
			 vertical-align: middle;			 
			 }
#review {
	text-align: center;
	background-image: url('review.jpg');	
	width: 490px;
	height: 40px;
	padding-top: 18px;	
	}
	
#review a {
	text-decoration: none;
	color: black;
}
#img1 { background-image: url(courthouse.jpg);
		  height: 150px;
		  width: 200px;
		  float: left;
}
#img2 { background-image: url(judge.jpg);
		  height: 150px;
		  width: 200px;
		  float: right;
}
#right {
	width: 350px;
	background-color: #f5deb3;
	float: right;
	margin-right: 5px;
	margin-top: 20px;
	}
#right-content {padding: 5px 5px 0 10px;
					 margin-bottom: 0;
}
.sidebar { color: black;
			  text-align: center;
			  font-weight: bold;
			  background-color: #d3d3d3;
			  width: 350px;
			  margin: 0;
			  
			}
.menu { width: 875px;
		  height: 1.4em;
		  background-color: black;
		}
.menulist {list-style-type: none;
			  white-space: nowrap;
			  padding: 0;
			  margin: 0;			  
			  }
.menu li {display:inline;}
.menu li a { padding-left: 5px;
				 text-decoration: none;
				 color: white;
				 vertical-align: middle;
				 margin-left: 10px;}
.menu li a:hover{color: red;
					  font-weight: bold;}				 
#content {
	padding: 0 5px 0 5px;
	width: 510px;
	margin-bottom: 30px;
	margin-top: 20px;
}
#content div.type {margin-left: 110px;
}
#content img {float: left;}
#content h2.title { text-align: center;
				  color: black;
				}
h1 {
	background-color: black;	
	display: inline;
	padding-right: 15px;
	font-variant: small-caps;
}
.item-small {
	width: 610px;
	height: 55px;
	}
.item-big {	width: 610px;
				height: 95px;
				}
#footer { color: black;
			 background-color: white;
			 text-align: center;
			 line-height: 1.5em;
			 font-size: 10pt;				 
}
hr { height: 3px;
	  color: black;
	  background-color: black;
		}