body,td,th {
	color: #FFFFFF;
}
body {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, "Sans Serif";
	background-color: #163F57;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #1A435B;
	background-image: url(images/page-bg.gif);
	background-repeat: no-repeat;
	font-size: 13px;
}
a:link {
	color: #B8C1C9;
	text-decoration: none;
}
a:visited {
	color: #B8C1C9;
	text-decoration: none;
}
a:hover {
	color: #B8C1C9;
	text-decoration: underline;
}
a:active {
	color: #B8C1C9;
	text-decoration: none;
}
.titles {
	font-size: 30px;
	color: #87A0AF;
}
.footer {color: #416C8D}
.contact-bg {
	background-image: url(images/contact-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.title-attorneys {
	color: #70AFD6;
	font-size: 14px;
}
.img-attorneys {
	border: 1px solid #FFFFFF;
	margin: 15px;
}
/* This is the menu */

#menu {
	background-image: url(images/bg-menu.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 757px;
	height: 31px;
}
#menu ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}
#menu ul li {
	float: left;
	padding-top: 4px;
	padding-bottom: 4px;
}
#menu ul li a {
	font-family: "Trebuchet MS";
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 8px;
	padding-left: 8px;
}
#menu ul li a:hover {
	color: #a6c6d7;
}
