/* MAIN BODY CSS */
body, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #CCCCCC;
	background-image: url();
	background-repeat: no-repeat;
	margin-top: 0px;
}
.header {
	background-color: #471727;
	}

a:link {
	color: #471427;
	font-weight: bold;
}
a:visited {
	color: #471427;
	font-weight: bold;
}
a:hover {
	color: #962A60;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #471427;
	font-weight: bold;
}


/* NAVIGATION CSS */
.navicell {
	background-color: #000000;
	width: 258px;
}
.mainimgcell {
	width: 765px;
	height: 260px;
	background-color: #471427;
}
.link ul {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 29px;
	border: none;
	}
.link li {
	margin: 0;
	}
.link li a {
	display: block;
	border-left: 5px #000000 solid;
	padding-left: 10px;
	padding-bottom: 0px;
	margin-bottom: 0;
	color: #FFFFFF;
	text-decoration: none;
	vertical-align: bottom;
	}
.link li a:visited {
	border-left: 5px #000000 solid;
	padding-left: 10px;
	padding-bottom: 0px;
	margin-bottom: 0;
	text-decoration: none;
	color: #FFFFFF;
	}
.link li a:hover {
	border-left: 5px #FFFFFF solid;
	padding-left: 10px;
	padding-bottom: 0px;
	margin-bottom: 0;
	background-color: #471427;
	text-decoration: none;
	color: #FFFFFF;
	}
.link li a:active {
	border-left: 5px #000000 solid;
	padding-left: 10px;
	padding-bottom: 0px;
	margin-bottom: 0;
	text-decoration: none;
	color: #FFFFFF;
	}


/* MAIN CONTENT CSS */
.sidebar {
	width: 259px;
	height: 523px;
	background-color: #FFFFFF;
	}
.maintb {
	background-color: #FFFFFF;
	background-image: url(images/heart_07.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 765px;
	height: 523px;
	}
.title {
	color: #962A60;
	font-weight: bold;
	text-decoration: underline;
	padding-left: 15px;
	text-align: left;
	}
.ptxt {
	text-align: justify;
	padding-left: 20px;
	padding-right: 20px;
	}

/* FOOTER CSS */
.footer {
	background-image: url(images/heart_08.gif);
	width: 1024px;
	height: 85px;
	}
.ftxt {
	text-align: center;
	color: #FFFFFF;
	line-height: 16px;
	}

.ftxt a:link {
	color: #FFFFFF;
	font-weight: bold;
}
.ftxt a:visited {
	color: #FFFFFF;
}
.ftxt a:hover {
	color: #FFFFFF;
	background-color: #962A60;
	text-decoration: none;
}
.ftxt a:active {
	color: #FFFFFF;
}