@charset "UTF-8";

/* CSS Document */
* {
	float: none;
	margin: 0;
	width: auto; 
}

/* Layout elements */
#header {
	border-bottom: 1px solid #000000;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#footer {
	border-top: 1px solid #000000;
	margin-top: 10px;
	padding-top: 10px;
}

/* Hide annoying elements */
#headerLeft, #headerRight, #menu, #submenu, #sidebar, #tags,
.alphabetical, .alphabetical2, .numerical,
img.button, img.icon, img.iconLarge, img.sign,
.userSubmit, .feedburner, .headline, .hidden {
	display: none;
}

/* Table properties */
table {
	width: 100%;
}

/* Image properties */
.logo {
	height: 60px;
	width: 90px;
}

