



/* Structure to remove tables!! */

#pagediv {
			width: 760px;
			background-color: #ffffff;
			margin: 5px auto;
	
				}

#contentdiv {
			width: 744px;			background-color: #ffffff;
			margin: 5px auto;
			padding-bottom: 8px;
			}
			
#topcontent { width: 744px;
			padding-top: 10px;		
			text-align: center;	
		 background-color: #ffffff;

}

/* blue border */
#border { width: 740px;
				background-color: #ffffff;
					padding-bottom: 10px;
					border: 2px solid #008fd4;
					overflow: auto;
					}
					
#main {
	padding-left: 10px;
	width: 490px; 
	margin-right: 10px;
	text-align: left;
				}
				
#sidebar {
	width: 230px; 	
	float: right;
	text-align: center;
					}

