/* CSS Document */
.indexBody {
	background-color:#000;
	border-left:thick #000 solid;
	border-top:thick #000 solid;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
}
#top {
	position: absolute;
	top:40px;
	left:230px;
	width:800px;
	height:200px;
}

#left {
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
	position: absolute;
	top:160px;
	left:90px;
	width:800px;
	height:195px;
}
#main {
	font-size: 14px;
	background-color:#0F0;
	font-family:Arial, Helvetica, sans-serif;
	position: absolute;
	top:170px;
	left:270px;
	width:765px;
	height:505px;
	border-top:thick; 
	border-left:thick; 
	border-top-color:#000; border-top-style:solid;
	border-left-color:#000; border-left-style:solid;
	border-top-left-radius: 50px;
	-moz-border-top-left-radius: 50px;
	-webkit-border-top-left-radius: 50px;
	overflow : auto;
	padding-left:20px;
	padding-top:20px;
	padding-right:10px;
}

#greencover {
	position: absolute;
	background-color:#0F0;
	top: 131px;
	left: 250px;
	width:100px;
	height:100px;
}

#nurseSuckerPic {
	position: absolute;
	top: 100px;
	left: 100px;
	border: medium; 
	border-color:#000; border-style:solid;
	border-color:#000; border-style:solid;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #6F0;
	color: #000000;
	padding: 10px;
	width:563px;

}
a:link {
	color: #000000;
	text-decoration:none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #cc0000;
	text-decoration: none;
}



