* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #000033;
    color: #ffffff;
    text-align: center;
}

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;
}

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;
}

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 {
    padding: 35px 100px 30px 0;
    float: right;
}

p#images img {
    margin-bottom: 10px;
    clear: both;
}

div#footer {
    width: 819px;
    height: 205px;
    background: url(images/footer.gif) no-repeat bottom left;
    position: fixed;
    bottom: 0;
}

* 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; 
}
