/*
	Style sheet for The Sun in the Wood Print css
	Last updated: 12/09/2008
*/


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Layout  */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

.hidefromprint {
	display:none;
	}
	
*{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 100%; 
	color: #333;
	}
	
body {
	margin: 0;
	padding: 0;
	background:  #fff;
	width: 100%;
	text-align: center;
	font-size: 12pt;
	}

#wrapper {
	margin:3px auto;
	padding: 0;
	width: 758px;	 
	background-color: #fff;
	text-align: justify;
	color: #000;
	}

#header {
	margin: 0;
	padding: 0 400px 0 0;
	width: 758px;	 
	height: 140px;
	background:#fff;
	text-align: center;
	}

#navigation {
	display: none;
	}

#sidenavigation {
	display: none;
	}
	
#menusidenavigation {
	display: none;

	}

#maincontent	{
	padding: 15px 10px 10px 10px;
	width:588px;
	max-width:588px;
	}
	
#maincontentmenu	{
	display: none;
	}

#rightnavigation{
	display: none;
	}

#footer {
	display: none;
	}


a.sitecredit {
	display: none;
	}

.sitecredit:hover  {
	display: none;
	}
