body 
{
		text-align:center;
        margin-left:0px;margin-top:0;
        background-color: #f3f3f3;
}

/* The body style of the html file called in the sidebar iframe */
body.sidebar
{
		text-align:left;
        margin-left:8px;margin-top:10px;
        background-color: #eeeeee;
}


/* The body style of the html file called in the subheader iframe */
body.subheader
{
		text-align:left;
        margin-left:5px;margin-top:8;
        background-color: white;
}




iframe.sidebar 
{
		height: 800px;
		width: 171px;
}




iframe.sidebar-moves 
{
		height: 1650px;
		width: 171px;
}



    
#container
{
		margin: 1em auto;
		width: 780px;
		text-align: left;
		background-color: white;
		border: 1px solid #cecece;
		margin-top: 0px;
}



#header	
{
	 	height: 120px;
		background-image: url('../images/trampolines-header.jpg');
		background-repeat: no-repeat;
}



#header-content	
{
	 	height: 80px;
	 	width: 400px;
	 	float: right;
	 	text-align: right;
	 	margin-right: 10px;
	 	margin-top: 20px;
		background-color: transparent;
}



/*Contains an iframe on the page which imports 'subheader.html' */
#subheader	
{
	 	height: 35px;
		background-color: white;
}



/* This is the main block, housing everything to the right of the menu */
#main
{
	 	float:right;
	 	margin-top: 20px;
	 	height: 400px;
	 	width: 74%;
		background-color: white;
}






/* This is the block which houses the page content.
   The width of this block is set in the style tags at the top of each page: in % of the 'main' block.
   Width of this block will depend on the width of the following block 'main-right' - 
   which may be set to 0 so that it doesn't appear at all */

#main-content
{
		height: 300px;
	 	background-color: white;
	 	margin-bottom: 40px;
}






/* This houses the Adsense on the right of the page 
   If it needs to be deleted from a page, it's width can be set to 0% of the 'main' block for
   that page in the page's style tags at the top of the html file.*/
   
#main-right
{
	 	float:right;
	 	height: 450px;
	 	background-color: white;
	 	text-align: right;
}




#leftside	
{
		position:relative;
		top:0px;
		left:0px;
		height: 700px;
	 	width: 175px;
		background-color: white;
}




#footer	
{
		text-align: center;
		height: 100px;
	 	width: 450px;
	 	margin-bottom: 50px;
	 	margin-top: 50px;
		background-color: transparent;
}