/* Main content */

body { background-image: url("images/watercolor4.jpg"); }

.title {
	text-align: center;
	background-image: url("images/title.jpg");
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 60%;
	line-height: 0px;
	margin-bottom: 5px;
	padding-bottom: 0px;
	height: 70px;
	border: solid black 1px;
	margin-top: 2px;
	top: 3px;
	position: relative;
	}

.footer {
	text-align: center;
	margin: auto;
	width: 60%;
	padding: 0;
	border: solid black 1px;
	margin-top: 5px;
	background-image: url("images/title.jpg");
	}	

.content {
   background-image: url("images/parispink.jpg");
   border: solid black 1px;
   padding-left: 2%;
   padding-right: 2%;
	padding-bottom: 2%;
   width: 60%;
   margin-left: auto;
   margin-right: auto;
	font-family: Cochin, Berylium, verdana, sans-serif;
   }

h3, h2 {
	font-family: Copperplate,  Grasshopper, Garamond, Baskerville,  "Lucida Grande";
	}

h1 {
	font-size: 50px;
	font-family: Copperplate, Grasshopper, Garamond, Baskerville, Cochin;
	}

a:visited, a:link, a:hover, a:active {
	text-decoration: none;
	font-weight: bold;
	font-family: Copperplate;
	}

a:link {
	color: #660000;
	}
a:visited {
	color: #331000;
	}

.footer {
	color: #555555;
	}

/* "subsec" is for subsections, to make reading easier */

.subsec {
	background-image: url("images/parislytepink.jpg");
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 0%;
	padding-bottom: 0%;
	border: solid black 1px;
	}

/* "photo" is for the image gallery--same as subsections, but with max height */

.photo {
	background-image: url("images/parislytepink.jpg");
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 0%;
	padding-bottom: 0%;
	border: solid black 1px;
	height: 590px;
	text-align: center;
	}

/* James says: BANANAS; I say: PENGUINO */