@charset "utf-8";
body{
    margin:0;
    padding:0;
    font-size:medium;
    color:#333;
    background:#fff;
}
h1{
    color:#222;
    font-size:large;
}
h2{
    color:#555;
    font-size:medium;
}
p{
    line-height:2;
}

a:link,a:visited{
    color:#37c;
}
a:hover{
    color:#999;
}
section,article,aside,nav,header,footer,hgroup{
display:block;
}
#page{
    margin:0 auto;
    width:900px
}
#main{
    float:left;
    width:450px
}
#sub{
    float:right;
    border:#000;
    width:450px;
}
footer{
    clear:both;
    background:#eee;
    border-top:1px solid #555;
}
footer section{
    
    width:280px;
}
footer section:nth-child(2){
    margin:0 30px;
}
#copyright{
    border-top:#555;
    padding-top:20px;
    text-align:center;
    color:#555;
}
nav ul{
    overflow:hidden;
    margin:0 0 10px 0;
    padding:0;
    border:1px solid #eee;
    border-radius: 10px;
    box-shadow:5px 5px 3px #eee;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    -webkit-box-shadow:1px 1px 0 #fff inset,1px 1px 3px rgba(0,0,0,0.1);
    -moz-box-shadow:1px 1px 0 #fff inset, 1px 1px 3px rgba(0,0,0,0.1);
    box-shadow:inset 1px 1px 0 #fff,1px 1px 3px rgba(0,0,0,0.1);
    line-height:2.0;
    background:#fefefe;
}
nav li,nav a{
    display:block;
}
nav li{
    float:left;
    border-right:1px solid #eee;
    box-shadow:8px 0px 1px #555;
    box-shadow:-2px 0px 1px #eee;
}
nav a{
    padding:10px 20px;
    font-weight: bold;
    text-decoration:none;
    text-shadow:1px 1px 0 #fff;
}

nav:hover{
    background:#eee;
}
nav #current a{
    color:#efe0ff;
    background:#e0ffef;
    text-shadow:1px 1px 1px #eee;
}

header img{
    display:block;
}

#logo{
    margin:10px 0;
    background:#fff;
}

#form{
    border-top:1px solid #000;
}