body {
  font-size:14px;
  text-align:right;
}
img {
  border:0;
}
a {
  color:#3c83d0;
}
a:hover {
  color:#63af1b;
}

ul li {
  list-style-image : url(../images/icons/check.png);
}

h1,h2 {
  color:#3c83d0;
}

#wonders_title, #wonders_explain {
  display:none;
}
#wonders_explain {
  font-weight:bold;
  font-size:12px;
}

div#header {
  padding-top:15px;
  width:950px;
  margin:auto;
  text-align:left;
}

div#content {
  width:950px;
  margin:auto;
  text-align:justify;
}

div#flash {
  width:100%;
}

div#license {
  width:600px;
  margin:auto;
}

div#footer {
  width:950px;
  margin:auto;
  margin-top:40px;
  text-align:center;
  border-top:2px solid #3c83d0;
  padding-top:10px;
}

div#right {
  width:400px;
  min-height:300px;
  float:right;
  margin-left:20px;
}

div#centering {
  width:100%;
  padding:30px 0;
  text-align:center;
}
div#centering a {
  margin:30px;
}

#main-tabs { 
  width:954px;
  margin:-30px auto 3px auto;
  line-height: normal;
  text-align:right;
  font-size:14px;
}
#main-tabs a { 
  background-color: #92c735;
  color:#ffffff;
  padding: 4px; 
  text-decoration: none;
  font-weight: 600;
}
#main-tabs a:hover { 
  background-color: #3c83d0;
}

#sub-tabs {
  width:950px;
  margin:auto; 
  background-color: #3c83d0;
  padding: 2px;
}

div.info {
  width:380px;
  margin:20px auto 0 auto;
  background-color:#F29705;
  text-align:center;
  padding:10px;
  font-size:16px;
  font-weight:bold;
}
div.info a, div.info a:hover, div.info a:visited {
  color:#A60303;
}
