#page { margin:0px auto; width:740px; text-align:left; 
  		height:100%;}

body { 
	background-color: rgb( 228, 228, 228);
	background-image: url(Images/Graphics/Background.jpg); 
		font-family:palatino Linotype;
		text-decoration: none;
		text-align:center;
	margin:0px;
	height:100%; } 

A:link {text-decoration: none; color: rgb( 0, 0, 0);	  }
A:visited {text-decoration: none; color: rgb( 0, 0, 0);	  }
A:active {text-decoration: none; color: rgb( 0, 0, 0);	  }
A:hover {text-decoration: underline; color: rgb( 0, 0, 0);  }

#center-content { width:590px;
	height:100%;
	float:left;
	display:inline;	 }

p, h1, h2, h3, h4, h5 { color: rgb( 0, 0, 0);
	font-family:palatino Linotype;
		text-decoration: none;  
		  } 
#nowrap { white-space: nowrap; 
	  overflow: scroll; 
		  letter-spacing: 0px;
		  display: inline; 
		  }
#leftside-content, #rightside-content { display:inline; 
	width: 125px;   
	height:110%;
		}

#leftside-content { float:left; }