﻿body
{
    margin: 0 auto;
    text-align: center;
    background-color: #ffffff;
	font-family:verdana,Arial, Helvetica, sans-serif;
	font-size:8pt;
	font:arial;
}

#wrapper
{
    width:725px;
    padding:0;
    margin: 0 auto;
	background-image:url(../images/body_bg.gif);
	background-repeat:repeat-y
    
}
#header
{
   
    background-image: url(../images/header.gif);
    background-repeat: no-repeat;
    height:109px;
    margin: 0 auto;
}
#nav
{
    margin: 0 auto;
    width: 725px;
    background-image: url(http://dev.musicpluscorp.ca//images//nav_bg.gif);
    background-repeat: no-repeat;
    height:70px;
	}
	
#nav_content{
	font:arial;
	font-weight:bolder;
	font-size:10pt;
	padding-top:5px;
	color:#925d43;
}
#nav_content a:link v:link{
	text-decoration:none;
	color:#FFFFFF;
}


#left_col
{
    margin: 0 auto;
    width: 236px;
    max-width: 236px;  
    min-width:236px;
    float:left;
	
}
.content_block
{
	text-align:left;
	padding:10px;
	white-space:normal;
	max-width:230px;




}
.content_block a:link{
	font-weight:bold;
	color:#925d43;
	font:arial;
}

.content_block h1
{
	font-size:9pt;
	font-weight:bold;
	color:#b15f3a;
	display: inline;
}
.content_block h2
{
	font-size:8pt;
	font-weight:bold;
	color:#b15f3a;
	display: inline;
}

#middle_col
{
    margin: 0 auto;
    width: 487px;
    max-width: 487px;
  float:left;
  display:inline;
   text-align:left;
}
#right_col
{
    margin: 0 auto;
    width: 243px;
    max-width: 243px;   
    float:left;
}
#footer
{
    margin: 0 auto;
    width: 725px;
    background-image: url(http://dev.musicpluscorp.ca//images//footer_bg.gif);
    background-repeat: no-repeat;
    height:67px;
	clear:both;
}
#footer_content
{
	text-align:left;
	padding:10px;
}

table.moduletable-middle
{
    width:460px;
    table-layout:inherit;
overflow:hidden;


    
}
div.moduletable-middle
{
    width:460px;
    table-layout:inherit;
overflow:auto;
}
table.contentpaneopen
{
    width:460px;
    table-layout:inherit;
overflow:hidden;
}

div.contentpaneopen
{
    width:460px;
    table-layout:inherit;
overflow:hidden;
}
.contentpaneopen
{
    width:460px;
    table-layout:inherit;
overflow:hidden;
}

a.mainlevel-nav {
   text-decoration: none;
   color: #FFFFFF;
}
a.mainlevel-nav:hover {
   text-decoration: underline;
}