*
{
  margin: 0;
  padding: 0;
}

body
{
  font-family: Georgia;
  min-width: 800px;
}

a
{
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}

#wrapper
{
  border: 5px solid;
  background: url('images/bg.jpg') top right no-repeat;
}

#header
{
  text-align: center;
  margin: 1em 0;
  font-size: 1.5em;
}

#menu
{
  text-align: center;
  margin: 2em 0;
}

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

#menu ul li a
{
  padding: 0 1em;
}

#menu ul li a:hover
{
  text-decoration: underline;
}

#content
{
  width: 800px;
  clear: both;
  margin: 0 auto;
}

#content #left
{
  display: block;
  float: left;
  width: 47%;
  text-align: justify;  
}

#content #left h2
{
  text-align: right;
}

#content #right
{
  display: block;
  float: right;
  width: 47%;
  text-align: justify;
}

#content p
{
  margin: 1em 0 2em;
}

#content ul
{
  list-style: inside circle;
  margin: 1em 0 2em;
}

#content blockquote
{
  border-left: 5px solid;
  padding-left: .5em;
}

#footer
{
  clear: both;
  text-align: center;
  padding: 4em 0 1em;
  font-size: .7em;
}