@import url("css/menu.css");
body
{
    text-align: center;
    font-family: Arial;
}
table#wrapper{
	  margin: 15px auto;
	  background-color: #E8E8E8;
  }
  /* Navigation */
  td#header{
	  background: #88A0A7;
	  color: #000;
  }
  .logoHeader
  {
      background: url('images/madsenlogo.gif') left top no-repeat #88A0A7;
  }
  td#contentHome{
	  width: 844px;
	  background: url('images/pm_home.jpg') top right no-repeat #E8E8E8;
	  color: #000;
      height:663px; 
  }
  td#contentContact{
	  width: 844px;
	  background: url('images/pm_contact.jpg') top right no-repeat #E8E8E8;
	  color: #000;
      height:663px; 
  }
  td#contentNews{
	  width: 844px;
	  background: url('images/pm_news.jpg') top right no-repeat #E8E8E8;
	  color: #000;
      height:663px; 
  }
  td#contentMusic{
	  width: 844px;
	  background: url('images/pm_music.jpg') top right no-repeat #E8E8E8;
	  color: #000;
      height:663px; 
  }
  td#contentEvents{
	  width: 844px;
	  background: url('images/pm_events.jpg') top right no-repeat #E8E8E8;
	  color: #000;
      height:663px; 
  }
  div#content div
  {
      text-align: left;
  }
  /*div.footerLeftAlign{
	  width: 100%;
	  background-color: #fff;
	  color: #000;
	  text-align: right;
	  float: left;
	  clear: both;
  }*/
  div.footerLeftAlign{
	  width: 100%;
	  background-color: #fff;
	  color: #000;
	  float: left;
	  clear: both;
  }
  div#logo{
	  width: 141px;
	  height: 43px;
	  background: url('images/logo2.gif') no-repeat 0 0;
	  color: #000;
	  margin: 0 5px 0 auto;
	  padding: 0;  
  }
  td#contentTitle{
	  background: url('images/contentTitle_bg.png') left top no-repeat;
	  color: #000;
	  width: 498px;
	  height: 35px;
  }
    td#contentTitle h1
    {
        margin: 0;
        padding: 0 0 0 25px;
        height: 35px;
        line-height: 35px;
    }
    td#contentRoundTop
    {
        background: url('images/content_top_bg.png') no-repeat 0 0;
        height: 13px;
        width: 498px;
    }
    td#contentMain
    {
        height: 250px;
        background: url('images/content_bg.png') 0 0 repeat-y;
    }
    td#contentFooter
    {
      width: 100%;
      height: 13px;
      background: url('images/content_bot_bg.png') 0 0 no-repeat;
    }        
  div#contentBody{
	  width: 498px;
	  margin: 7px 0;
	  float: left;
	  clear: left;
  }
  /*div#contentHeader
  {
      width: 100%;
      height: 13px;
      background: url('images/content_top_bg.png') no-repeat;
  }*/
  div#contentWrapper
  {
      width: 100%;
      background: url('images/content_bg.png') top left repeat-y;
      min-height: 250px;
      float: left;
  }
  div.mainContent
  {
      width: 85%;
      padding: 12px;
      margin: 5px;
  }
  
  div#contentFooter
  {
      width: 100%;
      height: 13px;
      background: url('images/content_bot_bg.png') top left no-repeat;
      float: left;
  }
  span.copyright
  {
      font-size: 60%;
  }
/* EasyClearing http://www.positioniseverything.net/easyclearing.html */
.container:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.container
{display: inline-block;}

/* Hides from IE-mac \*/
* html .container
{height: 1%;}

.container
{display: block;}
/* End hide from IE-mac */





























