/* Jonathan Norman 2008, All rights reserved. */
body {
	position: absolute;
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	background-color: #838BC1;
}

/* Menu start */
.navi {
	position: relative;
	top: 1em;
	left: 0px;
	width: 10em;
	background-color: #C1FFC1;
	text-align: center;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	padding: 0.5em 0 0.5em 0;
}

.navi ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.navi li {
	list-style: none;
	background-color: #8bfd90;
	border-width: 2px;
	border-color: #333333;
	border-style: solid;
	margin: 0 10px 5px 10px;
}

.navi li a {
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 0.5em 1em 0.5em 1em;
}

.navi li a:hover {
	background-color: #8bfdd8;
}

/* Menu end */

/* banner and content wrapper */

.wrap {
	position: absolute;
	left: 11em;
	right: 1em;
	top: 0;
	background-color: #E2DCDE;
	max-width: 900px;
	margin: 1em  0 1em 0;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	width:expression(document.body.clientWidth > 1000? "900px": "auto" );
}

/* banner */
.banner h1, .banner p {
	margin: 0;
	font-family: verdana;
	letter-spacing: -1px;
}

.banner span {
	font-size: 8pt;
}

.banner {
	height: 80px;
	-moz-border-radius-topleft: 1em;
	-webkit-border-top-left-radius: 1em;
	-moz-border-radius-topright: 1em;
	-webkit-border-top-right-radius: 1em;
	text-align: right;
	padding: 10px 10px 0 0;
	margin: 0;
}

.content {
	margin: 1em 1em 1em 1em;
	font-family: Times;
}

/* Copyright Notice and firefox logo */
.copy {
	padding: 0.5em;
	font-family: verdana;
	font-size: 10pt;
	letter-spacing: -1px;
	-moz-border-radius-bottomleft: 1em;
	-webkit-border-bottom-left-radius: 1em;
	-moz-border-radius-bottomright: 1em;
	-webkit-border-bottom-right-radius: 1em;
}

.copy * {
	margin: 0;
	padding: 0;
	border-style: solid;
	border-width: 1px 0 0 0;
	border-color: #555555;
	}

.copy img {
	margin: 0 0 -4px 0;
	border-style: none;
}

h2 {
	margin: 0.5em 0 0 0;
}

/* image CSS for main content */
.content img {
	border-width: 1px;
	border-style: solid;
	border-color: #555555;
}

.lang {
	position: absolute;
	left: 1em;
	top: 1em;
	border-width: 0px;
}

.lang a {
	text-decoration: none;
	color: #000000;
}

.lang a:hover {
	color: red;
}

.cap_pic {
	background-color: #ffffff;
	border-width: 1px;
	border-color: #555555;
	border-style: solid;
	float: left;
	margin: 1em;
}

.cap_pic img {
	border: none;
}

.cap_pic p {
	font-size: 10pt;
	padding: 0;
	margin: 5px 0 5px 10px ;
}
