@charset "UTF-8";
/* CSS Document */

*
{
padding: 0px;
margin: 0px;
}


/* ------------ Formatting --------------- */

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

a:link {color: #aaa5a6;}
a:visited {color: #aaa5a6;}
a:hover {text-decoration: none; color: #ff9900;}


#nav a {
font-family: Helvetica, Arial, sans-serif;
color: #817D7E;
font-size: 12px;
line-height: 1.6em;
padding-bottom: 0.9em;
font-weight: lighter;
}

#nav a:hover {
color: #000000;
}

p {
font-family: Georgia, "Times New Roman", Times, serif;
color: #817D7E;
font-size: 32px;
line-height: 125%;
padding-bottom: 10px;
text-align: justify;
}

p2 {
font-family: Helvetica, Arial, sans-serif;
color: #e6e6e6;
}

h1 {
font-family: Helvetica, Arial, sans-serif;
color: #817D7E;
font-size: 18px;
text-transform: uppercase;
font-weight: lighter;
padding-bottom: 8px;
letter-spacing: 0.02em;
}

h2 {
font-family: Helvetica, Arial, sans-serif;
color: #817D7E;
font-size: 11px;

}



/* ------------ Layout --------------- */

#wrap {
color: #c5c5c5;
margin:0 auto;
width: 960px;
}

#header {
margin: 40px 0 80px 0;
overflow: hidden;
width: 960px;
}

#logo {
float: right;
}

#nav {
float: left;
text-align: left;
margin-top: 23px;
}


#body {
float: left;
clear: both;
display: inline;
}


#footer {
clear: both;
padding-top: 65px;
width: 960px;
text-align: right;
}

.footertext {
text-align: right;
font-size: 10px;
color: #aaa5a6;
}

.footertext2 {
text-align: right;
color: #e6e6e6;
font-size: 9px;
}




