body {
	background: #C2C2D6 url(../images/bg_main.png) top repeat-x; 
/*	background: #9999FF; */
/*	background: #9999FF url(../images/bg_main2.gif) top repeat; */
/*	background: #9999FF url(../images/bg_main1.gif) top repeat; */
	text-align: center; 
	font: 12px/16px Tahoma, Ariel, sans-serif;	
}
/*********SET DEAFULT MARGINS & PADDING TO ZERO****************/
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl,table,tr,td { 
	margin: 0; 
	padding: 0;
}
/*********NO BLUE BOX AROUND HYPERLINKED IMAGES****************/
a img,:link img,:visited img,fieldset { 
	border: none; 
}
/*********NO MARKER FOR LIST ITEMS****************/
ul { 
	list-style: none; 
}
/*********SET UNIFORM FONT SIZE FOR DIFFERENT BROWSERS****************/
h1,h2,h3,h4,h5,h6,pre,code,td { 
	font-size: 1em; 
}
/*********HEADER GRAPHIC****************/
#header_graphic { 
	width: 800px;
	height: 313px;
	margin: 0 auto;
	background: url(../images/header_graphic3.jpg);
}
.header_text {
	position: relative;
	float: left; 
	top: 279px;
	right: -395px;
	height: 25px;
	width: 156px;
}
/*********MAIN BODY WRAP BELOW HEADER GRAPHIC****************/
#body_wrap {
	background: url(../images/bg_body.png) repeat-y;
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
	width: 800px;
	height: 600px;
}
#body_wrap_bottom {
	background: url(../images/bg_body_bottom.png) no-repeat;
	width: 800px;
	height: 10px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
/*********MENU TOP EDGE(CURRENTLY NOT USED)****************/
#menu {
	position: absolute;
	width: 197px;
	height: auto;
	float: left;
}
#menu p {
	background: url(../images/bulett.png) 0 6px no-repeat;
	width: 168px;
	height: auto;
	margin-left: 5px;
	padding-left: 10px;
	text-align: justify;
	color: #990000;
}
#menu em {
border-color: #000000;
border-bottom-style: groove;
border: 1px;
}
#menu_wrap_top {
	width: 197px;
	height: 10px;
	background: url(../images/bg_menu_top.png) no-repeat;
	text-align: left;
}
/*********MENU BODY WRAPER****************/
#menu_wrap_body {
	width: 197px;
	padding: 10px;
	background: url(../images/bg_menu_body.png) repeat-y;
	text-align: left;
}
/*********MENU SHOW NO TEXT SINCE WE ARE USING CSS ROLLOVER****************/
#menu_wrap_body span { 
	display: none; 
}
/*********SHOW EACH BUTTON AS PART OF LIST ITEM BACKGROUND****************/
#menu_wrap_body li, #menu_wrap_body a { 
	height: 30px; 
	display: block; 
}
/*********MENU BOTTOM EDGE****************/
#menu_wrap_bottom {
	width: 197px;
	height: 10px;
	background: url(../images/bg_menu_bottom.png) no-repeat;
	text-align: left;
}
.sub_menu {
		height: 30px;
		width: 166px;
		margin: 1px 0px 0px 0px;
		display: block;
		background: url(../images/bg_sub_menu.png) no-repeat;
		visibility: hidden;
}
/*********BUTTONS START****************/
#btn_home {
		height: 30px;
		width: 166px;
		margin: 1px 0px 0px 0px;
		display: block;
		background: url(../images/buttons/btn_home.gif) no-repeat;	
}
/*********BUTTON ROLLOVER****************/
#btn_home a:hover { 
	background: url(../images/buttons/btn_home.gif) 0px -31px no-repeat; 
}
#btn_practices {
		height: 30px;
		width: 166px;
		margin: 1px 0px 0px 0px;
		display: block;
		background: url(../images/buttons/btn_area_pract.gif) no-repeat;	
}
/*********BUTTON ROLLOVER****************/
#btn_practices a:hover { 
	background: url(../images/buttons/btn_area_pract.gif) 0px -31px no-repeat; 
}
#btn_about {
		height: 30px;
		width: 166px;
		margin: 1px 0px 0px 0px;
		display: block;
		background: url(../images/buttons/btn_about.gif) no-repeat;	
}
/*********BUTTON ROLLOVER****************/
#btn_about a:hover { 
	background: url(../images/buttons/btn_about.gif) 0 -31px no-repeat; 
}
#btn_attorneys {
		height: 30px;
		width: 166px;
		margin: 1px 0px 0px 0px;
		display: block;
		background: url(../images/buttons/btn_attorneys.gif) no-repeat;	
}
/*********BUTTON ROLLOVER****************/
#btn_attorneys a:hover { 
	background: url(../images/buttons/btn_attorneys.gif) 0 -31px no-repeat; 
}
#btn_articles {
		height: 30px;
		width: 166px;
		margin: 1px 0px 0px 0px;
		display: block;
		background: url(../images/buttons/btn_articles.gif) no-repeat;	
}
/*********BUTTON ROLLOVER****************/
#btn_articles a:hover { 
	background: url(../images/buttons/btn_articles.gif) 0 -31px no-repeat; 
}
#btn_contact {
		height: 30px;
		width: 166px;
		margin: 1px 0px 0px 0px;
		display: block;
		background: url(../images/buttons/btn_contact.gif) no-repeat;	
}
/*********BUTTON ROLLOVER****************/
#btn_contact a:hover { 
	background: url(../images/buttons/btn_contact.gif) 0 -31px no-repeat; 
}
#btn_notable_cases {
		height: 30px;
		width: 166px;
		margin: 1px 0px 0px 0px;
		display: block;
		background: url(../images/buttons/btn_notable_cases.gif) no-repeat;	
}
/*********BUTTON ROLLOVER****************/
#btn_notable_cases a:hover { 
	background: url(../images/buttons/btn_notable_cases.gif) 0 -31px no-repeat; 
}
/*********SET BUTTON HIGHLIGHT ON EACH PAGE INDIVIDUALY****************/
#home #btn_home { 
	background: url(../images/buttons/btn_home.gif) 0px -31px no-repeat; 
}
#practices #btn_practices { 
	background: url(../images/buttons/btn_area_pract.gif) 0px -31px no-repeat; 
}
#about #btn_about {
	background: url(../images/buttons/btn_about.gif) 0 -31px no-repeat; 
}
#attorneys #btn_attorneys { 
	background: url(../images/buttons/btn_attorneys.gif) 0 -31px no-repeat; 
}
#articles #btn_articles { 
	background: url(../images/buttons/btn_articles.gif) 0 -31px no-repeat; 
}
#contact #btn_contact { 
	background: url(../images/buttons/btn_contact.gif) 0 -31px no-repeat; 
}
#cases #btn_notable_cases { 
	background: url(../images/buttons/btn_notable_cases.gif) 0 -31px no-repeat; 
}
/*********BUTTONS END****************/


