body {
	background:url(images/page_bg.jpg) top left repeat-x #e2e2e2;
	margin:0;
	padding:0;
	font-family:arial,  helvetica, sans-serif;
	font-size:9pt;
	color:#333;
}

#container {
	width:760px;
	margin:20px auto 20px auto;
	border:1px solid #000;
	background:#fff;
}

#header {
	height:80px;
	background-color: #6e070b;
	background-image: url(images/hammond_solicitors.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

#h1 {
	color:#CCCCCC;
	font-size:18pt;
	text-decoration: underline;
}

#content {
	width:500px;
	padding:10px;
	float:right;
}

#content h1, h2, h3, h4 {
	margin:0;
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}

#content h1 {
	color:#666666;
	font-size:22pt;
	border-bottom:1px solid #ccc;
}
#content h2 {
	color:#666666;
	font-size:16pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#content h3 {
	color:#6e070b;
	font-size:12pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#content h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#6e070b;
	}
.bold_text {
	font-weight: bold;
}
.bold_text2 {
	font-size: 14px;
	font-weight: bold;
	color:#6e070b;
}


#photos {
	width:428px;
	height:224px;
	margin:10px auto 10px auto;
	position:relative;
	padding:10px;
	background:#f2f7e9;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

.imgbox {
	width:75px;
	height:75px;
	border:1px solid #77A13D;
	background:#f1f1f1;
	margin:15px;
	float:left;
	display:inline;
}

#sidebar {
	width:200px;
	padding:10px;
	float:left;
	margin:0;
}

#sidebar ul {
	margin:0;
	padding:0;
	border-bottom:1px solid #ccc;
}
	 

#sidebar ul li {
	margin:0;
	padding:0;
	list-style:none;
	border:1px solid #ccc;
	border-bottom:none;
}

#sidebar ul li a {
	display:block;
	padding:3px;
	width:192px;
	background:url(images/li-off.gif) top left no-repeat #ecdbc8;
	color:#6e070b;
	text-indent:30px;
	text-decoration:none;
}

#sidebar ul li a:hover {
	background:url(images/li-on.gif) top left no-repeat #ecdbc8;
}
.adbox {
	height:60px;
	border:1px solid #ccc;
	background:#f5f5f5;
	padding:5px;
	text-align:center;
	margin:10px 0 0 0;
	font-size:8pt;
}	

#footer {
	clear:both;
	border-top:1px solid #000;
	background:#6e070b;
	padding:10px;
	color:#fff;
	font-size:8pt;
	text-align:left;
}

a {
	color:#6e070b;
}

a:hover {
	color:#333333;
}
