@charset "utf-8";
/* CSS Document */
/* ========== JourneyOfSisters.org ==========
   ========== Site design by Phlanet Media Group | info@phlanet.com | www.phlanet.com
   Page ID: journey_of_sisters_styles.css */
   

body, html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	
	background-color: #4b3c30;
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #ffffff;
}

p, div, span, td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #ffffff;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

a:link { color: #ffffff; text-decoration: none; }
a:hover { color: #ddefef; text-decoration: underline; }
a:active { color: #ffffff; text-decoration: none; }
a:visited { color: #ffffff; text-decoration: none; }


			/* ========== header styles ========== */
div.header_shell {
	top: 0px;
	left: 0px;
	
	padding: 0px;
	margin: 0px 0px 20px 0px;
	border: 0p;
	
	height: 45px;
	width: 100%;
	
	background-image: url('images/header_bg.jpg');
	background-position: top left;
	background-repeat: repeat-x;	
}

	div.header {
		padding: 10px;
		text-align: left;
	}
	
	img.header_img_left {
		float: left;
		margin: 0px 15px 0px 8px;
	}
	
	img.header_img_right {
		float: right;
		margin: 0px 10px 0px 15px;
	}
	

			/* ========== content styles ========== */
div.content_shell {
	width: 960px;
	height: auto;
	
	margin: 0px;
	padding: 0px;
	border: 0px;
	
	text-align: left;
/*	position: relative;*/
}

	div.content {
		text-align: left;
		margin: 10px 0px 20px 0px;
		min-height: 350px;
	}
	
		img.content_corner_image {
			float: left;
			margin: 0px 20px 26px 0px;
		}

		img.cross_bottom {
			float: left;
			margin-right: 15px;
		}
		
		img.cross_cross_bar {
			float: left;
			margin-right: 20px;
		}
		
		div.content li, div.bio_container li {
			margin: 0px 0px 14px 18px;
			padding: 0px 0px 0px 5px;
		}
		
		div.content strong {
			font-size: 14px;
			font-weight: bold;
			color: #cff6f4;
		}
		
	div.flash_nav_shell {
		margin: 0px;
		padding: 0px;
		
		height: 155px;
	}
	
	div.middle_title_strip {
		margin: 0px;
		padding: 0px;
		height: 40px;
	}
	
	div.bio_container {
		min-height: 220px;
		padding: 10px;
		margin-bottom: 14px;
		
		background-image: url('images/bio_bg.jpg');
		background-repeat: no-repeat;
		background-position: top left;
		text-align: left;
	}
	
		p.bio_text {
			color: #cff6f4;
		}
	
		img.bio_image {
			float: left;
			margin: 0px 35px 20px 0px;
			border: 1px solid #4b3c30;
		}	
	
h1 {
	font-size: 24px;
	font-weight: normal;
	font-style: italic;
	
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 18px;
	font-weight: normal;
	color: #cff6f4;
	
	margin: 5px 0px 15px 0px;
	padding: 0px;
}

h3 {
	font-size: 14px;
	color: #ffffff;
	
	margin: 5px 0px 15px;
	padding: 0px;
}


			/* ========== content styles ========== */
div.footer_shell {
	margin: 0px;
	padding: 0px;
	border: 0px;
	
	background-image: url('images/footer_bg.jpg');
	background-repeat: repeat-x;

	height: 40px;
	width: 100%;
}

	div.footer {
		font-weight: bold;
		padding-top: 15px;
		text-align: left;
	}
	
		div.footer p { margin: 0px 0px 0px 25px; padding: 0px; color: #4b3c30; font-size: 9px;}
		
		div.footer_nav {
			font-size: 11px;
			color: #4b3c30;
			float: right;
			margin: 0px 15px 0px 0px;
			font-weight: bold;
		}
	
		div.footer a:link { color: #4b3c30; text-decoration: none; }
		div.footer a:hover { color: #000000; text-decoration: underline; }
		div.footer a:active { color: #4b3c30; text-decoration: none; }
		div.footer a:visited { color: #4b3c30; text-decoration: none; }
		
div.gallery_image_container {
	width: 70px;
	height: 70px;
	float: left;
	
	margin: 0px 30px 18px 0px;
	padding: 0px;
	
	font-size: 11px;
}

	img.gallery_image {
		border: 1px solid #ffffff;
		padding: 0px;
	}