#spacer {
	background: url(../images/spacer.png) repeat;
	width: 100%;
	margin: 0 auto;
	height: 2px;
	overflow: hidden;
}
/*********FOOTER WRAPERS****************/
#footer_wrap_top {
	background: #CCCC99 url(../images/bg_footer_top.png) no-repeat;
	width: 800px;
	height: 15px;
	margin: auto;
}
#footer_wrap_body {
	background: #CCCC99 url(../images/bg_footer_body.png) top left repeat-y;
	width: 800px;
	margin: auto;
	text-align: center;
}
#footer_wrap_body a{
	color: #000000;
	text-decoration: none;
}
#footer_wrap_body a:hover{
	color: #993300;
	text-decoration: underline;
}

#footer_wrap_bottom {
	background: #CCCC99 url(../images/bg_footer_bottom.png) no-repeat;
	width: 800px;
	height: 15px;
	margin: 0 auto;
}
#title_tag_left {
	background: url(../images/title_tag_left.png) no-repeat;
	width: 27px;
	height: 36px;
	margin: auto;
	float: left;
	position: relative;
	top: -35px;
	left: 40%;	
	display: block;
}
#title_tag_middle {
	background: url(../images/title_tag_middle.png) repeat;
	width: 50px;
	height: 36px;
	margin: auto;
	float: left;
	position: relative;
	top: -35px;
	left: 40%;
	display: block;
}
#title_tag_right {
	background: url(../images/title_tag_right.png) no-repeat;
	width: 27px;
	height: 36px;
	margin: auto;
	float: left;
	position: relative;
	top: -35px;
	left: 40%;
	display: block;
}
#content {
	position: absolute;
	float: left;
	margin: 0 197px auto;
	width: 586px;
}
#content a {
	color: #97719F;
}
.single_column_top1 {
	background: url(../images/single_column_top1.png) no-repeat;
	width: 586px;
	height: 28px;
	margin: auto;
	margin-right: 10px;
	float: left;
}
.single_column_body1 {
	background: url(../images/single_column_body1.png) top left repeat-y;
	width: 586px;
	height: auto;
	margin: auto;
	margin-right: 10px;
	float: left;
	text-align: center;
}
.single_column_body1 p {
	color: #993300;
	text-align: left;
	margin: 0 24px 0 24px;
}
.single_column_body1 a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.single_column_body1 a:hover {
	color: #993300;
	text-decoration: underline;
}
.single_column_bottom1 {
	background: url(../images/single_column_bottom1.png) no-repeat;
	width: 586px;
	height: 28px;
	margin: auto;
	margin-right: 10px;
	float: left;
}
.single_column_top2 {
	background: url(../images/single_column_top2.png) bottom no-repeat;
	width: 586px;
	height: 12px;
	margin: auto;
	margin-right: 10px;
	float: left;
}
.single_column_body2 {
	background: url(../images/single_column_body2.png) top left repeat-y;
	width: 586px;
	height: auto;
	margin: auto;
	margin-right: 10px;
	float: left;
	text-align: center;
}
.single_column_body2 p {
	color: #993300;
	text-align: justify;
	margin: 0 12px 0 12px;
}
.single_column_body2 a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.single_column_body2 a:hover {
	color: #993300;
	text-decoration: underline;
}
.single_column_bottom2 {
	background: url(../images/single_column_bottom2.png) no-repeat;
	width: 586px;
	height: 12px;
	margin: auto;
	margin-right: 10px;
	float: left;
}
.dual_column_top1 {
	background: url(../images/dual_column_top1.png) bottom no-repeat;
	width: 280px;
	height: 28px;
}
.dual_column_body1 {
	background: url(../images/dual_column_body1.png) top left repeat-y;
	width: 280px;
	height: auto;
	text-align: center;
}
.dual_column_body1 p {
	color: #993300;
	text-align: justify;
	margin: 0 28px 0 28px;
	float: right;
}
.dual_column_body1 a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.dual_column_body1 a:hover {
	color: #993300;
	text-decoration: underline;
}
.dual_column_bottom1 {
	background: url(../images/dual_column_bottom1.png) no-repeat;
	width: 280px;
	height: 28px;
}