html, body {
margin:0; 
padding:0; 
width:100%; 
height:100%; 
overflow:hidden;
}

body {
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
font-size: 62.5%; /* Resets 1em to 10px */
line-height : 1.7em;
color:#D6DDBC;
}

#background {
position:absolute; 
z-index:0; 
width:100%; 
height:100%;
}

.head {
position:fixed;
top:0;
left:0;
min-width:600px;
width:50%;
z-index:1;
height:20%;
}

.body {
position:fixed;
bottom:0;
left:0;
min-width:600px;
width:50%;
z-index:1;
height:80%;
}

.fade90 {
opacity:0.90;
filter:alpha(opacity=90);
}

.fade70 {
opacity:0.70;
filter:alpha(opacity=70);
}

#logo {
position:fixed;
top:0;
left:0;
margin : 10px 0 0 10px;
z-index:3;
}

#title {
color : #ADAE75;
text-align:center;
padding : 25px 0 5px 0;
border-bottom : 1px solid #ADAE75;
}

#scroller {
position:absolute; 
width:100%; 
height:100%; 
top:0; 
left:0; 
overflow:auto; 
z-index:2;
}

#content {
padding:35px 0 5px 200px;
max-width: 390px;
text-align:right;
font-size:1.3em;
}

#content ul {
margin: 25px 0 25px 70px;
text-align: left;
color:#D6DDBC;
}

#content h3 {
margin: 25px 0 25px 70px;
text-align: left;
color:#D6DDBC;
text-decoration:underline;
color:#ADAE75;
}

#footer {
width : inherit;
height : auto;
border-top : 1px solid #ADAE75;
color : #7A7B75;
line-height:1.2em; 
letter-spacing:0.1em;
text-align:right;
margin: 50px 0 0 0;
padding : 5px 0 5px 0;
}

p, h4 {
line-height:1.4em; 
}

#navcontainer {
position:fixed;
top:115px;
left:0;
width : 175px;
margin-left : 10px;
padding-bottom : 20px;
z-index:3;
color:#D6DDBC;
letter-spacing:normal;
}

#navcontainer h2 {
padding : 10px 0 5px 10px;
margin : 0;
font-size :1.5em;
text-transform : uppercase;
color : #ADAE75;
}

#navcontainer p {
color : #7A7B75;
font-size :.9em;
line-height:1.2em;
text-align:left;
}

#navcontainer ul {
margin-left : 0;
padding-left : 0;
list-style-type : none;
font-size:1.4em;
line-height:1.5em;
}

#navcontainer a {
display : block;
padding : 3px;
width : 170px;
color : #ADAE75;
border-bottom : 1px solid #ADAE75;
}

#navlist a:link, #navlist a:visited,
#footer a:link, #footer a:visited,
#content a:link, #content a:visited {
COLOR : #ADAE75;
text-decoration : none;
}

#navcontainer a:hover, #footer a:hover ,
#content a:hover {
background-color : #424A33;
color : #D6DDBC;
}

h2.pseudo_element:first-letter {
font-size: 2em;
font-family: inherit;
color: inherit;
letter-spacing: -1px;
}

#quote {
position:fixed;
bottom:5%;
right:5%;
font-size : 1.3em;
line-height: 2.7em;
}

#simage {
z-index:3;
max-width: 350px;
}

#membershipForm {
float:right;

}

td {
padding:3px;
}

.clearFloat {
clear:both;
}
