body{ 
	font-family: "Times New Roman,serif;
	font-size:14px;
	font-weight:normal;
	color:#453c38;
	background:url(images/background.png)top left repeat;
	margin:0;
	padding:0;
}
img{
	border:none;
}
#container{
	width:980px;
	margin:0 auto;
	padding:0;
}
#landing{
	position:absolute:
	margin:0;
	padding:0;
	z-index:-1;
	background:url(images/landing.png)top center no-repeat;
	width:980px;
	height:312px;
}
.nav{
	width:980;
	height:104px;
	margin:30px 0 0 0;
	padding:0;
}
.law, .med, .con{
	float:left;
	opacity:0.7;
	/*margin:0 0 0 155px;*/
	margin:0;
	display:block;
	width:30%;
	height:104px;
	-moz-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
}
.law:hover, .med:hover, .con:hover{
	opacity:1;
}
.med{
	margin:0 0 0 45px;
}
.con{
	float:right;
	/*margin:0 155px 0 0;*/
}