/* 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;
	}
#rightcol{
	width: 500px;
	height: 414px;
	margin: 10px 0 0 45px;
	float: left;
	text-align: left;
	font: .8em/1.2em Verdana, Arial, Helvetica, sans-serif;
	coLOR: #666666;
	}
#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;
	}
	
.style1 {color: #007FA1}
.bio{
	padding: 10px 0 0 0;
	}
.practice ul{
	margin-top: 0;
	padding-top: 0;
	}
.practice p{
	margin-bottom: 0;
	padding-bottom: 0;
	}
