body 
    {
	text-align:center;
	background-color:#071726;
	height: 100%;
	width: 100%;
	margin:0;
	background-image: url(images/body-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
    }
#wrapper {
	width: 100%;
	margin: 0;
	position: relative;
}
#header {
	position:relative;
	width:100%;
	height:150px;
	z-index: 2;
	background-image: url(images/header-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	top: 0px;
	margin: 0px;
}
#menu {
	margin-top: 50px;
	position: absolute;
	left: 370px;
}
#logo {
	float: left;
	margin-top: 50px;
}
#bodycontent {
	position: relative;
	width: 100%;
	top: 0px;
	text-align: center;
	background-image: url(images/gavel.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#introbodycontent {
	position: relative;
	width: 100%;
	top: 0px;
	text-align: center;
}
#introcontent  {
	height: 400px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}
#content  {
	height: 400px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	font-family: Times, serif;
	font-size: 12px;
	color: #333333;
	overflow: auto;
	position: relative;
	top: 0px;
}
h1 {
	font-family: Times, serif;
	font-size: 30px;
	font-weight: normal;
	color: #000000;
	display: inline-block;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h2 {
	font-family: Times, serif;
	font-size: 30px;
	color: #FFFFFF;
	float: left;
	display: inline-block;
	font-weight: normal;
	margin: 0px;
}

#contentimage {
	position: absolute;
	height: 400px;
	width: 300px;
	left: 0px;
	top: 0px;
	overflow: hidden;
}
#footercontent {
	position: relative;
	width: 100%;
	top: 0px;
	text-align: right;
	background-image: url(images/footer-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 200px;
}
#introfooter {
	height: 100px;
	background-image: url(images/footer-gavel.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 180px;
	padding-top: 30px;
	font-family: Times, serif;
	font-size: 12px;
	color: #CCCCCC;
}
#introfooter a {
	color: #91B422;
	text-decoration: none;
}
#introfooter a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer {
	height: 100px;
	background-image: url(images/footer-inner-bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 180px;
	padding-top: 30px;
	font-family: Times, serif;
	font-size: 12px;
	color: #CCCCCC;
}
#footer a {
	color: #91B422;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#tabcontainer {
	width: 700px;
	top: 0px;
	right: 0px;
	float: right;
}


.kwicks {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
	background-image: url(images/menu-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.kwicks li{
	display: block;
	overflow: hidden;
	padding: 0;
	cursor: pointer;
}

/* example 1 */
#menu .kwicks li {
	float: left;
	width: 100px;
	height: 100px;
	margin-right: 5px;
}
#menu #kwick1 {
	background-color: #08253c;
	background-image: url(images/construction-litigation.jpg);
}
#menu #kwick2 {
	background-color: #08253c;
	background-image: url(images/music-litigation.jpg);
}
#menu #kwick3 {
	background-color: #08253c;
	background-image: url(images/business-litigation.jpg);
}
#menu #kwick4 {
	background-color: #08253c;
	background-image: url(images/personal-injury-litigation.jpg);
}
#menu #kwick5 {
	background-color: #08253c;
	background-image: url(images/about.jpg);
}
#menu #kwick6 {
	background-color: #08253c;
	background-image: url(images/links.jpg);
	margin-right: none;
}
#kwick1 a, #kwick2 a, #kwick3 a, #kwick4 a, #kwick5 a, #kwick6 a {
	height: 100%;
	width: 100%;
	display: block;
	text-indent: -9999px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
clear:both;
height:0;
font-size: 1px;
line-height: 0px;
}
.title {
	font-family: Times, serif;
	font-size: 24px;
	text-transform: uppercase;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
