/* CSS Document */

body{
	margin: 0 auto 0 auto;
	padding: 0;
	background: url(images/portjervis_law_bkgrnd.jpg) repeat-x #F1F1F1;
	}
#mainwrapper{
	width: 800px;
	text-align: center;
	margin: 70px auto 0 auto;
	}
#header{
	width: 800px;
	height: 80px;
	float: left;
	}
#leftcol{
	width: 250px;
	height: 424px;
	float: left;
	}
#midcol{
	width: 250px;
	height: 424px;
	margin: 0 25px 0 25px;
	float: left;
	}
#rightcol{
	width: 250px;
	height: 424px;
	float: left;
	}
#footer{
	font: .7em/1.2em Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	color:#fff;
	text-align:center;
	width: 800px;
	height: 110px;
	float: left;
	}
#footer ul{
	list-style: none;
	margin: 30px 0 50px 19%;
	}
#footer li{
	float: left;
	list-style: none;
	padding: 0 20px 0 20px;
	}
#footer li a{
	text-decoration: none;
	color: #FFFFFF;
	}
#footer li a:hover{
	color:#999999;
	text-decoration: none;
	}