@charset "utf-8";
/* CSS Document */
body {
	min-width:897px;
	margin-top: 30px;
	background-color: #FFFFFF;
}
#layout {
	width:897px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	height: auto;
}
#wrap {
	width:897px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	padding-bottom: 20px;
}
	#header {
	background-color: #FFFFFF;
	height: 171px;
	width: 897px;
	margin-bottom: 10px;
}
#leftnav {
	float:left;
	width:165px;
	padding-top: 15px;
}
.leftnav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #6F4920;
	padding-right: 10px;
	line-height: 22px;
	font-weight: normal;
}
.leftnav A:link {
	text-decoration: none;
	color: #6F4920;
}
.leftnav A:visited {
	text-decoration: none;
	color: #6F4920;
}
.leftnav A:active {
	text-decoration: none;
	color: #6F4920;
}
.leftnav A:hover {
	color: #EF728A;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #A3D062;
}
#content {
	float:right;
	width:708px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	height: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	color: #6F4920;
}
#footer {
	clear:both;
	float: none;
	left: auto;
	height: 169px;
	width: 897px;
	background-repeat: no-repeat;
	background-image: url(http://www.polkadotdesigns.net/images/layout/footer.gif);
	background-position: bottom;
}
#footer p {
	padding:5px;
	float: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 75;
	right: 50px;
}
.credit {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E3AEBD;
	margin-right: 10px;
	margin-top: 3px;
}
.credit A:link {
	text-decoration: none;
	color: #E3AEBD;
}
.credit A:visited {
	text-decoration: none;
	color: #E3AEBD;
}
.credit A:active {
	text-decoration: none;
	color: #E3AEBD;
}
.credit A:hover {
	text-decoration: underline;
	color: #E3AEBD;
}
.introbox {
	background-color: #FCECF1;
	border: 1px solid #ecaec0;
}
.introtxt  {
	padding-left: 5px;
	padding-top: 2px;
}
.pagetitle {
	color: #F0738A;
}