body {
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;

	}
.mainwebsitewrapper {
	width:100%;
	}
.websitewrapper{
	width:1000px;
	display:inline-block;
	}

/* Header Wapper */

.headerwrapper {
	width:100%;
	display:inline-block;
	}


/* Header Logo Leftside*/	

.h1wrapper{
	width:740px;
	float:left;
	}

/* Header Contact RightSide*/	


.h2wrapper {
	width:260px;
	float:right;
	}
	
/* Header Contact Phone*/	
	
.phwrapper {
	width:260px;
	float:left;
	}
.phimg{
	width:50px;
	float:left;
	}
.phtxt {
	width: 200px;
	float:left;
	padding-top:20px;
	padding-left:5px;
	}	
.phtxt span {
	font-size:14px;
	font-style:oblique;
	color:#CCC;
	}	
	
	
/* Header Contact Email*/	


.emailwrapper {
	width:260px;
	float:left;
	}
.emailimg{
	width:50px;
	float:left;
	}
.emailtxt {
	width: 200px;
	float:left;
	padding-top:10px;
	padding-left:5px;
	}
.emailtxt span {
	font-size:14px;
	font-style:oblique;
	color:#CCC;
	}	
	
	
	

/* Menu Bar */	

.menuwrapper {
	width:1000px;
	}
	

/* Body  */	

.bodywrapper {
	width:1000px;
	display:inline-block;
	border:1 groove	 #CCCCCC;
	border-bottom-color:#F2F2F2;
	border-radius:10;
/*//	background-image:url(../HnH%20Law/HnH%20Law/Website/images/bg.png);
	opacity:0.5;
*/	margin:10px;
	padding:10px;
	}
	
.bdywrapper1 {
	width:300px;
	float:left;
	padding-right:10px;
	padding-left:10px;
	margin-top:20px;
	}
.txt {
	width:300px;
	float:left;
	padding-left:10px;
	text-align:justify;
	}
	
.bdywrapper2 {
	width:300px;
	float:left;
	padding-right:15px;
	padding-left:15px;
	margin-top:20px;

	}

.txt {
	width:300px;
	float:left;
	padding-left:10px;
	text-align:justify;
}

	
.bdywrapper3 {
	width:300px;
	float:left;
	padding-right:10px;
	padding-left:10px;
	margin-top:20px;

	}

.txt {
	width:300px;
	float:left;
	padding-left:10px;
	text-align:justify;
}

/* About Us Wrapper */

.aboutwrapperbg {
	width:100%;
	background-color:#4e4e4e;
	color:#CCC;
	font-size:14px;
	}
	
.aboutwrapper {
	width:1000px;
	display:inline-block;
	text-align:justify;
	font-size:14px;

	}

	
.aboutwrapper a {
	text-decoration:none;
		color:#ffffff;

	}
.aboutwrapper a:hover {
	color:#CCC;
}

.contactwrapperbg {
	width:100%;
	background-color:#4e4e4e;
	color:#CCC;
	font-size:14px;
	}
	
.contactwrapper {
	width:1000px;
	display:inline-block;
	margin:10px;
	padding:10px;
	text-align:left;
	}
.contactwrapperleft {
	width:450px;
	text-align:justify;
	font-size:14px;
	margin:10px;
	padding:10px;
	float:left
	}

.contactwrapperright {
	width:450px;
	float:right;
	text-align:justify;
	font-size:14px;
	margin:20px;
	padding:10px;
	}


/* footer Wrapper */

.footerwrapper {
	width:1000px;
	margin-top:10px;
	}

.footerinsidewrapper {
	display:inline-block;
	color:#4e4e4e;
	background-color:rgba(255, 255,255, 0.95);
		}
	
.footerleft {
	width:400px;
	text-align:justify;
	float:left;
	padding-right:20px;
	}
.footerright {
	width:500px;
	text-align:justify;
	float:right;
	
	}
	
.footermenuwrapper {
	width:1000px;
	background-color:rgba(30, 30, 30, 0.95);
	color:#CCC;
	display: inline-block;
	height:auto;
	margin-top:10px;
	padding-top:30px;
	padding-bottom:30px;
	}

.footermenuleft {
	width:500px;
	float:left;
	}

.footermenuleft a{
	text-decoration:none;
	color:#CCC;

	}
.footermenuleft a:hover{ 
	text-decoration:none;
	color:#ffffff;
	}	

.footermenuright {
	width:450px;
	float:right;
	text-align:right;
	padding-right:20px;
	}
	
.footermenuright a{ 
	text-decoration:none;
	color:#CCC;

	}
.footermenuright a:hover{ 
	text-decoration:none;
	color:#ffffff;
	}