html, body {
min-height: 100%;
height: auto !important;
height: 100%;
}
body {
	margin : 0;
	padding : 0;
	font-family : Helvetica, Arial, sans-serif;
	font-size : 11px;
	line-height : 16px;
	color : #2e3033;
	background-color: black;
	background-image: url(/sill/_/i/bg_header.png);
	background-repeat: repeat-x;
	background-position: left top;
}
a, a:link, a:visited {
	text-decoration : none;
	color : #ab2a1c;
}
a:hover, #content a:focus, #content a:active {
	text-decoration : none;
	color : #d53423;
}
p {
	margin : 0 0 1em 0;
}
.primary li {
	margin : 0.5em 0;
}
img {
	border : none;
}
img.left {
	float : left;
	margin : 0 1em 1em 0;
}
img.center {
	display : block;
	margin : 1em auto;
}
img.right {
	float : right;
	margin : 0 0 1em 1em;
}
#bg {
	position : relative;
	left : 0;
	top : 100px;
	z-index : 0;
}
#header {
	position : relative;
	height : 100px;
	background-color : #ffffff;
}
#l_home {
	position : absolute;
	left : 20px;
	top : 18px;
	margin : 0;
}
#address {
	position : absolute;
	left : 150px;
	top : 20px;
}
#search-form {
	position : absolute;
	left : 594px;
	top : 20px;
	width : 440px;
	height : 22px;
}
#search-term {
	float : left;
	width : 380px;
	height : 20px;
	border : 1px solid #c1c1c1;
	padding : 0;
	font-size : 11px;
	line-height : 1.0;
	color : #b3b3b3;
}
#search-button {
	float : right;
}
#content {
	position : absolute;
	left : 0;
	top : 100px;
	width : 100%;
}
.entry {
	margin-bottom: 60px;
}
.entry h2{
	font-size : 18px;
	font-family: "Arial Black", Gadget, sans-serif;
	line-height: 20px;
	margin: 0px 0px 20px 0px;
}
#hed {
	margin-bottom: 20px;
}
.entry {
	font: 12px/16px Georgia, "Times New Roman", Times, serif;
}
.date{
	font: 10px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	clear:both;
}
.widget ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.widget li {
	margin-bottom: 5px;
}
.pagination {
	float: right;
	clear: both;
	font-size : 18px;
	font-family: "Arial Black", Gadget, sans-serif;
	line-height: 20px;
	margin-bottom: 20px;
}
