/* 
Print style definitions (applicapable only to print jobs).

Site: XHTML & CSS Site template for Wizkids ApS (wizkids.dk)
Author: Adam Barry
Date: 24 february 2006
----------------------------------------------------------*/

/***********************************************************
Overall style definition
***********************************************************/
#container, #site, #content {
	width: 100%;
}


/*: Navigation
Hide the navigation from print jobs.
----------------------------------------------------------*/
 

#mascot, #back, #navigation {
	display: none;
}

#content {
	left: 80px;
	margin-top: 140px;

}

/* printlogo 

----------------------------------------------------------*/

 

#printlogo {

display: block;


width: 600px;

height: 100px;



margin: 0 auto;
}

