
@charset "UTF-8";
/* CSS Document */

/* --------------Blanket rules for all elements----------- */

html, body {
	font-size: 80%;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #378161;
	}
	
h1 {
	font-size: 120%;
	line-height: 100%;
	}
		
p	{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 110%;
	line-height: 150%;
	text-align:left;
	}
	
.caption {
	font-size: 90%;
	line-height: 120%;
	}
	
/* --------- Blanket rules: navigation, list styles ---------- */

#navigation ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
	}
	
#navigation li {
	display: inline;
	margin: 0 0 0 15px;
	padding:0px;
	}
	
#navigation a:link, li a:visited {
	font-size: 120%;
	font-weight: bold;
	color:#000;
	text-decoration: none;
	}
	
#navigation a:hover {
	font-size: 120%;
	font-weight: bold;
	text-decoration: none;
	}
		
/* ------------- layout --------------*/

#wrapper {
	width: 850px;
	height:1300px;
	padding: 0px;
	margin-top: 20px;
	margin-left:auto;
	margin-right: auto;
	border: 1px;
	border-color: #000000; 
	}
	
#home_content {
	width:850px;
	height:430px;
	padding-top: 15px;
	background-image:url(images/HappyMama.jpg);
	background-repeat:no-repeat;
	}
	
#masthead {
	width:700px;
	background-color: #ba5915;
	height:40px;
	margin-top: 0px;
	margin-left:150px;
	margin-right: 0px;	
	}
	
#logo {
	position:absolute;
	width:250px;
	height:140px;
	margin-top:-15px;
	margin-left:-10px;
	padding:0px;
	}
	
#navigation {
	height: 20px;
	padding-top: 10px;
	background-color:#50A108;
	margin-top: 400px;
	}
	

#main_container {
	width:850px;
	height:430px;
	padding-top: 15px;
	background-image:url(images/bg_img.jpg);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right: auto;	
	}
	

#col_a {
	float: left;
	width:250px;
	height: 300px;
	margin-top: 80px;
	margin-left:15px;
	}
	
#col_b {
	float: left;
	width:30%;
	height: 300px;
	margin-top: 80px;
	margin-left:30px;
	}
	
#col_c {
	float:right;
	width:250px;
	height: 300px;
	margin-top: 80px;
	margin-right:10px;
	}
	
#body_text {
	width: 852px;
	background-image:url(images/bg_img_ct.jpg);
	margin-top: 60px;
	padding:10px;
	}
		
/* ---------------footer-------------- */
#footer {
	clear: both;
	padding: 20px;
	border: none;
	}
	
#footer p {
	text-align:center;
	font-size: 110%;
	line-height: 100%;
	color:#666;
	}
	
	
/*----------- image floats -----------*/

.image_float_right {
	float:right;
	margin: 5px 10px 10px 10px;
	}

.image_float_left {
	float:left;
	margin:0, 0, 0, 0;
	padding-top: 10px;
	padding-right: 15px;
	}

.image_float {
	margin:10px 0 0 10px;
	padding-top: 10px;
	}

.clear {
	clear:right;
	padding-top:0px;
	}
	
.spacer {
	clear:both;
	}

