body {
	background-color: #ceceff;
	font-size: 14px;
	font-family: Garamond-Bold, Helvetica, Arial, Verdana, SunSans-Regular, Sans-Serif;
	color:#000000;  
	padding:15px;
	margin:0px;
	text-align: center;
	background: url(../images/background_sample_1.jpg);
}
/*
.shadowcontent, {
			position: relative;
			padding: 10px; 
			top: -5px;  these two define the shadow 'offset'
			left: -5px; 
			background: #C4E1C7;
			color: black;
			border: 1px solid #2E595C
}	
*/

.shadowbox1 {
			
			margin: 0px auto;
			width: 728px;
			background: url(../images/shadowdark.gif) repeat;
}

.lawcontent {
			position: relative;
			padding: 0px; 
			top: -10px;  /*these two define the shadow 'offset'*/
			left: -10px; 
			background: #C4E1C7;
			color: black;
			border: 0px solid #2E595C
}

#lawbanner { 	
	text-align: center;
	vertical-align: middle;	
	margin: 0px 0px 0px 0px;
	padding: 0px;
	height: 160px;
	width: 728px;
	background-color: #ffffd2;
	border: 0px solid #000000;
}

#lawmenu {
	text-align: center;
	vertical-align: middle;	
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 728px;
	background-color: #ffffd2;
	border: 0px solid #000000;
}

#bookendleft {
height: 30px;
width: 11px;
background: url(../images/Menus/bookend.gif) top left no-repeat;
}

#bookendright {
height: 30px;
width: 12px;
background: url(../images/Menus/bookend.gif) top left no-repeat;
}


#sitehome {
height: 30px;
width: 54px;
background: url(../images/Menus/homeOnOver.gif) top left no-repeat;
}

#sitehome a {
display: block;
height: 100%;
width: 100%;
background: white url(../images/Menus/home.gif) top left no-repeat;
color: #000
}

#sitehome a:hover {
background: transparent none;
}

#profile {
height: 30px;
width: 151px;
background: url(../images/Menus/profileOnOver.gif) top left no-repeat;
}

#profile a {
display: block;
height: 100%;
width: 100%;
background: white url(../images/Menus/profile.gif) top left no-repeat;
color: #000
}

#profile a:hover {
background: transparent none;
}

#practice {
height: 30px;
width: 132px;
background: url(../images/Menus/practiceOnOver.gif) top left no-repeat;
}

#practice a {
display: block;
height: 100%;
width: 100%;
background: white url(../images/Menus/practice.gif) top left no-repeat;
color: #000
}

#practice a:hover {
background: transparent none;
}

#philosophy {
height: 30px;
width: 145px;
background: url(../images/Menus/FirmOnOver.gif) top left no-repeat;
}

#philosophy a {
display: block;
height: 100%;
width: 100%;
background: white url(../images/Menus/Firm.gif) top left no-repeat;
color: #000
}

#philosophy a:hover {
background: transparent none;
}

#blog {
height: 30px;
width: 57px;
background: url(../images/Menus/blogOnOver.gif) top left no-repeat;
}

#blog a {
display: block;
height: 100%;
width: 100%;
background: white url(../images/Menus/blog.gif) top left no-repeat;
color: #000
}

#blog a:hover {
background: transparent none;
}

#contact {
height: 30px;
width: 83px;
background: url(../images/Menus/contactOnOver.gif) top left no-repeat;
}

#contact a {
display: block;
height: 100%;
width: 100%;
background: white url(../images/Menus/contact.gif) top left no-repeat;
color: #000
}

#contact a:hover {
background: transparent none;
}

#links {
height: 30px;
width: 59px;
background: url(../images/Menus/linksOnOver.gif) top left no-repeat;
}

#links a {
display: block;
height: 100%;
width: 100%;
background: white url(../images/Menus/links.gif) top left no-repeat;
color: #000
}

#links a:hover {
background: transparent none;
}

#lawbody {
text-align: left;
vertical-align: middle;	
margin: 0px auto;
padding: 0px;
height: 344px;
width: 728px;
background-color: #ffffd2;
border: 0px solid #ffffd2;
overflow: auto;
}


#lawfooter {
color:#564b47;  
text-align: center;
vertical-align: middle;	
margin: 0px auto;
padding: 0px;
width: 728px;
background-color: #ffffd2;
border: 0px solid #564b47;
}

p, h1, h3, pre {
margin: 0px; 
padding: 5px 10px; 
}


#h1 {
#font-size: 11px;
#text-transform:uppercase;
#text-align: center;
#color: #000000;
#background-color: #90897a;
#}


a { 
font-size: 14px;
font-weight: bold;
#background-color:transparent;
#text-decoration: none; 
}

a:link {
	font-size: 14px;
   text-decoration: underline;
	color: #0000A0;
}

a:visited {
	font-size: 14px;
    text-decoration: underline;
    color: #000080;
}

a:active {
	font-size: 14px;
    text-decoration: underline;
    color: #FF0000;
}


pre { 
color: #564b47;
font-size: 11px;
background-color:transparent;
font-family: Courier, Monaco, Monospace;
}

img.floatLeft {
float: left;
margin: 0px 10px 0px 0px;
width: 210;
height: 140;
}

img.floatLeftLong {
float: left;
margin: 0px 10px 0px 0px;
width: 140;
height: 210;
}

img.floatRight {
float: right;
margin: 0px 0px 0px 20px;
width: 210;
height: 140;
}

img.floatRightLong {
float: right;
margin: 0px 0px 0px 20px;
width: 140;
height: 210;
}

