html {
	margin: 0px;
	padding: 0px;
	background-image: url('../_images/bg-main-repeat.png');
}
body {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	text-align: center;

	background-image: url('../_images/bg-main.png');
	background-position: top left;
	background-repeat: repeat-x;
}
* {
	font-family: Arial, Helvetica, Sans-Serif;
}
a:link {
	color: #a22;
}
a:hover {
	text-decoration: none;
	color: #9fbed1;
}
a:visited {
	color: #4f4740;
}
#main {
	margin: auto;
	text-align: left;
}
#ds-left, #ds-right {
	width: 19px;
	vertical-align: top;
	background-position: top left;
	background-repeat: repeat-y;
}
#ds-left {
	background-image: url('../_images/ds-left-bg.png');
}
#ds-right {
	background-image: url('../_images/ds-right-bg.png');
}
#heart-left {
	vertical-align: top;
}
#nav img {
	display: block;
}
#nav-blank {
	background-image: url('../_images/nav-blank.png');
	color: #fff;
	font-size: 16px;
	text-align: left;
	vertical-align: middle;
	width: 803px;
	height: 20px;
	padding: 20px 0px 10px 30px;
}
#content {
	width: 905px;
	background-color: #fff;
	vertical-align: top;
	padding-top: 10px;
}

#content.heart {
	background-image: url('../_images/heart-right.png');
	background-position: top left;
	background-repeat: no-repeat;
}

/* #left and #right are used on sub pages (hearts) */
#content p {
	font-size: 14px;
	line-height: 18px;
	color: #234863;
	margin: 0px 20px 1em 75px;
	padding: 0px;
}
#content h1 {
	font-size: 24px;
	color: #234863;
	margin: 5px 0px 10px 55px;
}
#content h3 {
	margin-left: 75px;
}
#content ul, #content ol {
	margin: 1em 1em 1em 100px;
	padding: 0px;
}
#content li {
	color: #234863;
	font-size: 14px;
	margin: 0px;
	padding: 0px 5px 15px 0px;
}

h3 {
	color: #234863;
	margin: 0px;
	padding: 0px;
}
h3.brown {
	color: #4f4740;
}

/* bottom copyright and links */
#bottom {
	margin: auto;
	width: 883px;
}
#bottom * {
	color: #234863;
	font-size: 12px;
}
#bottom .left {
	text-align: left;
}

.floatRight {
	float: right;
}

#login {
	margin-left: 75px;
}
#login * {
	color: #234863;
	font-size: 13px;
}

.red {
	color: #a22;
}

hr {
	background-image: url('../_images/hr.png');
	background-position: top left;
	background-repeat: no-repeat;

	height: 1px;
	border: 0px;

	margin: 10px 0px 10px 55px;
	padding: 0px;
}
