﻿body {
	margin: 0;
	padding: 0;
	border: 0;
}
#container {
	margin: 0;
	padding: 0;
	border: 0;
}
#masthead {
	margin: 0;
	padding: 0;
	border: 0;
	background-image: url('../images/ChildPlay_Logo_Big.gif');
}
#navigation {
	margin: 10px auto 10px auto;
	position: relative;
	float: left;
	width: auto;
	border-right: 1px dotted #725972;
	right: auto;
	left: auto;
}
#content {
	float: none;
	width: 470px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	clear: both;
}
#footer {
	margin: 0;
	padding: 0;
	border: 0;
}
#navigation ul {
	list-style-type: none;
	width: auto;
	display: block;
	margin: auto;
	padding: 0;
	right: auto;
	left: auto;
}
#navigation li {
	display: inline;
	margin: 0;
	padding: 5 10 5 10;
	border: 1px dotted #dfb8df;
	background-color: #dfb8df;
	float: none;
	width: auto;
	height: auto;
	right: auto;
	left: auto;
	top: auto;
	bottom: auto;
}
#navigation a {
	margin: 5px;
	color: #402640;
	text-decoration: none;
	display: inline;
	padding: 2px;
	border-bottom: 1px dotted #fff;
	background-color: #dfb8df;
	float: none;
	width: auto;
	height: auto;
	vertical-align: middle;
	line-height: normal;
	text-align: center;
}
#navigation a:hover {
	color: #402640;
	text-decoration: none;
	background-color: #fff;
}
