body {
	background: url("windmill.png") no-repeat fixed bottom left;
	background-color: #eee;
	color: #000;
}

body, td, th {
	font-family: "trebuchet ms";
	font-size: 75%;
}

p, table {
	margin: 2ex;
	text-align: justify;
	text-transform: lowercase;
}

input, textarea {
	background: #fff;
	color: black;
	font-family: "trebuchet ms", sans-serif;
	font-size: 11px;
	border: 1px dotted black;
	padding: 1px 1ex;
}

input[type = "submit"] {
	float: right;
}

div.row {
	padding: 3px;
}

span.left {
	width: 10ex;
	float: left;
	text-align: right;
}

span.right {
	margin-left: 2ex;
}

div#main {
	border: 1px solid black;
	border-bottom: 4px solid black;
	background: #fff;
	width: 450px;
	padding: 4ex;
	text-align: left;
	margin: 6ex;
	/*
	position: absolute;
	bottom: 40px;
	left: 40px;
	*/
	-moz-opacity: 0.92;
	filter: alpha(opacity=94);
}
div#menu {
	float: right;
	text-align: right;
	padding-right: 2ex;
}

div#menu span {
	border-bottom: 1px dotted #444;
}

h1 {
	font: bold 250% georgia, serif;
	font-style: italic;
	color: #000;
}

h2 {
	font-size: 150%;
	border-bottom: 1px dotted #444;
	margin-bottom: 0;
}

a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 80%;
	padding: 0px 2px;
	border-bottom: 1px dotted #444;
}
a:link {
	color: #a70;
}
a:visited {
	color: #850;
}
	
a:hover {
	color: #a70;
	border-bottom: 1px solid #444;
	background-color: #ffd;
}
a:active {
	color: #000;
	background: #ff8;
}
a.current {
	color: #000 !important;
}

#poster {
	margin-top: 2ex;
	border: 1px dotted #444;
	/* really nice shadow effect
	border-right: 3px groove black;
	border-bottom: 3px groove black;
	*/
}
.bracket {
	vertical-align: middle;
}
.it {
	font-size: 14px;
	font-family: garamond, georgia, serif;
	font-style: italic;
	font-weight: normal;
}
.noise {
	font-weight: bold;
}
