body
{
  background-image: url('images/back.png');
  margin: 0;
  padding: 0;
  font-size: 16px;
}

#logo, .download, h2, h3
{
  font-family: Helvetica, Calibri, Verdana, Arial, Sans-serif;
}

span
{
  color: #ffff00;
}

p, h2, h3
{
  margin: 0;
  padding: 0; 
}

#wrapper
{
  color: #fff;
  width: 960px;
  margin: 20px auto;
}

#logo
{
  float: left;
  width: 480px;
  font-weight: bold;
  text-shadow: 0px 0px 10px #000;
  font-family: Helvetica, Calibri, Verdana, Arial, Sans-serif;
}

#logo .hello
{
  color: #ffff00;
  text-decoration: none;
  float: left;
  font-size: 70px;
}

#logo .title
{
  float: left;
  margin-top: 35px;
  margin-left: 10px;
  font-size: 32px;
}

#logo .caption
{
  font-size: 16px;
  float: left;
  margin-left: 68px;
}

#logo .wp-logo
{
  float: left;
  width: 89px;
  height: 20px;
  margin-left: 7px;
}

#nav
{
  width: 480px;
  float: right;
}

#main
{
  font-size: 26px;
  font-weight: bold;
  text-shadow: 0px 0px 10px #000;
  text-align: center;
  margin: 0 0 25px 0; 
}

.download
{
  float: right;
  margin-top: 30px;
  background: #ffff00;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  font-size: 26px;
  padding: 5px 39px 5px 39px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.download:hover
{
  text-decoration: underline;
}

h2
{
  font-size: 28px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 10px;
  color: #ffff00;
  text-shadow: 0px 0px 10px #000;
}

#content
{
  font-family: Verdana, Calibri, Arial, Sans-serif;
  width: 700px;
  float: left;
  margin-top: 50px;
  line-height: 26px;
}

#content li
{
  list-style: lower-roman;
}

#content a
{
  background: #ffff00;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  padding: 2px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  
}

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

h3
{
  font-size: 28px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 10px;
  color: #ffff00;
  text-shadow: 0px 0px 10px #000;
  text-align: center;
}

#sidebar
{
  font-family: Verdana, Calibri, Arial, Sans-serif;
  width: 200px;
  float: left;
  margin-top: 50px;
  margin-left: 60px;
  line-height: 26px;
}

#sidebar img
{
  margin-top: 10px;
  margin-bottom: 10px;
  border: none;
  -moz-box-shadow: 0px 0px 15px #000;
  -webkit-box-shadow: 0px 0px 15px #000;
}

#sidebar p
{
  margin-top: 20px;
  text-align: center;
}

#sidebar p a
{
  background: #ffff00;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  padding: 5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  
}

#sidebar p a:hover
{
  text-decoration: underline;
}

#hellos
{
  margin-top: 60px;
  float: left;
  background-image: url('images/hellos.png');
  width: 960px;
  height: 109px;
}
