@charset "utf-8";
/* CSS Document */
body {
	background-color: #619A6C;
	background-image:url(../images/design-1a.png);
	background-repeat:repeat;
	}
a {
	color:#000066;
	font-family:Lucida Handwriting;
	text-decoration:none;
	}
a:hover {
	color:#FFFFFF;
	font-family:Lucida Handwriting;
	font-style:oblique;
	text-decoration:underline;
	}
a:visited {
	color: #000066;
	font-family:Lucida Handwriting;
	text-decoration:none;
	}
.left_bells {
	position:absolute;
	background:url(../images/bells7.png);
	background-repeat:repeat-y;
	left:0px;
	width:50px;
	height:100%;
	z-index:0;
	top: 0px;
	}
.links {
	left:26px;
	top:15px;
	font-size:10px;
	width:50px;
	border: #599b6a;
	border-style:groove;
	text-align:center;
	position:absolute;
	z-index:1;
	height: 13px;
	}
.title_overature {
	top:0px;
	left:85px;
	width:75%;
	text-align:center;
	font-family:"Lucida Handwriting";
	font-size:24px;
	color:#FFFFFF;
	z-index:6;
	position:absolute;
	}
.picture_left{
	position:absolute;
	left:25px;
	top:115px;
	width:inherit;
	height:405px;
	z-index:2;
}
.image {
	border-style:outset;
	border-color: #599b6a;
	border-width:3px;
	}	
.info {
	position:absolute;
	background:url(../images/gradient2.png);
	left:525px;
	top:115px;
	width:680px;
	height:640px;
	border:groove;
	overflow:scroll;
	z-index:3;
	}
.title_info {
	color:#000000;
	font-family:"Lucida Handwriting";
	font-size:18px;
	text-align:center;
	}
.bio_info {
	color:#000000;
	font-family:"Lucida Handwriting";
	font-size:14px;
	text-align:justify;
	margin:5px;
	}
.bio_links {
	color:#FFFF00;
	font-family:"Lucida Handwriting";
	font-size:14px;
	text-align:center;
	margin:5px;
	}
p.details {
	color:#FFFFFF;
	font-family:"Lucida Handwriting";
	font-size:14px;
	text-align:justify;
	margin-left:50px;
	}