html,body {
	font: 11px Verdana, sans-serif;
	color: #45392B;
	background: url(images/bg.jpg);
	margin:0 auto;
	text-align:center;
	padding:0;
}
img {
	border:none;
}
div.clear {
	clear:both;
}
#container {
	width:780px;
	margin:0 auto;
	text-align:center;
	padding:0;
	background:url(images/slice.jpg);
}
#top {
	width:770px;
	height:215px;
	margin:0 auto;
	text-align:center;
	padding:0;
}
#search {
	width: 770px;
	background: url(images/search.jpg) no-repeat;
	height: 91px;
	margin:0 auto;
	text-align:center;
	padding:0;
}
#form {
	float: left;
	text-align: right;
	padding: 16px 0 0 20px;
}
#left {
 	width:169px;
 	float:left;
	text-align:left;
	padding: 0 10px 0 5px;
}
#right {
	float:right;
	width:535px;
	text-align: left;
	padding: 10px 26px 0 15px;
}
#entries {
	width: 325px;
	float: left;
}
#end {
	float: right;
	width: 190px;
	padding-left: 20px;
	padding-top: 12px;
}
.end-in {
	border: 1px solid #ccc;
	background: #efefef;
	padding: 5px;
	line-height: 16px;
	padding-top: 10px;
	margin-bottom: 8px;
}
.end-in span {
line-height:12px;
}
hr.yellow {
	border-top: 2px solid #ffcd7e;
}
/* Paragraphs */

p {
	line-height: 16px;
}
p.center, p.content-nav {
	text-align: center;
}
.entry p {
	text-align: justify;
}
p.date {
	border-top: 1px solid #ccc;
	font-size: 10px;
	text-align: right;
	padding-top: 0px;
	margin-top: 4px;
}
/* Headers */

h1 {
	font: 16px Arial;
	color: #45392B;
	font-weight: bold;
	margin-bottom:0px;
	padding-bottom:0px;
}
h2 {
	font: 14px Arial;
	color: #45392B;
	font-weight: bold;
	margin-bottom:0px;
	padding-bottom:0px;
}

/* Links */

li {
	line-height: 16px;
}
blockquote {
	line-height: 16px;
}

ul {
	margin-left: 4px;
	padding-left: 12px;
}
a:visited {
color:#0000EE;
}
.submit {
	background: #e7e9e2;
	border: 1px outset #FFFFFF;
	color: #000;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	padding: 3px;
}
input {
margin:0;
padding:0;
}
tr {margin-bottom:4px}


