/* CSS Document */

body	{
	background: url(shadow1.jpg);
	background-position: center;
	background-color: #D7E9A1;
	background-repeat: repeat-y;
	margin: 0;
	border: 0;
	padding: 0;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	}
	
#wrapper {
	width: 780px;
	background-repeat: no-repeat;
	margin: 0 auto 0;
	}

#links {
	font-size: large;
	font-family: "Times New Roman", Times, serif;
	height: 60px;
	vertical-align: middle;
	text-align: center;
	width: 767px;
	margin-left: 5px;
	background-image: url(green.jpg);
	margin: 0 auto 0;
	}

#right {
	float: right;
	width: 345px;
	margin-right: 20px;
}


#left {
	float: left;
	width: 327px;
	margin-right: 20px;
}

#footer {
	background-image: url(new_moms_blog.jpg);
	background-repeat: no-repeat;
	width: 767px;

}

#mainbody {
	margin-left: 20px;
	margin-right: 20px;


}

a:link {
	color: #D7E9A1;
}
a:visited {
	color: #D7E9A1;
}
a:hover {
	color: #D7E9A1;
}
a:active {
	color: #D7E9A1;
}

a.big:link {
	color: #993399;
	font-size: 36px;
}
a.big:visited {
	color: #993399;
}
a.big:hover {
	color: #D7E9A1;
}
a.big:active {
	color: #993399;
}
