* 
{
  padding:0px; margin:0px;
  font: 12px verdana, helvetica, arial;
}
   
body
{
  background-color: olive;
}

div.container
{
  background-color: white;
  font: 10px verdana, helvetica, arial;
  text-align:center;
  width: 80%;
  margin: auto;
  padding-bottom: 30px;
}

div.content
{
  padding: 5px 0px 0px 45px;
  width: 70%;
  margin: 0px auto 30px auto;
}

div.menubar
{
  background-color: orange;
  top: 0px;
  margin: auto;
  height: 35px;
  width: 500px;
  -moz-border-radius: 0px 0px 10px 10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  margin-bottom: 0px;
}

div.menubar ul
{
  list-style: none;
  position: relative;
  top: 0px;
  left: 20px;
  width: 460px;
}

div.menubar li a
{
  background-color: #BBBBBB;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 6px;
  -moz-border-radius: 10px 10px 0px 0px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  font-weight: bold;
  color: #6d7f9d;
  font-size: 1em;
  height: 16px;
  display: block;
  margin-bottom: 0px;
  margin-right: 5px;
  margin-top: 13px;
  vertical-align: bottom;
}

div.menubar .active a
{
  background-color: #DDDDDD;
}

div.menubar li
{  
  float: left;
}

div.centerBlock
{
  margin: auto;
  width: 300px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border: 1px solid gray;
}

li.menuitem.active
{
  float: left;
  margin: 0px 0px 0px 0px;
  padding: 0px;
}

h1
{
  font-weight: bold;
  color: #6d7f9d;
  font-size: 2em;
  margin-bottom: 10px;
  margin-top: 10px;
}

h2
{
  font-weight: bold;
  color: #6d7f9d;
  font-size: 1.8em;
  margin-bottom: 10px;
  margin-top: 10px;
}

h3
{
  font-weight: bold;
  color: #6d7f9d;
  font-size: 14px;
  margin-bottom: 10px;
  margin-top: 10px;
}

h4
{
  font-weight: bold;
  color: #6d7f9d;
  font-size: 12px;
  margin-bottom: 10px;
  margin-top: 10px;
}

a
{
  text-decoration: none;
}

ul
{
  margin: auto;
  list-style: none;
}

p
{
  font: 12px verdana, helvetica, arial;
  color: gray;
  line-height: 18px;
  margin-bottom: 12px;
  text-align: center;
}

img
{
  margin: 3px;
  border: none;
}

a
{
  color: #6d7f9d;
  text-decoration: none;
  font-weight: bold;
}

a:hover
{
  color: #4f5c72;
  /*text-decoration:underline;*/
}
