/* ArtsAlive.ca Music Master Style Sheet */
/* September 2003 */

/* PAGE LAYOUT STRUCTURE - BASIC SPECS FOR ALL BROWERS */


body, div {
	/* this is for netscape 4's sake */
	margin: 0;
	padding: 0;
}




/*---- fixed size and centering ----*/
#pageFrame {
	width: 620px;
	margin: 0 auto;
}




#topNavLeft{
	float: left;
	width: 380px;
}
#topNavRight{
	float: right;
	width: 220px;
}



#masthead{
	clear: both;
}
#masthead img {
	display: block;
}



#leftcolumn {
	margin-right: -100px;	/* IE 4 fix */
}
#leftColumn {
	float: left;
	width: 10px;
	/*/*/ /*/margin: 0 0 0 2px; /* Silly Netscape hack to get the borders to line up */
}
#innerLeftColumn {
	width: 100px;
}




#contentColumn {
	width: auto;
	margin-left: 100px;
}
#masthead, #innerLeftColumn {
	padding: 0px;
}
#innerContentColumn, #innerFooter {
	padding: 10px;
}


#footer {
	clear: left;
}
#innerFooter {
	text-align: center;
}



#innerContentColumn {
	overflow: visible;
	height: 100%;	/* fix the Win32 IE float bug */
}	
#contentColumn>#innerContentColumn {
	height: auto;	/* fix Opera which breaks with the above IE fix */
}
#innercontentcolumn {
	height: 100%;	/* fix IE 5.0 which parse the Opera fix, note the selector is all lower case */
}	
	
	

/*---- Borders ----*/
/*---- removing these will break background colours in NN4 ----*/
#pageFrame {
	border: solid 1px #000;
}
/*#footer, #masthead, #innerLeftColumn, #contentColumn {
	border: solid 0px #000;
}*/
#footer {
	border-top-width: 1px;
}
#masthead {
	border-bottom-width: 1px;
}
#innerLeftColumn {
	border-right-width: 1px;
}
#contentColumn {
	border-left-width: 1px;
}

