@import "menu.css";
html {
	overflow: auto;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	background: url('images/paws_bg.gif');
}
p {
	margin: 0em 0em 1.2em 0em;
	line-height: 1.2em;
}
div.clear {
	clear: both;
	width: 100%;
	height: 0px;
	line-height: 0px;
	font-size: 1px;
}
div#container {
	width: 813px;
	margin: 0px auto;
	text-align: left;
	background: #9E76A5;
}
div#header {
	background: url('images/header.jpg') no-repeat;
	height: 196px;
	padding: 40px 0px 0px 0px;
}
div#content {
	margin: 15px 10px 0px 0px;
	float: right;
	width: 570px;
}
div#content a {
	color: #069;
	font-weight: bold;
}
div#content a:hover {
	color: #EF2400;
}
div#title {
	margin: 0em 0em 0.8em 0em;
	font-size: 27px;
	font-weight: normal;
	font-style: italic;
	color: #fff7bf;
	font-family: Georgia, "Times New Roman", Times, serif;
}
div#footer {
	background: url('images/footer_background.jpg') no-repeat;
	height: 55px;
	padding: 18px 20px 0px 0px;
	font-size: 11px;
}
div#footer a {
	color: #fff;
	text-decoration: underline;
}
div#footer a:hover {
	text-decoration: none;
}
div#footer p {
	margin: 0px 0px 3px 20px;
}
ul#design {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	list-style: none;
}
ul#design li {
	margin: 0px;
	padding: 0px 10px;
	list-style: none;
	display: inline;
	border-right: 1px solid #fff;
}
ul#design li.NIMLastItem {
	border-right: none;
}
ul#design li a {
	text-decoration: none;
}
ul#design li a:hover {
	text-decoration: underline;
}
