body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background: #baa379;
	text-align: center;
}
a:link {
	text-decoration: none;
	color: #272727;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #272727;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #5f2122;
	font-weight: bold;
}
}
a:active {
	text-decoration: none;
	color: #272727;
	font-weight: bold;
}
img {
border: 0;
}

p {
margin: 0 0 13px;
}

input, textarea {
border: 1px solid #272727;
padding: 3px 5px;
font: inherit;
width: 210px;
vertical-align: top;
margin: 2px 0;
}
textarea {
width: 200px;
height: 120px;
}
input#submit {
width: 80px;
}

#container {
background: #baa379;
border: 1px solid #272727;
width: 450px;
padding: 5px 25px;
margin: 5px auto;
text-align: center;
}
	#topnav, #footer, .pagination {
	margin: 0 auto;
	text-align: center;
	width: 70%;
	}
	#topnav {
	border-bottom: 1px solid #272727;
	margin-bottom: 10px;
	padding: 5px 0 10px;
	}
	#footer {
	border-top: 1px solid #272727;
	margin-top: 10px;
	padding: 10px 0 5px;
	}
	
	#entries {
	width: 430px;
	border-collapse: collapse;
	margin: 10px auto;
	}
		#entries tr.rowcolor1 td {
		background: #BD8843;
		}
		#entries td.meta {
		width: 25%;
		line-height: 1.5;
		}
		#entries td {
		vertical-align: top;
		padding: 10px;
		}
		#entries td img {
		vertical-align: bottom;
		}
		
span.bold {
font-weight: bold;
}