/* CSS Document */
body
{
background-color:#e0e0e0;
font-family:verdana;
font-size:12px;
text-align:center;
width:100%;
margin:0px;
}
header{
width:100%;
height:500px;
margin-bottom:-12px;
padding:0px;
}


nav{
width:auto;
height:50px;
background-color:#2a2a2a;
color:#ffffff;
margin:0 auto;
}
nav > div{
text-align:right;
width:960px;
margin:0 auto;
font-weight:bold;
}
nav > div > ul > li {
    display: inline-block;
    width: auto;
    height:200%;
    vertical-align: middle;
    font-size:10px;
    text-align:right;
    height:50px;
    
}

nav > div > ul > li > a{
    font-size: 10px;
    font-family: Verdana;
    text-decoration:none;
    color:#ffffff;
    display:block;
    height:50px;
}

nav > div > ul > li > a:visited{
    font-size: 10px;
    font-family: Verdana;
    text-decoration:none;
    color:#ffffff;
    display:block;
    height:50px;
}
 
nav > div > ul > li > a:hover{
    font-size: 10px;
    font-family: Verdana;
    text-decoration:none;
    background-color:#fe7e28;
    display:block;
    height:50px;
}

nav > div > ul > li > a > span{
  display: table-cell;
  vertical-align: middle;
  padding:15px;
}

article{
width:960px;
height:auto;
background-color:#b0b0b0;
margin: 0px auto;
}

article > section{
width:600px;
height:auto;
padding:15px;
background-color:#c0c0c0;
font-size:12px;
text-align:justify;
line-height:1.5em;
margin: 10px auto;
float:left;
background: -webkit-linear-gradient(left , #ededed , #c0c0c0); 
background: -o-linear-gradient(left , #ededed , #c0c0c0); 
background: -moz-linear-gradient (left , #ededed , #c0c0c0); 
background: linear-gradient(to left , #ededed , #c0c0c0); 
-moz-border-bottom-right-radius: 25px; 
-webkit-border-bottom-right-radius: 25px; 
border-bottom-right-radius: 25px;
-moz-border-top-left-radius: 25px; 
-webkit-border-top-left-radius: 25px; 
border-top-left-radius: 25px;
-moz-box-shadow: 2px 1px 10px #2e2e2e;
-webkit-box-shadow: 2px 1px 10px #2e2e2e;
box-shadow: 2px 1px 10px #2e2e2e;
}
article > section >  h1 {
font-size: 16px;
font-family: Verdana;
text-decoration:none;
color:#000000;
padding-right:10px;
text-align:right;
}
aside{
width:300px;
height:auto;
margin:0px auto;
float:left;
margin-bottom:10px;

}

aside > section
{
width:100%;
height:auto;
margin-top:10px;
margin-left:20px;
padding:5px;
text-align:left;
background: -webkit-linear-gradient(top , #e3e3e3 , #ededed); 
background: -o-linear-gradient(top , #e3e3e3 , #ededed); 
background: -moz-linear-gradient (top , #e3e3e3 , #ededed); 
background: linear-gradient(to top , #e3e3e3 , #ededed);
  -moz-border-bottom-right-radius: 15px; 
  -webkit-border-bottom-right-radius: 15px; 
  border-bottom-right-radius: 25px;
-moz-border-top-left-radius: 25px; 
-webkit-border-top-left-radius: 25px; 
border-top-left-radius: 25px;
  border-bottom-right-radius: 15px; 
  -moz-box-shadow: 2px 1px 10px #2e2e2e;
  -webkit-box-shadow: 2px 1px 10px #2e2e2e;
  box-shadow: 2px 1px 10px #2e2e2e;
}
aside > section > ul > li{
left:20px;
text-align:left;
padding:5px;
display: inline-block;}

aside > section > ul > li > a {
font-size: 12px;
font-family: Verdana;
text-decoration:none;
color:#000000;
padding:0px;
height:20px;}
  
aside > section > ul > li > a:visited {
font-size: 12px;
font-family: Verdana;
text-decoration:none;
color:#000000;
padding:0px;
display:block;
}

aside > section > ul > li > a:hover {
font-size: 12px;
font-family: Verdana;
text-decoration:underline;
color:#fe7e28;
padding:0px;}


aside > section >  h1 {
font-size: 16px;
font-family: Verdana;
text-decoration:none;
color:#000000;
padding-right:10px;
text-align:right;
}


footer{
width:auto;
height:auto;
background-color:#2e2e2e;
bottom:0px;
clear: both;
position: relative;
background: url(image/gradient.png) repeat;
}

footer > div{
padding-top:20px;
color:#C2B280;
text-align:justify;
line-height:1.5em;
width:960px;
margin:0 auto;
}

footer >div > .logo {
width:200px;
float:left;
position:absolute;
clear:both;
margin-left:300px;
top:50px;
z-index:100;
  -moz-border-radius: 25px; 
  -webkit-border-radius: 25px; 
  border-radius: 25px;
-moz-box-shadow: 2px 1px 5px #C2B280;
-webkit-box-shadow: 2px 1px 5px #C2B280;
box-shadow: 2px 1px 5px #C2B280;
}
.copyright{
text-align:right;
font-weight:bold;
padding:10px;
}