@charset "UTF-8";
#container {
	background-color: #fcddb6;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	max-width: 1000px;
	min-width: 790px;
}
#header {
	text-align: center;
	margin-top: 20px;
	padding-top: 2px;
	border-bottom-width: thick;
	border-bottom-style: none;
	border-bottom-color: #D7A599;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
#navigation {
	background-color: #d7a599;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: right;
	border-top-color: #D7A599;
	padding-right: 5%;
	height: 30px;
	border-bottom-width: thick;
	border-right-color: #D7A599;
	border-bottom-color: #D7A599;
	border-left-color: #D7A599;
}
#container #header p a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#article {
	background-color: #FCDDB6;
	background-repeat: no-repeat;
	padding-right: 15%;
	padding-bottom: 0px;
	padding-left: 15%;
	background-position: center top;
	background-attachment: scroll;
	background-image: url(images/baby2.png);
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #D7A599;
	border-right-color: #D7A599;
	border-bottom-color: #D7A599;
	border-left-color: #D7A599;
}
#container #navigation ul li {
	display: inline;
	text-align: right;
	padding-right: 20px;
}
.navlinks {
}
#container #navigation ul li2 {
	color: #ffedd2;
}
#container #article p a {
	color: #677062;
	text-decoration: underline;
}
