body {
	background: #fffeee;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin: 0;
}

div#top {
	text-align: center;
	height: 90px;
	margin: 0;
	background-color: #c8d78c;
}

div#top img {
	border: none;
	margin-top: 10px;
}

div#top a {
	font-weight: bold;
	color: #360;
	position: absolute;
	top: 0;
	left: 0;
}

div#top a img {
	margin-top: 0;
}

h1#tag, div#nav {
	height: 34px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #630;
	text-align: center;
	font-size: 100%;
	padding: 0;
	line-height: 34px;
	margin: 0;
	vertical-align: middle;
	border: 1px solid #036;
	border-width: 1px 0 1px 0;
}

div#banner {
	height: 150px;
	background: #000;
	margin: 0;
}

div#banner object, div#banner embed {
	width: 100%;
}


div#nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 105%;
}

div#nav a {
	padding: 2px 10px;
	color: #630;
	text-decoration: none;
	margin: 0;
}

div#nav a:hover {
	color: #963;
	text-decoration: underline;
}




div#content {
	padding: 0.5em 20px 0.5em 40px;
	color: #333;
	background-color: #eeeccc;
}

img.right {
	float: right;
	margin: 0 0 0.5em 0.5em;
}

img.left {
	float: left;
	margin: 0 0.5em 0.5em 0;
}

div#content h1 {
	font-size: 145%;
	color: #630;
	line-height: 1em;
}

div#content p {
	margin: 0.75em 0;
	line-height: 1.4em;
}

div.clear {
	clear: both;
}

div#content a {
	color: #360;
	text-decoration: none;
}

div#content a:hover {
	text-decoration: underline;
}


table.details {
	border: 1px solid #600;
	background: #ffe;
}

table.details th {
	color: #600;
	background: #ffd;
	text-align: left;
	padding: 7px;
}


div#footer {
	border-top: 1px solid #036;
	padding: 1em 20px 1em 40px;
	color: #666;
}

div#footer a {
	color: #360;
	text-decoration: none;
}

div#footer a:hover {
	text-decoration: underline;
}

div#lang {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 40px;
	height: 30px;
	text-align: right;
}

div#lang img {
	border: none;
}

