@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 left no-repeat #E8E8E8;
	  color: #000;
      height:663px; 
  }
  td#contentEventsWide{
	  width: 844px;
	  background: url('images/phil_bkground.jpg') top left no-repeat #E8E8E8;
	  color: #000;
      height:663px; 
  }
  td#contentAdmin{
	  width: 844px;
	  background-color: #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#contentTitleWide{
	  background: url('images/contentTitle_bg_wide.png') left top no-repeat;
	  color: #000;
	  width: 600px;
	  height: 35px;
  }
    td#contentTitleWide 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#contentRoundTopWide
    {
        background: url('images/content_top_bg_wide.png') no-repeat 0 0;
        height: 13px;
        width: 525px;
    }
    td#contentMain
    {
        height: 250px;
        background: url('images/content_bg.png') 0 0 repeat-y;
    }
    td#contentMainWide
    {
        height: 250px;
        background: url('images/content_bg_wide.png') 0 0 repeat-y;
    }
    td#contentFooter
    {
      width: 100%;
      height: 13px;
      background: url('images/content_bot_bg.png') 0 0 no-repeat;
    }
    td#contentFooterWide
    {
      width: 100%;
      height: 13px;
      background: url('images/content_bot_bg_wide.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 */
#tblMainContent{
	text-align:left;
}
/* Yahoo Media Player */
#ymp-relevance {
	display:none !important;
}

.ymp-player-max #ymp-body {
	width:570px !important;
}

.ymp-player-max #ymp-body #ymp-body-strip {
	width:557px !important;
}

.ymp-player-max #ymp-body #ymp-body-base {
	width:560px !important;
}

#ymp-player .ymp-color-main,#ymp-tray .ymp-color-tray {
	background-color: #88A0A7 !important;
}

#ymp-yahoo-logo, #ymp-btn-pop{
	display: none !important;
}
/* iPad [portrait + landscape] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	#ymp-player,
	#ymp-tray,
	#ymp-error-bubble,
	#ymp-secret-bubble {
		display:none !important;
	}
	em.ymp-skin{
		display:none !important;
	}
}
/* iPhone [portrait + landscape] */
@media only screen and (max-device-width: 480px) {
	#ymp-player,
	#ymp-tray,
	#ymp-error-bubble,
	#ymp-secret-bubble {
		display:none !important;
	}
	em.ymp-skin{
		display:none !important;
	}
}


























