/******************************************************************** 
	uptown-music.ca
	um-main-print.css
********************************************************************/ 
html, body {
   margin : 0;
   padding : 0;
}

body {
   color : #a52a2a;
   background : #c4cdd6;
   width : 100%;
   font : 12px "Trebuchet MS", Arial, Helvetica, Tahoma, sans-serif;
}

/* body (default) styles 
**********************************************************************/ 
a, 
a:link, 
a:visited,
a:active { 
	color: #696969; 
	text-decoration: none; 
	border-bottom: 1px dotted #696969;
	}         

a:hover { 
	color: #cc3333;  
	text-decoration: none; 
	border-bottom: 1px dotted #cc3333;
	}

/********************************************************************
  main layout divs
*********************************************************************/ 

/* container - this is the main wrapper
**********************************************************************/
#container {
	width: 800px;
	margin: 10px auto;
	/* background-color : #CCEC9E; */
    background-color: #ffffff;
	color: #333;
	border: 1px solid #808080;
	border-bottom-width: 0px;
	line-height: 130%;
	background-image: url(/images/layout/content-bg.gif);
}

#container hr {
	color: #808080;
	background-color: #808080;
	border: none;
}
/* top - contains the banner
**********************************************************************/
#top {
	float: none;
	width: 800px;
	background: #ECEA9E url(/images/layout/eipiphi-banner.jpg) no-repeat left top;
	padding: 1px;
	border-bottom: 1px solid #808080;
	/* height: 50px; */
	height:55px;
	visibility: visible;
}

#top h1 {
   padding: 0;
   margin: 0;
}

/* leftnav - left navigation column not to be printed
**********************************************************************/
#leftnav {
	display: none;
	float : left;
	width : 160px;
	margin : 0;
	padding : 1em;
	font-size: 12px;	
}

/* main-column
**********************************************************************/
#main-column {
    width: 800px;
	/* margin-left : 200px; */
    padding : 1em;
    background-color : #ffffff;
}

/* footer
**********************************************************************/
#footer {
   clear: both;
   width : 800px;
   height: auto;
   margin: 0;
   /* padding: .5em 0 1em 0; */
   color: #333;
   background-color: #ddd;
   background-color: #ECEA9E;
   border-bottom: 1px solid #808080;
   border-top: 1px dotted #808080;
}

#footer img {
   float : right;
}

#footer p {
   padding-left : 5px;
}

/* seen by IE5mac only, by Philippe Wittenbergh www.l-c-n.com */
*>html #footer img {
        margin : 0;
}
/* end */


#counter {
   display : none;
}

.happy {
   border-top : 1px solid #808080;
   padding : 10px;
}

	
/* content - used in main-column
**********************************************************************/ 
.content h1 {
	margin: 0;
}	

.content h2 {
   margin: 0 0 .5em 0;
}	

.content img {
	float: none;
	margin: 4px;
	padding: 4px;
	border: 1px solid #dedede;
	background: #fff;
	vertical-align: text-top;
}

/* miscellaneous styles
**********************************************************************/ 
.fineprint {
	font-family: "trebuchet ms", georgia, "times new roman", serif;
	font-size: 6pt;
}

.smallprint {
	font-family: "trebuchet ms", georgia, "times new roman", serif;
	font-size: 8pt;
}

.vline-left {
	padding-left: 5px;
	margin-left: 10px;
	border-left: 1px solid #9aa;
}
	
.top-date {
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: none;
	float: right;
}
	
.go-top { 
	text-align: right; 
    font-size: 10px; 
    color: #696969; 
	margin-bottom: 0px; 
	padding-bottom: 3px;
}
/* end
**********************************************************************/ 
