body {
	margin: 0;
	background: #6498f5 url(gui/bg.jpg) center bottom repeat-x;
	font-family: Helvetica;
	font-size: 13px;
	line-height: 1.3em;
	}
html{
	min-height: 100%;/* these will allow background to keep to the bottom */
	height: auto;/* even when the content doesn't hit the bottom */
}
h1 {
	margin: 0 0 20px 0;
	font-size: 23px;
	font-weight: normal;
	color: #2b8134;
	line-height: 1.2em;
	}
p {margin: 0 0 1em 0;}
a {
	color: #2b8134;
	text-decoration: underline;
	outline: none;
	}
a:hover {text-decoration: none}

.clr1 {color: #2b8134}
.stopper {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	}
.email, .links a {color: #000}
.links {line-height: 1.7em}

.container {
	width: 1060px;
	margin: -350px auto 0 auto;
	}
.pagetop {
	width: 750px;
	height: 117px;
	background: url(gui/pagetopbtm.png) no-repeat;
	margin: 30px auto 0 auto;
	}
.pagetop p {
	margin-left: 570px;
	padding-top: 30px;
	}
.menu {
	width: 750px;
	height: 50px;
	padding-top: 2px;
	background: url(gui/pagebg.png) repeat-y;
	/*font-family: "Arial Rounded MT Bold";*/
	font-size: 14px;
	margin: 0 auto;
	}
.menu ul {
	width: 740px;
	height: 50px;
	margin: 0 5px;
	padding: 0;
	background: url(gui/menubg.gif) repeat-x;
	list-style-type: none;
	list-style-position: relative;
	text-align: center;
	}
.menu ul li a {
	display: block;
	overflow: hidden;
	width: 185px;
	height: 24px;
	padding: 6px 0 0 0;
	color: #fff;
	text-decoration: none;
	}
.menu ul li {float: left} /* float has to be on the <li> not the <a> to work with ie */
.menu ul li a:hover {
	background: url(gui/menubgover.gif) repeat-x;
	text-decoration: none;
	z-index: 0;
	}
.page {
	width: 750px;
	background: url(gui/pagebg.png) repeat-y;
	margin: 0 auto;
	}
.logo {
	width: 155px;
	height: 351px;
	position: relative;
	top: 362px;
	left: 82px;
	}
.left {
	width: 355px;
	min-height: 580px;
	padding: 10px 0 0 75px;
	background: url(gui/flags.jpg) no-repeat 20px 130px;
	float: left;
	}
.right {
	width: 307px;
	height: 478px;
	margin-left: 430px;
	padding-top: 15px;
	}
.pagebtm {
	width: 750px;
	height: 20px;
	background: url(gui/pagetopbtm.png) no-repeat 0 -117px;
	margin: 0 auto 15px auto;
	}
.footer {
	color: #fff;
	font-size: 11px;
	margin: 0 0 20px 200px;
	display: block;
	line-height: 20px;
	}
.footer a {
	color: #fff;
	text-decoration: none;
	}
.footer a:hover {text-decoration: underline}
.footer img {
	position: relative;
	top: 3px;
	margin: 0 5px 0 100px;
	width:28px;
	height:13px;
	}