a:focus
{
-moz-outline-style: none;
}

body 
{
  background-image: url("images/background.gif");
  background-repeat: repeat-x;
  color: #02090d;
  font-family: verdana,arial,helvetica,sans-serif;
  font-size: 13px;
  line-height: 16px;
  margin-top: 20px;
}

a 
{
  color: #333333;
  font-weight: bold;
  text-decoration: none;
}
a:hover 
{
  color: #555555;
  text-decoration: underline;
}

img 
{
  border-width: 0px;
}

ul
{ 
  list-style-type: square;
}
li
{
  margin-top: 10px;
}

code
{
  font-family: verdana,arial,helvetica,sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #06212e;
  border-bottom: 2px solid #eec291;
}

p
{
  text-indent: 15px;
  text-align: justify;
}

.container 
{
  position: relative;
  width: 700px;
  left: 50%;
  margin-left: -350px;
}


.title 
{
  position: relative;
  top: 13px;
  left: 180px;
  background-image: url("images/title.gif");
  width: 360px;
  height: 80px;
}


.menu
{ 
  position: relative;
  top: 30px;
  color: #eec291;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}


.content 
{
  position: relative;
  top: 35px;
  width: 700px;
  background: #f2f6f7;
  background-image: url("images/content_bg.gif");
  background-repeat: no-repeat;
  border: 1px solid #e1e5e5;
  border-top: 4px solid #eec291;
  padding: 5px;
}


.footer
{
  position: relative;
  top: 40px;
  text-align: center;
}