html, body {
	height: 100%;
}
body {
	margin: 0;
	background: url(../img/body.png);
	font: 12px verdana;
	color: #444;
}
div {
	padding: 0;
	margin: 0;
}
a img { border: none; }
#wrapperfullwide {
	width: 100%;
	height: 100%;
	background: url(../img/wrapperfullwide.png);
}
#wrapper {
	width: 1000px;
	background: url(../img/wrapper.png) no-repeat;
}
#left {
	float: left;
	width: 237px;
}
#right {
	margin-left: 240px;
	width: 747px;
}
#rightinner {
	width: 747px;
}
#header {
	height: 120px;
	width: 747px;
	position: relative;
}
#flags {
	position: absolute;
	top: 75px;
	left: 550px;
}
#footer {
	height: 8px;
	clear: both;
	background: url(../img/footer.gif);
	overflow: hidden;
}
#left ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#left li {
	margin: 1px 0;
}
#left ul a {
	text-decoration: none;
	font: bold 11px tahoma;
	color: #fff;
	display: block;
	width: 197px;
	padding: 5px 0px 5px 40px;
	margin: 0;
	background: url(../img/leftbutton.gif);
}
#left ul a:hover {
	background-position: 0px -30px;
}
#left ul a.current, #left ul a.current:hover {
	background-position: 0px -60px;
}
#left h2 {
	font: bold 13px verdana;
	margin: 0;
	padding: 5px 10px 5px 40px;
	color: #fff;
	background: url(../img/lefth2.gif);
}
.inner {
	padding: 10px;
}
h1 {
	font: 24px century gothic, arial;
	color: #c35;
}
h2 {
	font: 18px century gothic, arial;
	color: #c35;
}
#menubar {
	height: 40px;
}
#menubar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menubar li {
	float: left;
}
#menubar a {
	display: block;
	width: 150px;
	height: 30px;
	padding-top: 10px;
	padding-left: 0px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font: bold 13px verdana;
	background: url(../img/button.png);
}
#menubar a:hover, #menubar a.env:hover {
	background-position: 0px -40px;
}
#menubar a.env {
	background: url(../img/buttonenv.png);
	width: 190px;
}
