/* === Document ================================= */
html, body {
	margin: 0;
	min-height: 100%;
	font-family: "Verdana", sans-serif;
}

img {
	border-style: none;
}

hr {
	border: 0;
	border-top: 1px solid #aaaaaa;
	border-bottom: 1px solid #fff;
}


/* === Layout ================================= */
#page {
	background-color: #fcfcfc;
	z-index: 0;
}

#header {
	height: 50px;
	background-image: url(pattern_4.png);
	background-repeat: repeat-x;
	background-size: 100px 50px;
	border-color: #b4b4b4;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#main {
	font-style: normal;
	font-size: 12pt;
	color: #222222;
}

#footer {
	height: 50px;
	position: relative;
	z-index: 1;
	clear: both;
	background-color: #380065;
	border-color: #ffffff;
	border-top-style: solid;
	border-top-width: 1px;
}


/* === Content ================================= */
#content {
	margin-top: 10px;
	margin-left: 50px;
	margin-right: 50px;
}

#filters {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#title {
	font-style: bold;
	font-size: 20pt;
}

#entry {
	font-family: "Courier", monospace;
}

/* === Menus ================================= */
#menu_logo {
	position: relative;
	float: left;
	top: 0px;
}

#menu_links {
	position: relative;
	float: right;
	top: 0px;
}

#menu_bottom {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #ddd;
	z-index: 10;
}


/* === Links ================================= */
a:link { 
	color: #56b0f6;
	text-decoration: none;
}
a:visited { 
	color: #56b0f6;
	text-decoration: none;
}
a:hover {
	color: #56b0f6;
	text-decoration: none;
}
a:active {
	color: #56b0f6;
	text-decoration: none;
}


/* === Filter Buttons ================================= */
.filter {
	display: inline-block;
}
