body {
	margin:0;
	padding:0;
	background-color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height:100%;
} 

#main {
	position:absolute;
	z-index:2;
	width:931px;
	left:50%;
	margin-top:10px;
	margin-left:-400px;
	background-color:#e8e5c6;
}
a,link,visited,hover  {
	color:#7D7739;
}
#headline {
	width:931px;
	height: 50px;
}

#header_bar {
	width:931px;
	/*background-image: url(../images/ousky-header.jpg);*/
	height: 307px;
}

#container {
	clear:both;
}

#col1 {
	float: right;
	width: 625px;
	margin-right: 50px;
	margin-top: -20px;
	min-height:500px;
	/*text-align: center;*/
}

#masterdiv {
	position:absolute;
	z-index:0;
	width:219px;
	background-color:#7d7739;
	float: left;
}
.subtitles {
	color: #706A2C;
	font-size: 14px;
}
#footer {
	width:931px;
	background-color:#000000;
	clear: both;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	color: #E8E5C6;
}
#inner {
	width: 219px;
}
#inner p{
	line-height:3px;
	padding-left:10px;
}

#inner p a, link, visited {
	display: block;
	font-size: 14px;
	text-decoration: none;
	color:#E8E5C6;
	padding:10px;
}
#inner p a:hover {
	display: block;
	font-size: 14px;
	text-decoration: none;
	background-color: #E8E5C6;
	color: #7D7739;
	padding:10px;
}
h2 {
	color: #706A2C;
	font-size: 14px;
}
#footer a, link, visited, hover {
	text-decoration: none;
	color:#E8E5C6;
	line-height: 35px;
}
h1 {
	color: #706A2C;
	font-size: 18px;
	border-bottom-image: url(../images/bullet-div.jpg);
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #7D7739;
	padding-bottom: 5px;
	margin-right: 50px;
	margin-left: 25px;
}
/*------------------------------------------------------------------------------
		Vertical Accordions
------------------------------------------------------------------------------*/
		
	.accordion_content {
		overflow: hidden;
		padding: 5px;
		color: #000;
		font-size: 12px;
		font-weight:normal;
	}
	
	#family-law p.accordion_toggle{ 
		color: #706A2C;
		font-size: 14px;
		display: block;
		/*background: url(../images/button_Down.gif) 425px 10px no-repeat #F4EEE8;*/
		cursor: pointer;
		padding: 5px;
	}
	
	#family-law p.accordion_toggle_active {
		color: #706A2C;
		font-size: 14px;
		display: block;
		cursor: pointer;
		padding: 5px;
		/*background: url(../images/button_Up.gif) 425px 10px no-repeat #F4EEE8;*/
	}
	#accordionBlock li {
		/*color: #706A2C;
		font-size: 14px;
		font-weight:bold;
		background: url(../images/button_Up.gif) 425px 10px no-repeat #F4EEE8;*/
	}

