body { margin: 0; padding: 0;
font-family: arial, verdana, sans-serif;
font-size: 1.0em;
background: #000;
color: #000;
}
html>body #container {
    height: auto;
	}

.wrap {
position: absolute;
top: 0;
left: 0;
width: 100%;
margin: 0;
padding: 0;
background: url(images/goldtile.jpg) #000;
} 

.content {
position: relative;
width: 99%;
left: 4px;
top: 5px;
margin: 1px;
padding: 1px;
background: #000;
color: #ffe;
text-align: center;
}

p {
text-align: left;
margin-top: 15px;
margin-bottom: 15px;
margin-left: 15px;
margin-right: 15px;
padding: 0;
}

img {
border: 0;
}

.center {
text-align: center;
}

.red {
color: red;
}

br {
line-height: 10px;
}

h1,h2,h3,h4,h5,h6 {
font-family: serif, sans-serif;
font-weight: bold;
}
h1 {
font-size: 2.3em;
margin-top: 5px;
margin-bottom: .5em;
margin-left: 25px;
}
h2 {
font-size: 20pt;
margin-top: 0;
margin-bottom: .5em;
}
h3 {
font-size: 15pt;
margin-top: 0;
margin-bottom: 0em;
}
h4 {
font-size: 1.3em;
margin-top: 0;
margin-bottom: 0;
}
h5 {
font-size: 1.3em;
margin-top: 0;
margin-bottom: 0;
}
h6 {
font-size: 1.0em;
margin-top: 0;
margin-bottom: 0;
}

a.link:link { background: #000; color: #ffe; text-decoration: underline; font-size:11pt; font-weight:bold; }
a.link:active { background: #000; color: green; text-decoration: none; font-size:11pt; font-weight:bold }
a.link:visited { background: #000; color: blue; text-decoration: underline; font-size:11pt; font-weight:bold; }
a.link:hover { background: #000; color: red; text-decoration: underline; font-size:11pt; font-weight:bold; }

iframe {
border: 0;
}


