* 
{
   margin: 0;
   padding: 0;
}

body 
{
   background: #e2e8ed url(www/img/bg2.png) repeat-x top left;
   margin: 0 0 20px 0;
   text-align: center;
}

#top 
{
   width: 768px; /* ändrad */
   height: 10px;
   background: url(www/img/top3.gif) no-repeat top center;
   margin: 0 auto;
}

#header 
{
   width: 768px; /* ändrad */
   height: 145px;
   margin: 0 auto;
   background: url(www/img/header2.jpg);
   text-indent: -500000px;
   cursor: pointer;
}

#container 
{
   width: 732px; /* ändrad */
   background: #fff;
   margin: 0 auto 2px auto;
   border-left: 1px solid #bcc4d6;
   border-right: 1px solid #bcc4d6;
   text-align: left;
   padding: 0 18px 10px 18px;
}

#footer 
{
   font: 10px Arial, Helvetica, sans-serif;
   color: #7e8c98;
   text-align: center;
   padding: 0px 0 0 0; /* ändrad */
}

#footer a 
{
   color: #7e8c98;
}

#footer a:hover 
{
   color: #162e43;
}

#bottom 
{
   width: 780px;
   height: 10px;
   background: url(www/img/bottom.jpg) no-repeat top center;
   margin: 0 auto;
}

.clearer 
{
   clear: both;
   font-size: 1px;
}

a.newurl
{
   font: bold 12px Arial, Helvetica, sans-serif;
   color: #7e8c98;
   text-decoration: none;
}

a.newurl:hover 
{
   color: #162e43;
}

h1
{ 
   font: 24px Arial, Helvetica, sans-serif;
   color: #3a5e7f;
   letter-spacing: -1px;
}

p 
{
   font: 12px Arial, Helvetica, sans-serif;
   line-height: 1.5;
   color: #444;
}