body {
	background-image: url(images/bg_tile.gif);
	margin: 0px;
	padding: 0px;
}
.leftCol {
	background-image: url(images/index_01.gif);
	background-repeat: repeat-y;
	width: 10px;
}
body, td, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #791C43;
}
a:link, a:visited {
	color: #000000;
	text-decoration: underline;
}


.mainCell {
	background-color: #ffb6d7;
	background-image: url(images/index_03.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.footer {
	font-size: 10px;
	color: #E1689E;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.rightCol {
	background-image: url(images/index_08.gif);
	background-repeat: repeat-y;
}
.thumb {
	padding: 3px;
	border: 1px solid #B22862;
}


.footer a {
	color: #E1689E;
}
.thumb:hover {

	padding: 3px;
	border: 1px solid #FFFFFF;
}
