@media all
{
	div#page_title h1
	{
		text-align: center ;
	}

	div#site_menu ul
	{
		list-style:none ;
	}
	
	div#site_menu ul.submenu
	{
		list-style: disc outside ;
	}
	
	td.center_cell
	{
		text-align: center ;
	}
	
	td.right_cell
	{
		text-align: right ;
	}
	
	td.left_cell
	{
		text-align: left ;
	}
}	

@media screen
{
	body
	{
		background: url( /images/woodside.png ) ;
		font-family:Monotype Corsiva, Verdana, sans-serif;
	}
	
	a:link
	{
		text-decoration:none;
		color: #73733E;
	}

	a:visited
	{
		text-decoration:none; 
		color: #666633;
	}

	a:hover
	{
		text-decoration:underline;
	}

	a.quick:link
	{
		text-decoration:none;
		color: #EEEEEE;
	}

	a.quick:visited
	{
		text-decoration:none;

		color: #FFFFFF;
	}

	div#site_menu
	{
		float: left ;
		width: 19% ;	
	}
	
	div#page_title
	{
		float: right ;
		width: 80% ;
	}

	div#page_content
	{
		float: right ;
		width: 80% ;
	}

	div#page_footer
	{
		float: right ;
		width: 80% ;
	}
	
	p.w3c_icon img
	{
		float: right ;
	}
	
	p.author_name
	{
		text-align: center ;
		font-weight: bold ;
	}
}

@media print
{
	div#site_menu
	{
		display:none ;
	}

	p.w3c_icon img
	{
		float: right ;
	}	
}

