html,
body,
#page {
	min-height: 100%;
}

html,
body,
* html #page {
	height: 100%;
} 

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	color: #1e1e1e;
	font-size: 11px;
	background-color: white;
}

a {
	color: #bf342c;
}

a img {
	border: none;
}

.clear {
	float: none !important;
	clear: both !important;
	height: 0px !important;
	margin: 0px !important;
	padding: 0px !important;
	border: none !important;
}

* html .clear {
	display: inline;
}

html>/**/body .clear {
	display: block !important;
}

#page {
	width: 962px;
	position: relative;
	margin: 0px auto;
}

#page #logo {
	position: absolute;
	top: 22px;
	left: 35px;
	z-index: 10;
	padding: 7px;
	background-color: white;
}

#page #middle {
	position: relative;
	top: 105px;
	padding: 67px 0px 10px 0px;
	border: 2px solid #291770;
	min-height: 1px;
}

* html #page #middle {
	height: 1px;
}

#page #middle .entry {
	display: inline;
	float: left;
	width: 263px;
	height: 140px;
	margin: 0px 0px 30px 42px;
}

#page #middle .entry .title {
	padding: 5px 12px;
	background-color: #291770;
}

#page #middle .entry .title h2 {
	padding: 0px;
	margin: 0px;
	color: #fff;
	font-size: 12px;
}

#page #middle .entry .info {
	padding: 12px 10px 0px 10px;
	min-height: 1px;
}

* html #page #middle .entry .info {
	height: 1px;
}

#page #middle .entry .info .image {
	display: inline;
	float: left;
	width: 88px;
	padding: 0px 0px 5px 2px;
}

#page #middle .entry .info .image img {
	display: block;
}

#page #middle .entry .info .text {
	display: inline;
	float: left;
	width: 153px;
}

#page #middle .entry .info .text p {
	padding: 0px;
	margin: 0px 0px 8px 0px;
}

#page #middle .entry .info .url {
	min-height: 1px;
}

* html #page #middle .entry .info .url {
	height: 1px;
}
