<!-- 

/*General page styling*/

body { background: #fff; }
div { background: #fff; }

#holder { background: transparent; }
h1, h2, h3, h4, h5, p, ul { padding: 0 10px }

h1 { text-align: center; color: #999; }
hr { visibility: visible; }

#top { height: 120px; }
#left, #middle, #right { top:120px; }
#middle { margin-bottom: 2%; }
.note { font-size: 0.8em; }

/*End general page styling  */  



/*Top bar styling */  
#top {background: #FF6; color: #000; text-align: center }

/*End top bar styling  */  

/*Left column styling */  
#left {background: #F66; color: #000}
/*End left Menu Styling */
	
/*End left column styling  */  

/*Right column styling (blue) */  
#right {background: #66F; color: #000}
/*End left column styling  */  

/*Centre column styling (green) */  
#middle { background: #6f6; color: #000 }
/*End left column styling  */  


//-->