/* Law office of Diane Mendick */
/* CSS Document */

/* Eric Meyers Clearing */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* End Eric Meyers Clearing */



body {
/*	background-color: #330033;  Dark Purple */
/*	background-color: #cccccc; */
	background-color: #7f7f7f;
/*	background-image: url('wood5.png');*/
	text-align: center;
}

#background{
	
}

.info_table{

	padding: 10px;
	border: 1px solid #cccccc;
	margin-left: auto;
	margin-right: auto;
	border-spacing: 10px;
	

}


#container{
	margin-top: 0px;
	margin-left: 15px;
	
	margin-right: auto;
	margin-bottom: 100px;
/*	width: 820px;*/
	height: 626px;
/*	background-image: url('shadow.png');*/
/*	background-color: #cccccc; */
/*	border: 1px solid #cccccc; */
	
}

	#top_section{    
		width: 790px;

		margin-left: 5px;
		margin-top: 1px;		
	}

		#title{		
			width: 790px;
			float: left;
			margin-top: 5px;
			margin-bottom: 20px;
			text-align: center;
			
			
			background-color: #7f7f7f;

		
		}
		

	#mid_section{    
		width: 790px;
		height: 75px;
		margin-left: 5px;
		clear: both;
		
			background-color: #7f7f7f;
	
	}
	
		#pan_image{	
			width: 787px;
			height: 75px;
			float: left;
/*			border: 1px solid #cccccc; */
			margin-left: 0px;
			background-color: #7f7f7f;

		
		}

	
	
	#bottom_section{	
		width: 790px;
		/*height: 475px;*/
		margin-left: 5px;
		margin-top: 0px;
		
	
	}
	
		#content{
			width: 790px;
/*			height: 450px;*/
			
			background-color: #7f7f7f;
	
		}
		
		
			#action_picture{
				width: 300px;
				height: 735px;
				margin-top: 50px;
				margin-left: 20px;
				float: left;
				clear: both;
				border: 1px solid #cccccc;
				
			}
			
			#content_text{
				text-align: left;
				width: 420px;
				height: 735px;
				margin-left: 20px;
				margin-top: 50px;
				float: left;
				background-color: 7f7f7f;
				border: 1px solid #cccccc;
				color: #ffffff;
				font-family: garamond;
				
				
			}
			
			p{
				margin: 10px;
			}
			
			.opening{
				font-size: 20px;
				color: #f8f9ad
			}
			
			.body{
				font-size: 16px;
				color: #ffffff;
			}
			
			.closing{
				font-size: 20px;
				color: #f8f9ad;
				margin-left: 10px;
			}
			
			.signature{
				font-size: 22px;
				font-family: cursive;
				margin-left: 78px;
			}
		
		#trailing_message{	
			width: 750px;
			height: 16px;
			text-align: right;
			font-size: 12px;
			color: #cccccc;
			font-family: garamond;
			
			background-color: #7f7f7f;
		}
		
		.trailing_text{
			margin: 0px;
			text-align: right;
			margin-right: 5px;
		}


