/* CSS Document */

* {
  padding: 0;
  margin: 0;
}

body {
  font-family: Tahoma, Arial, Georgia, "Times New Roman", Times, serif;
  background-color: #ccc;
  font-size: 12px;
  line-height: 1.6em;
  font-size-adjust:none;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
}

p  {
  color:#333333;
  line-height: 1.8;
  margin:0pt 0pt 15px;
}

a {
  color: #333333;
  font-weight: bold;
}

div.wrapper
{
  width: 1000px;
  background: #fff;
  margin: auto;
  border: solid 1px #333;
}
div.head
{
  width: 1000px;
  background: #ddd;  
}
div.menu
{
  width: 1000px;
  background: #eee;
}
div.search
{
  text-align:right;
  width: 1000px;
}
div.newsletter
{
  background: #ccc;
  width: 250px;
}
div.news
{
  margin-top:20px;
  background: #ccc;
  width: 250px;
}