/* hello world */

* { margin: 0; padding: 0; }

img { border: none; }

body {
  background: #fff;
  font-family: "Verdana", Arial, Helvetica, sans-serif;
  color: #333;
}

#wrap {
  width: 600px;
  margin: 0 auto;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
}

h2 {
  font: normal bold 20px "Georgia", Times, Times New Roman, serif;
  color: #A7622E;
  margin: 20px 0;
  margin-left: 0px;
  font-weight: normal;
}

h2 span { 
  display: none;
  position: absolute;
  width: 22px;
  height: 22px;
  margin-top: -3px;
  margin-left: -30px;
  background: #fff url(../images/star.jpg) no-repeat top;
}

h3 {
  font-family: "Georgia", Times, Times New Roman, serif;
  margin: 30px 0 5px 0 ;
  font-size: 15px; 
  color: #A7622E;
}

p {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 15px;
}

span { margin-top: 10px; font-size: 15px; color: #A7622E; }

/*-----------------------
Header and Naviation
-----------------------*/

#header {
  border-bottom: 1px solid #eee;
  margin: 10px 0;
  padding-left: 20px;
}

#logo { display: none;}

#navigation {
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-bottom: 5px;
}

#navigation li {
  list-style: none;
  display: inline;
}

/*-----------------------
Content
-----------------------*/

#content { 
  width: 560px; 
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-bottom: 30px;
}

#content img {
  margin-bottom: 10px;
}

.art {
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
  margin: 30px 0 40px;
}

#list p {
  padding: 0px;
  margin: 0px;
}