﻿#shell_I 
{	width:100%;
	border:solid 0px red;
	height:1000px;
	min-height:1000px;
	display:table;
	margin-left:0px;
	background-image:url('http://www.dharmawomen.org/images/bkground_wht_tran50.png');
}
/*	text-align:center;
	padding:20px 5px 5px 5px;
	left:-15px;*/
#shell_II 
{	width:985px;
	border:solid 0px blue;
	height:auto;
	display:table;
	padding:0px;
	margin:6px;
	position:relative;
	
}
#shell_III_top
{	width:100%;
	border:solid 0px green;
	height:auto;
	display:table-row;
}
#shell_III_top #logo
{	width:410px;
	border:solid 0px black;
	height:145px;
	display:table-cell;
	float:left;	
}
#shell_III_top #topnav
{	width:480px;
	border:solid 0px black;
	height:30px;
	position:relative;
	top:110px;
	display:table-cell;
	float:right;
	text-align:right;
	vertical-align:bottom;	
}
#shell_III_content
{	width:100%;
	border:solid 0px Olive;
	height:auto;
	display:table-row;
}
#shell_III_content #leftnav
{	width:184px;
	border:solid 0px orange;	
	height:400px;
	display:table-cell;
	/*float:left;*/	
}
#leftnav .leftnav_grp
{	width:184px;
	height:auto;
	border-top:solid 1px #feed9a;	
	border-bottom:solid 0px orange;	
	display:block;
	text-align:right;
	padding:2px 0px 12px 0px;
}
#shell_III_content #content_area
{	width:780px;
	border:solid 0px orange;
	border-top:solid 1px #feed9a;	
	border-bottom:solid 1px #feed9a;
	height:auto;
	min-height:400px;
	display:table-cell;
	float:right;	
	background-image:url('../images/bkground_contentarea.png');
	text-align:left;/**/
	margin-right:5px;
	
}
#content_area div.col
{padding: 6px 8px 12px 20px;
}
.left
{float:left;
	margin-left:3px;
}
.right
{float:right;
	margin-right:5px;
}
#shell_III_foot
{	width:100%;
	border:solid 0px blue;
	height:auto;
	display:table-row;
}
#footer
{	width:780px;
	border:solid 0px orange;
	height:100px;
	display:table-cell;
	float:right;	
	text-align:left;
	margin:3px 0px;
	font-size:9px;
	text-transform:uppercase;
	font-family:Tahoma,Verdana,"Microsoft Sans Serif",Arial ;
}
