body {
	background-image: url("leaves");
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: top left; 
	background-color: #779966;
	font-family: "Georgia", "Palatino", "Palatio", "Palatino Linotype", "Lucida Sans", "Lucida Sans", serif;	
	margin: 3em; 
}

#masthead { /* Div dimensions must equal the image */
	background-image: url("dahti");
	background-repeat: no-repeat;
	width: 440px;
	height: 71px;
	position: relative;
	left: -12px;
}

#masthead h1 { /* Beat it, text! No one likes your style! */
	display: none;
	border: 0;
	padding: 0;
	margin: 0;
}

#bylines { /* Image for Bylines calendar */
	position: relative;
	width: 199px;
	height: 131px;
	border: none;
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
	margin-right: 0em;
}

.subcontent img {
	border: 2px solid rgb(0, 80, 0);
}

.discontented {
	border: 2px solid #ffffcc;
	max-width: 660px;
	min-width: 480px;
	margin: 0px;
	padding: 0px;
}

.contented {
	max-width: 660px;
	background-image: url("paper");
	padding: 2em;
}

.reply {
	margin-left: 4em;
}

h1 {
    font-weight: normal;
}

h2 {
	font-weight: normal;
}

a {
    text-decoration: none;
    color: #446633;
}

a:visited {
    text-decoration: none;
    color: #335522;
}

a:hover {
	background: #779966;
	color: #ffffcc;
}

hr {
	border: 0; 
	border-bottom: 2px solid rgb(0, 80, 0);
}

li {
	margin-top: 1em;
	margin-bottom: 1em;
}

#navbar ul {
	margin: 0px;
	padding: 0px;
	border-top: 2px solid rgb(0, 80, 0);
	border-bottom: 2px solid rgb(0, 80, 0);
}

#navbar li {
	display: inline;
	margin-right: 0.5em;
}


#current a {
	color: #000000;
}

textarea {
	background: rgb(220, 255, 220);
	border: 1px solid rgb(0, 80, 0);
}

input {
	background: rgb(220, 255, 220);
	border: 1px solid rgb(0, 80, 0);;
}

#foot {
	clear: both;
	width: 100%;
}

#dahtiteacup {
	border: 2px solid rgb(0, 80, 0);
	float: right;
	margin: 1em;
	margin-right: 0em;
}

#dreamcover {
	border: 2px solid black;
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
	margin-right: 0em;
}

.subject {
font-weight: bold;
margin-bottom: 1em;
}

.datesubject {
	margin-top: 1em;
	font-size: small;
}

.comments {
text-align: right;
border-bottom: 1px solid rgb(0, 80, 0); 
}


