


* {	/* margin: 0;
	padding: 0;    */
	box-sizing: border-box;
	}

html {
      font-family: Helvetica, Arial, sans-serif;
      font-size: 0.8em; }

.myHeader {
/*	position: fixed; */
	width: 100%;
    padding-top: 0;
    text-align: center;
    background-color:#d4b58d; 
    background-image: linear-gradient(#d4b58d, white); }

.photo {
	width: 155px;
	height: 155px;
	margin-right: 10px;
	float: left; }

.AttorneyAdd {font-size: 85%; }

.FirstParagraph:first-letter {font-size: 150%; color: #703910;}  

h4 {margin-bottom: 7px;}

h3 {text-indent: 5%;}

hr {border: 1px solid #703910; }  




.main_inner {

margin: auto;
  width: 50%; }

.navigation { list-style: none;
		line-height: 1.7; }

.phoneNumber {font-weight: 500;}

.navigation a:link { text-decoration:none; }

a {color: #703910;}

.navigation li a:hover {color: #43220a; font-weight: bold;}


/* a {color: #964e17;} */


