/* CSS Document */
body {
    font-size: 100.01%;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: left;
    background: #fff;
    font-family: Times New Roman, Times, serif;
    color: #aeb0b2;
}



#wrapper {
  width:980px;
  margin: 0 auto;
}

#main {
    padding-top:20px;
    position: relative;
    width: auto;
    
}

.inside img {
  width:980px;
  border:0;
}

#main_content {
    margin-left:10px;
    margin-bottom: 10px;
    
}

#main_content a {
    color: #aeb0b2;
    text-decoration:none;
    font-size: 110%;
   
}

#main_content a:hover {
    text-decoration:underline;
}
