/** {
	margin: 0;
	padding: 0;
}*/

html, body {height: 100%;}
#container {min-height: 100%;}

#text {overflow:hidden;
	
	padding-bottom: 205px;}  /* must be same height as the footer */



/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}


body {
	background-color: #000033;
	color: #ffffff;
	text-align: center;
	height: 100%;

}
h1, div#footer p, div#footer a span, hr {
	display: none;
}
div#text a, div#text a:link, div#text a:active, div#text a:visited {
	color: #f5c400;
	background-color: #000033;
	text-decoration: underline;
}
div#text a:hover {
	color: #fff;
	background-color: #000033;
	text-decoration: none;
}
div#container {
	width: 819px;
	text-align: left;
	margin: 0 auto;
	font-family: "Trebuchet MS";
	font-size: 13px;
	min-height: 100%;
	height: 100%;
	position:relative;
}
div#header {
	width: 819px;
	height: 35px;
	clear: both;
}
div#header p {
	padding: 17px 10px 0 69px;
	width: 290px;
	font-size: 11px;
	float: left;
}
div#header ul {
	list-style: none;
	padding-top: 16px;
}
div#header ul li {
	float: left;
	padding-right: 15px;
	font-size: 13px;
}
div#header ul li a, div#header ul li a:link, div#header ul li a:active, div#header ul li a:visited {
	color: #F5C400;
	background-color: #000033;
	text-decoration: none;
	font-weight: bold;
}
div#header ul li a:hover {
	color: #F5C400;
	background-color: #000033;
	text-decoration: underline;
}
div#text {
	width: 452px;
	background-color: #000033;
	color: #f1c100;
	text-align: justify;
	padding-left: 69px;
	background: url(images/h2.jpg) no-repeat 5px 10px;
	float: left;
	padding-bottom: 130px;
	height: 100%;
	min-height:100%
}
div#text img {
	float: left;
	margin: 0 12px 10px 0;
}
div#text a img {
	float: left;
	margin: 0 12px 10px 0;
	border: 0;
}
div#text h2 {
	background-color: #000033;
	color: #ffffff;
	font-size: 18px;
	padding: 32px 0 20px 0;
	font-weight: bold;
}
div#text p {
	font-size: 13px;
	padding-bottom: 10px;
}
div#text p.center {
	text-align: center;
	clear: both;
	margin-top: 25px;
}
div#text ul {
	margin-left: 16px;
}
p#images {
	float: right;
	padding-top: 50px;
}
p#images img {
	margin-bottom: 10px;
	clear: both;
}
div#footer {
	margin-top: -205px; /* negative value of footer height */
	height: 205px;
	clear:both;
	background:url(images/footer.gif) no-repeat;
	text-align:center;
	width: 100%;
	
}
/** html body div#footer {
	margin-left: -515px;
}
*+html div#footer {
	margin-left: -515px;
}
div#footer.gf {
	background: url(images/footergf.gif) no-repeat bottom left;
}*/
/*
* html body div#text {
    padding-bottom: 0;
    margin-bottom: -80px;
}
*/

div#footer a {
	width: 146px;
	height: 141px;
	display: block;
	float: right;
	padding-right: 100px;
}

