/* BODY */
body {
background-image: url("img/bg.jpg");
background-color: #CFDAD6;
}

/* CONTAINER */
#container {
background-image: url("img/content.jpg");
background-color: #CFD2C2;
border: 25px solid #CFDAD6;
width: 550px;
margin: auto;
}

/* NAVIGATION */
#nav {
text-align: center;
height: 48px;
padding-top: 20px;
padding-left: 5px;
}

#nav table, th {
text-align: center;
width: 540px;
}

#nav td {
width: 80px;
}

#nav td a {
background-color: #666C77;
font-family: Tahoma, Geneva, sans-serif;
font-size: 11px;
color: #EAEFE5;
text-transform: uppercase;
text-decoration: none;
display: block;
line-height: 20px;
height: 20px;
opacity: .3;
}

#nav td a:hover {
opacity: .5;
text-decoration: none;
}

/* CONTENT */
#content {
font-family: Tahoma, Geneva, sans-serif;
font-size: 12px;
color: #959280;
line-height: 26px;
text-align: justify;
padding-left: 15px;
padding-right: 15px;
}

#content b, strong {
color: #98A17E;
}

#content i, em {
color: #7FABA0;
}

#content a {
color: #5C8981;
text-decoration: none;
}

#content a:hover {
text-decoration: line-through;
}

#content h1 {
font-family: Trebuchet MS, sans-serif;
font-size: 35px;
color: #98A17E;
font-weight: bold;
letter-spacing: 5px;
text-transform: uppercase;
text-align: center;
text-shadow: #5C8981 1px 1px 1px;
}

#content h2 {
font-family: Trebuchet MS, sans-serif;
font-size: 12px;
color: #5C8981;
font-weight: normal;
text-transform: uppercase;
letter-spacing: 3px;
text-align: center;
margin-top: -25px;
border-bottom: 2px solid #A9C58E;
}

#content blockquote {
background-image: url("img/blockquote.jpg");
font-family: Verdana, Geneva, sans-serif;
font-size: 10px;
color: #BFCDD4;
text-align: center;
line-height: 12px;
width: 345px;
padding: 1px;
margin: auto;
opacity: .8;
border-radius: 25px;
-moz-border-radius: 25px;
-webkit-border-radius: 25px;
}

#content blockquote b {
color: #90BBB0;
}

#content blockquote a {
color: #DADDCF;
}

/* MEMBERS LIST */

#list {
width: 400px;
margin: auto;
}

#list table, th {
text-align: center;
width: 400px;
}

#list td {
width: 200px;
}

/* AFFILIATES */
#affs {
text-align: center;
margin: 1px;
}

#affs img {
opacity: .6;
border: 5px solid #98A17E;
}

#affs img:hover {
opacity: .8;
}

/* DISCLAIMER */
#disclaimer {
font-family: Verdana, Geneva, sans-serif;
font-size: 10px;
color: #98A17E;
text-align: center;
line-height: 12px;
height: 35px;
}

#disclaimer a {
color: #5C8981;
text-decoration: none;
}

#disclaimer a:hover {
text-decoration: line-through;
}
