html, body {
	min-height: 100%;
}

html {
	overflow-y: scroll;
}

body {
	font-family: serif;
	
	background-color: silver;
	background-image: url('footerleft.png'),url('footerright.png');
	background-position: left bottom, right bottom;
	background-repeat: no-repeat;
	
	margin: 0;
	padding: 0;
}

h2 {
	border-bottom: 1px solid silver;
}

div.entry {
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 64px;
}

div.entry h3 {
	margin-bottom: 2px;
}

p.info {
	color: rgb(180,180,180);
	font-size: small;
	margin-top: 0;
	margin-left: 8px;
}

span.comments {
	float: right;
	color: gray;
}

span.date {
	font-size: small;
	color: gray;
}

span.comment_body {
	margin-left: 8px;
}

#comments {
	margin-top: 32px;
}

label {
	width: 300px;
	display: block;
	float: left;
}

#wrapper {
	background: #eeeeee;
	width: 800px;
	margin: 0 auto;
	border-top: gray 2px solid;
	
	moz-box-shadow: 0px 5px 15px #888;
	-webkit-box-shadow: 0px 5px 15px #888;
	box-shadow: 0px 5px 15px #888;
}

#main {
	width: 90%;
	margin: 0 auto;
}

#content ul {
	padding-left: 20px;
}

#content img {
	border: 1px solid;
	margin: 4px;
}

.table {
	float: left;
	width: 220px;
	font-weight: bold;
}

#footer {
	clear: both;
	height: 72px;
	margin: 0px 16px;
} 

#footer span {
	margin: 16px;
	display: block;
	float: left;
	line-height: 40px;
	color: silver;
}

#footer img {
	margin: 16px 16px 16px 0px;
	display: block;
	float: right;
	height: 40px;
}

#title {
	width: 100%;
	min-height: 70px;
	padding-top: 15px;
	font-size: 64px;
	text-align: center;
	background-image: url('background_top.png');
	background-repeat:no-repeat;
	background-position:center bottom;
}
#title img {
	display: block;
	margin: auto;
}

#options {
	text-align: center;
	padding-bottom: 8px;
	margin: 10px;
}

#options a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #666666;
	padding: 10px;
} 
#options #selected {
	color: white;
	background-color: gray;
}
#options a:hover {
	color: white;
	text-decoration: underline;
	background-color: #888888;
}
#options a:active {
	text-decoration: underline;
	font-weight: bold;
	background-color: #989898;
	color: white;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #666666;
} 
a:hover {
	background-color: #eeeeee;
	color: #444444;
	text-decoration: underline;
} 
a:active {
	text-decoration: underline;
	font-weight: bold;
	background-color: gray;
	color: white;
}

#comment_form p {
	font-weight: bold;
}

#rss {
	float: right;
}

#rss a:hover, a:active {
	background-color: none;
}

div.download_icon
{
	float: left;
	width: 64px;
}

div.download_text
{
	margin-left: 76px;
	margin-bottom: 32px;
	min-height: 64px;
}

div.download_text h3
{
	margin: 0px;
}