
* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%; /* Required */
}
.page {
	display: block;
	height: auto;
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.clear {
	clear: both;
	height: 0px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
}
.top {
	background-image: url(../img/bluetop.gif);
	background-repeat: repeat-x;
	background-position: top;
	display: block;
	height: 30px;
	width: auto;
}
#header {
	background-image: url(../img/headpicbg.gif);
	display: block;
	height: 191px;
	width: auto;
	text-align: center;
}
#content {
	padding-right: 12px;
	padding-left: 12px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 0px;
	padding-bottom: 0px;
}
.pagination {
	font-size: 12px;
	line-height: 22px;
	text-align: left;
	display: block;
	height: auto;
	width: auto;
	margin-bottom: 15px;
	padding-top: 10px;
}
#nav {
	text-align: center;
	display: block;
	height: 24px;
	width: auto;
	line-height: 24px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #EFEFEF;
	font-weight: bold;
}
#footer {
	text-align: center;
	display: block;
	height: 22px;
	width: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
a {
	color: #0099CC;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
.poster {
	line-height: 22px;
	display: block;
	height: 22px;
	width: auto;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #EBEBEB;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #EBEBEB;
	background-color: #F5F5F5;
}
.poster em {
	font-size: 11px;
	font-style: normal;
	color: #999900;
}
#entry {
	margin-bottom: 15px;
	padding-top: 12px;
	padding-bottom: 12px;
}
.green {
	color: #999900;
}
