/*
Theme Name: Catherine West
Theme URI: http://websiteministries.com
Description: A customized template for Catherine West.  Created by <a href="http://www.websiteminsitries.com/">websiteministries.com</a>.
Author: Jason Walker
Author URI: http://www.websiteministries.com/


*/


/* ***************************************
    Basic Settings and Fonts
*************************************** */
body {
	background-color: #27413F;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}
body,td,th {
	font-size: 14px;
	color: #333333;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.design_notice {
	font-size: 12px;
	color: #ffffff;
}

.design_notice a{
	font-size: 12px;
	color:#0099FF;
}

.heading_text {
	font-size:24px;
	font-weight:bold;
	color: #5D8B80;
}


.post_hr {
    height:2px;
    width:95%;
    background:#9AD8E4;
   }




.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

.small_font {
	font-size: 12px;
}



/* ***************************************
    PAGE LAYOUT - MAIN STRUCTURE
*************************************** */


.background {

	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	position: absolute;
	z-index:-10;
}
.page_wrapper {
position: relative;
	margin: 0 auto;
	padding:0;	
	width:1000px;
	min-height: 700px;
	background-color:#FFFFFF;
	z-index:1;
}


.header {
	margin: 0 auto;
	width:1000px;
	height:350px;
	z-index: 5;

}

.content_background {
	margin: 0 auto;
	width:1000px;
	background-image: url(http://www.catherinejwest.com/images/content_bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	z-index: 3;
	background-color: #ffffff;

}

.content_container {
	margin: 0 auto;
	padding-top: 10px;
	width:900px;
	min-height: 300px;
	z-index: 10;
	overflow:hidden;
	
}

.left_column {
	margin: 10px 0px 0px 0px;
	padding:0px 20px 0px 0px ;	
	width: 214px;
	min-height: 300px;
	background-color:#ffffff;
	float:left;
	z-index: 10;
}
.right_column {
	margin: 15px 0px 0px 0px;
	padding:0px 100px 0px 20px ;	
	width: 525px;
	min-height: 300px;
	border-left:1px solid #999999;
	float:right;
	z-index: 10;
}


.footer {
	margin: 0 auto;
	padding-top: 30px;
	width:1000px;
	height:85px;
	background-image:url(http://www.catherinejwest.com/images/footer.jpg);
	background-repeat:no-repeat;
	background-position:top;
	clear: both;
	z-index: 15;
	
}
	







