body {
	background:#FFFFEE;
	color:#800000;
}

a {
	color:#0000EE;
}
a:hover {
	color:#DD0000;
}

#links {
	position: fixed;
	left: 30px;
	top: 30px;
	width: 136px;

	background: #F0E0D6;
	color: #800000;
	padding: 12px;

	-moz-border-radius: 10px;

	z-index: 2;
}
#links h4.first {
	margin-top: 0em;
	margin-bottom: 0.5em;
}
#links h4 {
	font-family: sans-serif;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
#links a {
	color:#DD0000;
	margin-left: 0.5em;
}
#links a:hover {
	color:#FF2222;
	margin-left: 0.5em;
}

#languages {
	position: absolute;
	left: 30px;
	top: 4px;
	font-size: 0.8em;
}
#languages a {
	color:#DD0000;
}
#languages a:hover {
	color:#FF2222;
}


#maintext {
	position: absolute;
	left: 210px;
	top: 30px;

	z-index: 1;
}
#maintext h1, #maintext h2 {
	font-family: sans-serif;
}
#maintext h1 {
	margin-top: 0em;
}
#maintext p:first-letter {
	font-size: 1.5em;
}

#firefox {
	position: absolute;
	right: 0px;
	top: 0px;
	padding: 4px;

	background: #F0E0D6;
	color: #800000;

	font-family: sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	text-align: center;

	-moz-border-radius: 0px 0px 0px 10px;

	z-index: 2;
}

#signoff {
	font-weight: bold;
	text-align: right;
}

#mascots {
	position: fixed;
	bottom: 0px;
	left: 10px;
	margin: 0px;
	padding: 0px;
	z-index: 1;
}
