
/* CSS global reset for all browsers */ 
html {margin: 0; padding: 0;}

body {margin: 0; padding: 0; font-family: verdana, sans-serif; font-size: 80%;
           background: #fff repeat-y url(images/browncol.gif);}
            /*** Image is 180px wide, and 20px high ***/

pre {margin: 0; font-family: verdana, sans-serif; font-size: .9em;}

a {color: #000;}

.alignright {margin-top: 0; text-align: right;}

.small {font-size: .9em;}

.return {position: absolute; top: 0; right: 0; text-align: right; padding: .5em;}

/*******************************************************************************
                       Positioning rules
*******************************************************************************/
h1, h2 {
font-size: 20px;
font-family: Helvetica,Arial,sans-serif; 
margin: 0;
color: #000;
/* background-color: #ffffff;    /*** The header and footer have backgrounds, to cover the 2-tone body BG  ***/
/*border-top: 4px solid #000;
border-bottom: 5px solid #000;*/
}

h2 {background-color: #fff; color: #000;}

div#leftbox {      /*** No side padding or borders, to avoid the IE5.x box model problem ***/
position: absolute;
left: 10px;
width: 150px;
color: #000;
padding-top: 10px;
text-align: left;
}

#middlebox {
margin: 0 25% 0 170px;
border-left: 1px solid #000;
border-right: 1px solid #000;
padding: 10px;
text-align: left;
background-color: #BBBBF0;     /*** This div has a background to cover the 2-tone body BG ***/
}

div#rightbox {    /*** No side padding or borders, to avoid the IE5.x box model problem ***/
position: absolute;
right: 25px;     /*** IE5/mac will show a horizontal scrollbar 
		if this is less than 16px, or other units are used
		http://www.l-c-n.com/IE5tests/right_pos/index.shtml ***/           
width: 20%;
color: #820;
padding-top: 10px;
}


	
	
#header
	{
	background-image: url(../images/top_band_back.jpg); 
	background-repeat: repeat-x;
	z-index: 0;
	width: 100%;
	height: 156px;
	margin-left: 0px;
	margin-right: 0px;
	}

#logo
	{
	background: url(../images/holidayoga-top.jpg);
	width: 990px;
	height: 150px; 
	position: absolute;
	left: 0px;
	z-index: 1;
	}
	
#top_band_line
	{
	background-image: url(../images/black_pixel.gif); 
	position: absolute;
	top: 155px;
	width: 100%;
	height: 1px; 
	left: 0px;
	z-index: 1;
	
	}	


	

#footer {
	width: 100%;
	height: 15px;
	background: url(../images/footer_back.gif);
	background-repeat: repeat-x;
	font-size: 10px;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 0px;
	}
	
