body {
background-color: #ead458;
background-image: url(background.jpg);
background-position: top center;
background-repeat: no-repeat;
background-attachment: scroll;
margin: 0px;
font-family: Tahoma;
font-size: 10px;
color: #ffffff;
cursor: default;
}

.small {
font-size: 8px;
}

.members {
margin: 4px;
background-color: #252525;
border-style: dotted;
border-color: #7c7759;
border-width: 1px;
text-align: center;
letter-spacing: 1px;
padding: 2px;
}

.mem {
text-transform: uppercase;
font-size: 11px;
letter-spacing: 1px;
}

::selection {
background: #FC7A7A;
}

::-moz-selection {
background: #FC7A7A;
}

a {
color: #7c7759;
text-decoration: none;
}

a:hover {
color: #000000;
text-decoration: none;
background-color: #ffffff;
}

a:visited {
color: #7c7759;
text-decoration: none;
}

div.main {
behavior: url(iepngfix.htc);
background-image: url(header.png);
width: 700px;
height: 615px;
padding: 0px;
margin: 0px auto;
}

div.content {
background-color: #000000;
padding-top: 0px;
color: #ffffff;
width: 500px;
text-align: left;
margin-top: 0px;
position: relative;
margin: 0px auto;
min-height: 300px;
}

div.text {
margin-left: 5px;
margin-right: 5px;
margin-top: 0px;
line-height: 18px;
padding-bottom: 4px;
letter-spacing: 1px;
}

.heading {
text-transform: uppercase;
color: #7c7759;
padding: 0px;
}

.heading:hover {
text-transform: uppercase;
color: #000000;
border-bottom: 1px dotted #000000;
background-color: #7c7759;
cursor: default;
font-size: 10px;
}

span.thingy {
display: block;
border-bottom: 1px solid #666666;
margin-left: 5px;
margin-right: 5px;
margin-bottom: 4px;
padding: 3px;
padding-left: 7px;
text-align: left;
color: #7c7759;
font-size: 12px;
text-transform: capitalize;
letter-spacing: 2px;
}

span.thingy:hover {
display: block;
border-bottom: 1px solid #7c7759;
margin-left: 5px;
margin-right: 5px;
margin-bottom: 4px;
padding: 3px;
padding-left: 3px;
text-align: left;
color: #7c7759;
font-size: 12px;
text-transform: capitalize;
cursor: default;
letter-spacing: 2px;
}

.spfooter {
display: block;
width: 500px;
border-top-style: solid;
border-top-color: #252525;
border-top-width: 1px;
padding-top: 5px;
padding-bottom: 5px;
text-align:right;
letter-spacing: 1px;
background-color: #000000;
margin: 0px auto;
}

.spfooter:hover {
border-top-width: 1px;
border-top-style: solid;
border-top-color: #7c7759;
}

select {
border-style: dotted;
border-color: #7c7759;
border-width: 1px;
background-color: #252525;
color: #FFFFFF;
letter-spacing: 1px;
font-family: Tahoma;
font-size: 10px;
}

option {
border-bottom-style: dotted;
border-bottom-color: #7c7759;
border-bottom-width: 1px;
background-color: #252525;
color: #FFFFFF;
letter-spacing: 1px;
padding: 1px;
font-size: 10px;
font-family: Tahoma;
}

input, textarea {
border-right-style: none;
border-left-style: none;
border-top-style: none;
border-bottom-style: dotted;
border-bottom-width: 1px;
border-bottom-color: #7c7759;
background-color: #252525;
color: #FFFFFF;
font-family: Tahoma;
letter-spacing: 1px;
font-size: 10px;
line-height: 13px;
}