/*this is a note*/
/* "absolute" measures from top of parent container; "relative" measures from dimensions of browser window, depends on what flowed before*/

body
{
	background-color: #FFFFFF;	
	font-family: baskerville, garamond, times, serif;
	font-size: 14pt;
	line-height: 18pt;
	color: #282828;
	margin: 0px;
	background-color: #333333;
	height: 100%;
}

img
{
	border: 0px;	
}

a
{
	color: #D8D8D8;
	text-decoration: none;
}

a:hover
{
	color: #FFFF66
}

.column 
{
	width: 350px;
	
	padding: 10px; 
	
	float: left; 
	
	text-align: left;
}

a.content_header_link
{
 	color: #282828;
}

a.content_header_link:hover
{
 	color: #FFFF66;
}

a.content_header_link2
{
	color: #585858;
}

a.content_header_link2:hover
{
	color: #FFFF66;
}

div#page_container
{
	background-image: url(./images/content_container_img_rock.jpg);
	width: 950px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	height: 100%;
}

div#header_logo
{
	background-image: url(./images/header_logo_img.png);
	background-repeat: none;
	
	width: 950px;
	height: 65px;
	
	padding: 0px;
}

div#logo
{
	width: 409px;
	height: 45px;
	
	margin-left: auto;
	margin-right: auto;
	
	padding-top: 12px;
}

div#header_links
{
	background-color: #81272D;
	
	width: 950px;
	height: 30px;
	
	padding: 0px;
}

div#header_links_links
{
	height: 19px;
	
	position: relative;
		top: 2px;
	
	text-align: center;
	
	text-decoration: none;
}

div#content_container
{	
	width: 950px;
/*	height: 582px;*/
	min-height: 500px;
	
	position: relative;
	padding-bottom: 40px;
}

div#content_container_house
{
	background-image: url(./images/content_container_img_house.png);
	background-repeat: no-repeat;
	
	width: 950px;
/*	height: 582px;*/
	min-height: 500px;
	
	position: relative;
	padding-bottom: 40px;
}

div#content_header
{
	background-image: url(./images/content_header_img.png);
	background-repeat: none;
	
	width: 437px;
	height: 108px;
	
	padding: 5px;
	
/*	position: absolute; 
		top: 50px;
		right: 0px;*/
		position: relative;
		margin-left: 503px;
		margin-top: 5px;
		
	text-align: center;
}

div#content_header_full
{
	background-image: url(./images/content_header_img.png);
	background-repeat: none;
	
	height: 108px;
	width:400px;	
	padding: 5px;
	margin: 10px;		
	text-align: center;
}

div#content_header_text
{
	margin-left: auto;
	margin-right: auto;
	
	margin-top: 20px;
	
	position: relative;
}

div#content_body
{
	background-image: url(./images/content_body_img.png);
	background-repeat: repeat-y;
	
	width: 427px;
	
	padding: 10px;
	
	position: relative;
	margin-left: 503px;
	margin-top: 10px;
	
	min-height: 300px;
/*	position: absolute;
		top: 178px;
		right: 0px;*/
}

img.content_image{
	margin:5px;
	float:left;
	margin-right:10px;
}

div#content_body_full
{
	background-image: url(./images/content_body_img.png);
	padding: 5px;
	position: relative;
	margin: 10px;
	
	min-height: 300px;
/*	position: absolute;
		top: 178px;
		right: 0px;*/
}

div#content_body_with_picture
{
	background-repeat: none;
	
	width: 427px;
	height: 300px;
	
	padding: 10px;
	
	position: absolute;
		top: 157px;
		right: 447px;
}

div#content_body_attorneys
{
	background-image: url(./images/attorneys_img.png);
	background-repeat: none;
	
	width: 427px;
	height: 300px;
	
	padding: 10px;
	
	position: absolute;
		top: 157px;
		right: 0px;
}

/*NO PADDING SHOWS*/

div#content_body_text
{
	margin-left: 20px;
	margin-right: 20px;
	
	margin-top: 10px;
	
	padding-bottom: 10px;
	
	position: relative;
}

div#bottom_text
{
	background-image: url(./images/header_logo_img.png);
	background-repeat: none;
	
	width: 950px;
	
	position: absolute;
	/*	top: 565px;*/
	bottom: 0px;
	
	padding-top: 5px;
	padding-bottom: 5px;
}

div#bottom_text_left
{
	float: left;
	margin-left: 10px;
	
	position: relative;

	text-align: left;
	line-height: 9pt;
}

div#bottom_text_right
{	
	float: right;
	margin-right: 10px;
	
	position: relative;
	
	text-align: right;
	line-height: 9pt;
}

div#image_for_attorneys
{
	background-image: url(./images/attorneys_img.png);
	background-repeat: none;
	
	width: 417px;
	height: 300px;
	
	position: relative;
}

div#image_for_news
{
	background-image: url(./images/news_img.png);
	background-repeat: none;
	
	width: 417px;
	height: 300px;
	
	position: relative;
{