body {
	font: 12px "Lucida Sans Unicode", Tahoma, Verdana, Helvetica, sans-serif;
	color: #556;
	margin: 0;
	padding: 0;  /* Opera hack */
}

a:link, a:visited, a:active {
	color: #778;
	text-decoration: none;
	border-bottom: 1px dotted #778;
}

a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #4b3;
}

h1 {
	font-size: 12px;
	font-weight: bold;
	line-height: 2em;
	text-transform: lowercase;
	border-width: 0 1px 1px;
	border-style: solid;
	width: 9em;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	background-color: #000;
	text-align: center;
}

h2 {
	display: inline;
	font-size: 1em;
	font-weight: normal;
	margin: 0;
	padding: 0;
	float: left;
	text-align: left;
}

h4 {
	display: inline;
	font-size: 1em;
	font-weight: normal;
	margin: 0;
	padding: 0 1em 0 0;
	float: right;
	text-align: right;
	min-width: 10em; /* is this the right value? */
	white-space: nowrap; /* <nobr> alternative */
}

div.header {
	font-size: 12px;
	text-transform: lowercase;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #778;
	padding-left: 1em;
	margin-left: -1em; /* doesn't work in IE */
	margin-right: auto;
	margin-bottom: 0.5em;
	height: 1.5em;
	background-color: #778;
	color: #fff;
}

div.content {
	background-color: #fff;
	font-size: 11px;
	border: 1px solid #778;
	margin: 1em 1em 2em;
	padding: 0 1em 1em;
	text-align: left; /*justify;*/
}

pre, tt {
	font-family: "Bitstream Vera Sans Mono", Monaco, "Andale Mono", monospace;
}

del {
	text-decoration: line-through; /* just in case */
}

div.bubble {
	/* align: right; */
	text-align: right;
	margin: -2em 3em 0 1.4em;
}

div.menu {
	border-top: 2px solid #778;
	border-bottom: 2px solid #778;
	padding: 2px 11px 2px 6px;
	background-color: #778;
	color: #fff;
	font-size: 11px;
	margin: auto 25px auto 120px;
	-moz-border-radius: 10px;
}

.header a, .menu a, a.button {
	font-size: 10px;
	border: 1px outset #fff;
	padding: 0 1px 0 1px;
	margin-left: 5px;
	color: #000;
	background-color: #ccc;
}

div.copywrong {
	color: #778;
	text-align: right;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	padding-right: 2em;
}

fieldset {
	border: 0;
	padding: 0;
}

input, textarea { 
	border: 1px solid #000;
	color: #000;
	background-color: #fff;
	font: 11px "Lucida Sans Unicode", Tahoma, Verdana, Helvetica, sans-serif;
}

.button:hover {
	background-color: #778; /* #def */
	color: #fff;
}

#footer {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #778;
	margin: 0;
	padding: 0.2em 0.5em 0;
	clear: both;
}

#footer-left {
	float: left;
	text-align: left;
	padding-bottom: 0.5em;
}

#footer-right {
	float: right;
	text-align: right;
	padding-bottom: 0.5em;
	padding-right: 18px;
}

/* Mozilla only, will eventually be CSS3 border-radius */
h1 { -moz-border-radius: 0 0 10px 10px; }
div.header { -moz-border-radius: 10px 0 5px 0; }
div.content { -moz-border-radius: 10px; }
