#main_page {position:fixed;
			top:0px;
			width:100%;
			height:100%;
			background-color:#ececec;
			}
			
h1		{font-size:40px;
		}
		
h4		{font-size:15px;
		color:#00aeed}					
			
#header {position:relative;
		top:10px;
		left:5%;
		width:90%;
		background-color:#bedfc4}
		
#menu {position:relative;
		top:5%;
		float:left;
		left:5%;
		width:20%;
		font-size:15px;
		}
		
#body	{position:relative;
		font:30px;
		top:5%;
		right:5%;
		float:right;
		width:68%;
		height:62%;
		padding:10px;
		background-color:white;
		overflow:auto}
#amazon_ad	{position:relative;
		top:2%;
		float:right;
		right:auto;
		}
#bookmarks {position:relative;
			float:left;
			left:auto;}	
		
#table_border 	{border-style:solid;
				border-width:1px;
				border-color:black;}		
#sidebar 	{position:relative;
			 top:5%;
			 float:left;
			 left:5%;
			 width:15%;
			 background-color: #ececec;
			 padding: 5px}				