ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }

a
{
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

body, td
{
  margin: 0;
  padding: 0;
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  background-color: #fff;
}

body
{

}

div#page {
  position: relative;
  padding-top: 10px;
  left: 10px;
  width: 900px;
}

div#top {
  position: relative;
  padding-top: 15px;
}

div#logo {
  position: relative;
  background: url(../images/blog_logo.jpg) no-repeat;
  width: 300px;
  height: 62px;
  float: left;
}

div#desc {
  position: relative;
  width: 380px;
  height: 62px;
  float: left;
}

div#create {
  position: relative;
  width: 137px;
  height: 62px;
  padding-left: 20px;
  float: left;
}

div#articles {
  position: relative;
  overflow: hidden;
  width: 1200px;  
}

div#slider {
  position: relative;
  width: 100%;
  height: 19px;
  background: #cdcdcd;
  float: left;
}

div#knob {
  position: relative;
  width: 70px;
  height: 19px;
  z-index: 10;
}

div#content {
  width: 900px;
  position: absolute;
  left: 50%;
  top: 100px;
  margin-left: -450px;
  font-family: Verdana, Arial;
  font-size: 14px;
  color: #454545;  
}

div#article {
  position: relative;
  top: 40px;
  float: left;
}

div.article {
  position: relative;
  float: left;
  width: 200px;
}

div.city {
  background: #939bbf;
  width: 155px;
  height: 26px;
  font-family: Arial, Verdana;
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
  vertical-align: middle;
  padding-left: 10px;
  padding-top: 2px;
  margin-left: 2px;
}

div.info {
  float: left;
  margin-left: 2px;
  background: #949494;
  width: 140px;
  height: 40px;
  padding-left: 5px;
  padding-top: 4px;
}

div.title {
  font-family: Arial, Verdana;
  font-size: 14px;
  color: #FFFFFF;  
  font-variant: small-caps;
  font-weight: bold;  
}

div.goto {
  background: #949494;
  float: left;
  width: 21px;
  height: 33px;
  padding-top: 11px;
}

.title2 {
  position: relative; 
  font-family: Verdana, Arial;
  font-size: 51px;
  color: #939bbf;
  font-variant: small-caps;
}

div#info {
  float: left;
  margin-left: 2px;
  background: #949494;
  width: 160px;
  height: 44px;
  padding-left: 5px;
}

div#bottom {
  position: relative;
  float: left;
  width: 59px;
}

div.button {
  position: relative;
  float: left;
  padding-bottom: 20px;
}

div#middle {
  position: relative;
}
