BODY 
{ 
background-color:#ffd9d6;
background-image: url('images/pagebg.jpg');
background-position:  top center;
background-repeat: repeat-y;
margin: 0px 0px 0px 1px;
}


P {font:11px "Georgia", "Perpetua", "Adobe Garamond", serif; 
	color:#db9997; 
	}

a:link { color: #c15243; 
	font:11px "Georgia", "Perpetua", "Adobe Garamond", serif;
	}
a:active { color: #cbbfd1; 
	text-decoration: none;
	font:11px "Georgia", "Perpetua", "Adobe Garamond", serif;
	}
a:visited { color: #c07268;
	text-decoration: none; 
	font:11px "Georgia", "Perpetua", "Adobe Garamond", serif;
	}

a:hover { color: #feb2cd; 
	text-decoration: none; 
	font:11px "Georgia", "Perpetua", "Adobe Garamond", serif;
	}

.text {font:11px "Georgia", "Perpetua", "Adobe Garamond", serif; 
	color:#db9997; 
	margin: 0px 10px 5px 10px;
	}

.quote {font:11px "Georgia", "Perpetua", "Adobe Garamond", serif; 
	color:#dfb1b1; 
	margin: 1px 10px 1px 20px;
	background-color: #fffaf9;
	padding: 5px;
	}

	.quote:first-letter { color: #df9189;
		font: 15px "Georgia", "Perpetua", "Adobe Garamond", serif;
		font-weight: bold;
		font-variant: smallcaps;
		}

.contentbg {background-image: url('images/contentbg.jpg');
	background-position:  top left;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	}

.navbg {padding: 0px;
	margin: 0px;
	}

.discbg {background-image: url('images/lacebg.jpg');
	padding: 0px;
	margin: 0px;
	}


/* titles */

.title1 {color:#f09292;
	text-align:left; 
	font: 2em Georgia, serif;
	font-style: oblique;
	letter-spacing : 3px; 
	margin-bottom: 6px;
	}


.title2 {padding: 3px;
	text-align:left; 
	color:#f09292; 
	font: 1.3em Georgia, serif;
	letter-spacing : 1px; 
	font-weight: bold;
	font-style: oblique;
	background: white;
	}

.title3 {padding: 3px;
	text-align:right; 
	color: #f09292; 
	font: 1.3em Georgia, serif;
	letter-spacing: 1px; 
	border-bottom: 1px solid white;
	}



/* navigation */


.nav {font:11px Georgia, serif; 
	color:#db9997;
	margin: 2px 2px 4px 3px;
	letter-spacing: .03em;
	background: #ffedeb;
	}


.navtitle {margin-right: 5px;
	color:#f09292; 
	font: 1.2em Georgia, serif;
	text-align: right; 
	font-style: oblique;
	margin-bottom: 4px;
	letter-spacing: 2px;
	border-bottom: 1px solid white;
	}
	
ul {margin: 0em;      
	padding: 0em 0em 0em 0em;
	}


ul.links li {list-style-type: none; 
	margin: 0em 0em 0em .4em;
	padding: 0em;
	}


ul.links li a:link{ color:#db9997;
	font: 1em Georgia, serif;
	font-style: oblique;
	text-decoration: none;
	text-align: left;
	display: block;
	height: 15px;
	}


ul.links li a:visited{ color:#c07268;
	font: 1em Georgia, serif;
	font-style: oblique;
	text-align: left;
	text-decoration: none;
	font-style: oblique
	display: block;
	height: 15px;
	}

ul.links li a:hover{ color:#ca807e;
	font: 1em Georgia, serif;
	font-style: oblique;
	text-align: left;
	text-decoration: none;
	display: block;
	height: 15px;
	background: url('images/lacebg.jpg');
	padding-left: 5px;
	}

/* smaller text */

.small {padding: 3px; 
	font:.9em Georgia, serif; 
	font-style: oblique;
	color:#fcb4b1; 
	text-align: right; 
	padding-right: 15px;
	}

.disc {	padding-left: 5px; 
	font:.6em Georgia, serif;
	color:#f49a98; 
	letter-spacing: 1px;
	text-align: right;
	font-style: oblique;
	margin: 3px;
	}
.disc a:link {font:1em Georgia, serif;
	color:#d89180; 
	font-style: oblique;
	}
.disc a:visited {font:1em Georgia, serif; 
	color:#deaa9e; 
	text-decoration: none;
	font-style: oblique;
	}
.disc a:hover {font:1em Georgia, serif;
	color:#f8505c; 
	font-style: oblique;
	}


