/* CSS by Will Chatham, 2004 */
		
/* ----------------Overall page structural stuff is here---------------------- */
/*  Keep in mind this is just for handheld devices, so we will only alter the structure */
body {margin:0; padding: 0;}
		
#header {
			
			
					
			
		}

#content {
			
			/* margin-left: 155px; 
			margin-right: 175px; */
			
			
			
			
		}
			
#leftcol {
			/* float: left; */
			
			
			
		}

#rightcol {
			/* float: right;   */
			/* position:absolute;
			top: 150px;
			right:0;*/
			
			
			
			
			
		}

#footer {
			
			
			
			
			text-align: center;
			
			
		}
				
		
/* End overall structural stuff */
		
		

