<style>
html,body {
    margin: 0;
    padding:0;
    text-align: center;
}
a:link {
    color: #7a89bf;
    text-decoration: none;
    border-bottom: 1px dashed #525c80;
    text-shadow: 1px 1px #000000;
}

a:visited {
    color: #7a89bf;
    text-decoration: none;
    border-bottom: 1px dashed #525c80;
text-shadow: 1px 1px #000000;
}

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

a:active {
    color: #7a89bf;
        text-decoration: none;
        border-bottom: 1px dashed #525c80;
        text-shadow: 1px 1px #000000;
}

a.one:link {padding: 12px; color: #cccccc; background-color: #414966; border-right: 1px solid #212533; border-bottom: 1px solid #1f2330; border-top: 1px solid #525c80; border-left: 1px solid #525c80; display: block; text-align: center; text-decoration: none; text-shadow: 1px 1px #000000;}
a.one:visited {padding: 12px; color: #cccccc; background-color: #414966; border-right: 1px solid #212533; border-bottom: 1px solid #1f2330; border-top: 1px solid #525c80; border-left: 1px solid #525c80; display: block; text-align: center; text-decoration: none; text-shadow: 1px 1px #000000;}
a.one:active {padding: 12px; color: #cccccc; background-color: #414966; border-right: 1px solid #212533; border-bottom: 1px solid #1f2330; border-top: 1px solid #525c80; border-left: 1px solid #525c80; display: block; text-align: center; text-decoration: none; text-shadow: 1px 1px #000000;}
a.one:hover {padding: 12px; color: #cccccc; background-color: #525c80; border-right: 1px solid #6a77a6; border-bottom: 1px solid #626e99; border-top: 1px solid #6a77a6; border-left: 1px solid #626e99; display: block; text-align: center; text-decoration: none; text-shadow: 1px 1px #000000;}

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

header {
background-image: url("top2.png");
background-color: #22263c;
  width: 832px;
    height: 270px;
    text-align:left;
    padding:0px;	 
}


#contentbox {
    background-color: #22263c;
 color: #9e9e9e;
 border-top: none;
    width:832px;
    margin-left: 0;
   margin-top: 0;
    margin-bottom: 15px;
    float:left;
    line-height: 1.4;
    padding: 0;
    padding-top: 10px;
    font-size: 14px;
   font-weight: normal;  
}

#nav {
background-color: #22263c;
    line-height:10px;
    width:110px;
    float:left;
    margin-top: 8px;
    padding: 5px;  
    margin-left: 10px;
         font-size: 18px;
   font-weight: 300;
font-family: 'Oswald', trebuchet ms, verdana, tahoma, sans-serif;
letter-spacing: 1px;
}

content {
background-color: #22263c;
 color: #afb3c1;
    width:655px;
    float:left;
    margin-top: 0;
padding-top: 0;
    padding-left: 25px;	 
padding-bottom: 8px;
    	     font-size: 14px;
   font-weight: normal;
font-family: 'Open Sans', trebuchet ms, verdana, tahoma, sans-serif;
}

.aside
{
background-color: #2c314d;
color: silver;
border-right: 1px solid #1c1f2b; border-bottom: 1px solid #191c26; border-top: 1px solid #30364d; border-left: 1px solid #30364d;
width: 425px;
margin: 0 auto;
margin-bottom: 25px;
padding: 8px;
padding-left: 12px;
text-align: left;
font-size: 15px;
line-height: 1.6;
}

#footer {
    background-color:black;
    color:#525c80;
    clear:both;
    text-align:center;
   padding:5px;	 
   padding-top: 15px;	 
   font-size: 11px;
   font-weight: 300;
font-family: sans-serif;
}

h1 {
color: #efefef;
font-family: 'Oswald', sans-serif;
font-size: 28px;
line-height: 35px;
font-weight: normal;
margin-top: 8px;
margin-bottom: 10px;
text-align: left;
border-bottom: 1px solid #cccccc;
text-shadow: 1px 1px #000000;
}

h2 {
color: #eeeeee;
font-family: 'Open Sans', sans-serif;
font-size: 18px;
font-weight: normal;
line-height: 1.4;
margin-bottom: 5px;
text-shadow: 1px 1px #000000;
}


b {
color: #ffffff;
   font-weight: normal;
   text-shadow: 1px 1px #000000;
}
