.container {
	background-image:  url("images/backgrounds/cntrychkbg.gif");
	text-align: center;
	width: 80%;
	border: thick ridge #663300;
	padding: 15px 20px;
	position: absolute;
	right: 10%;
	top: 15px;
}
.vignette {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000033;
	background-color: #CEDEB5;
	text-align: left;
	padding: 4px;
	width: 80%;
	border: thin solid #666600;
	position: relative;
	margin: 0 auto;
}
#2ndcontainer {
	background-image:  url("images/backgrounds/ltgrnflwr.gif");
	text-align: center;
	padding: 20px 40px;
	width: 100%;
	border: medium solid #663300;
	position: relative;
}
.diarydate {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-style: italic;
	color: #660000;
}
.diarysubtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-variant: normal;
	color: #333300;
	font-weight: bold;
	text-transform: lowercase;
}
.linkbar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D6DEB5;
	background-color: #660000;
	width: 500px;
	margin: 0 auto;
	padding: 3px;
}
a:link {
	text-decoration: none;
	color: #D6DEB5;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #D6DEB5;
	text-decoration: none;
}

