
html, body {
background-color:#252525;
margin: 0;
padding: 0;
}

#container 
{
margin: 0 auto;
width: 1000px;
text-align: left;
}

#header {
    color:white;
    background-color:#000000;
    margin: 0;
    padding:0;
        clear:both;
    text-align:center;
}


#nav {
    line-height: 1.8;
    background-color:#252525;
    width:140px;
    float:left;
    padding:5px;	
    margin: 0;      
      color: #787878;
font-family: 'Open Sans', helvetica, sans-serif;
font-size: 16px;
font-weight: 600;
}
#section {
    width:645px;
    float:left;
    padding:7px;	
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 0;
    margin-left: 20px;
    background-color: #252525; 	 
    color: #999999;
font-family: 'Open Sans', helvetica, sans-serif;
font-size: 16px;
font-weight: 300;
line-height: 1.4;
}
#footer {
    background-color:#4F4F4F;
    color:white;
    clear:both;
    text-align:center; 	
    padding-top: 15px;
    margin: 0; 
    font-family: sans-serif;
    font-size: 12px;
}

#footer2 {
    background-color:#252525;
    color: #555555;
    clear:both;
    text-align:center; 	
    padding: 5px;
    margin-top: 20px; 
    margin-bottom: 20px;
    font-family: sans-serif;
font-size: 12px;
font-weight: 300;
}

a:link {
    color: #6a99c0;
    text-decoration: none;
    text-shadow: 1px 1px #000000;
}

a:visited {
    color: #6a99c0;
    text-decoration: none;
    text-shadow: 1px 1px #000000;
}

a:hover {
    text-decoration: underline;
    border: none;
color: #7e98b1;
text-shadow: 1px 1px #000000;
}

a:active {
    color: #6a99c0;
    text-shadow: 1px 1px #000000;
}
h1 {
font-family: Helvetica, verdana, sans-serif;
color: #ffffff;
text-align:left;
font-size: 28px;
line-height: 24px;
font-weight: 300;
border-bottom: 1px solid #ffffff;
letter-spacing: 1px;
   font-variant: small-caps;
text-shadow: 1px 1px #1a1a1a;
}
h2 {
font-family: serif;
color: #807e77;
text-align: left;
font-size: 24px;
line-height: 24px;
font-weight: 300;
font-style: italic;
margin-bottom: 5px;
letter-spacing: 1px;
text-shadow: 1px 1px #111111;
border-bottom: 1px solid #403f3b;
}
b {
font-weight: 600;
color: #BDBDBD;
text-shadow: 2px 1px #1a1a1a;
}

ul, li {
line-height: 1.7;
margin-left: 10px;
}
.aside
{
background-color: #333333;
color: #999999;
border: none;
width: 500px;
margin: 0 auto;
margin-bottom: 25px;
padding: 8px;
padding-left: 12px;
text-align: left;
font-size: 16px;
line-height: 1.6;
}
