@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Tahoma, Trebuchet MS, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
}

a {
	text-decoration: none;
}

p {
	font-family: Verdana, Tahoma, Trebuchet MS, Arial, sans-serif;
	font-size: 1.2em;
	color: #000000;
}

.madeby {
	text-align: right; 
	margin-top: 80px; 
	padding-top: 20px; 
	font-family: Verdana, Tahoma, Trebuchet MS, Arial, sans-serif; 
	font-size: 10px;
}

.contentlink a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
}

.contentlink a:hover {
	text-decoration: underline;
	font-weight: bold;
}

.contentlink a:active {
	text-decoration: none;
	font-weight: bold;
}

#contentHeader {
	text-align: right;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #a84a88;
}

#readMore {
	font-weight: bold;
	color: #a84a88;
	font-size: 10px;
}

#contentFooter

#center	{
	text-align: center;
}

.lnk_title {
	text-decoration: none;
	color: #a84a88;
	font-size: 16px;
	float: right;
	padding-left: 12px;
}

.t1 {
	background: #FFF url(images/renee1.gif);
}

.d2 {
	background: #FFF url(images/renee2.gif);
}

.t3 {
	background: #FFF url(images/renee3.gif);
}

.t4 {
	background: #FFF url(images/renee4.gif);
}

.t5 {
	background: #FFF url(images/renee5.gif);
}

.t6 {
	background: #FFF url(images/renee6.gif);
}

.t7 {
	background: #FFF url(images/renee7.gif);
}

.t8 {
	background: #FFF url(images/renee8.gif);
}
div.box1 {
	position: absolute;
color: #000000;
 	height: 340px; width: 640px;
 	color: white;
 	background-color: blue;
 	z-index: 10;
}
div.box2 {
	position: absolute;
color: #000000;
 	height: 340px; width: 640px;
 	background-color: pink;
 	z-index: 20;
}
div.box3 {
	position: absolute;
color: #000000;
 	height: 340px; width: 640px;
 	background-color: yellow;
 	z-index: 30;
}


