﻿.logo_align {
	margin-left: 32px;
	margin-right: 32px;
	padding: 2px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #708090;
}
#container {
	width: 700px;
	margin: auto;
	background-image: url('../../photos/baby_text_2.jpg');
	background-repeat: no-repeat;
	background-position: left bottom;
	background-attachment: scroll;
	height: auto;
}
#masthead {
	text-align: right;
	width: 690px;
	border-right: 0px solid;
	border-top: 0px solid;
	border-left: 0px solid;
	background-repeat: repeat;
	background-attachment: scroll;
	padding-right: 0px;
	padding-top: 15px;
	padding-bottom: 4px;
}
#navigation {
	position: relative;
	float: left;
	width: 142px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top: 1px solid;
	border-left: 0px solid;
	padding-top: 4px
}
#content {
	text-align: justify; 
	float: left;
	width: 537px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 10px;
	border-top: 1px solid;
	border-right: 0px solid;
	border-left: 1px solid;
}
#footer {
	text-align: center;
	clear: both;
	width: 700px;
	padding: 0px;
	margin-right: 0px;
	border-top: 1px solid;
}
/* Masthead Styles */
h2 {
	font-size: large;
	margin-top: 0px;
	padding-top: 12px;
	padding-right: 10px;
}
h3 {
	font-size: medium;
	margin-top: 0px;
	padding-right: 10px;
}
h4 {
	font-size: small;
	margin-top: 0px;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0px;
	padding: 0px;
}
#navigation li {
	display: block;
	margin: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 8px;
	border: 0px solid;
}
#navigation a {
	text-decoration: none;
	display: block;
	margin-bottom: 0px;
	padding-right: 0px;
	border: 0px solid;
}
#navigation a:hover {
	text-decoration: none;
	border: 0px solid;
}
#content img {
	padding: 4px;
	border: 1px solid;
	margin: 10px;	
}
/* Footer Styles */
#footer p {
	margin-top: 5px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer a {
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}
a {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.lr15margins {
	margin-left: 15px;
	margin-right: 15px;
}
.underline {
	font-family: Verdana;
}
.center_justify {
	text-align: center;
}
.thumbnails {
	border: thin solid;
	margin: 5px;
	vertical-align: baseline;
}
.lr26margins {
	margin-left: 29px;
}