/* Print page to remove links, search bar, images, black background and align the text */
/* Reference - Web Standards Solutions, by Dan Cederholm, foreword by Jeffrey Zeldman, Friendsof, 2004*/

*	{background-color:#FFFFFF}
#search {
		display:none;
		}

	
#links {
		display:none;
		}
		
#footer {
		display:none;
		}
		
#forum {
		display:none
		}
#container {
	background:none;
	background-color:#FFFFFF;
		}

#bodyimage {
	position:relative;
	top:20px;
	}
	
#body {
	background:none;
	margin-left: 50px;
	top:180px;
	}
	
#themes {
	position: absolute;
	left: 5px;
	top: 0px;
	width : 200px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	
}

#table {
	margin-left: 50px;
	padding-right: 30px;
	padding-left: 15px;
	background-image:none;
	position: relative;
	height: auto;
	margin-top: 0px;
	padding-top: 5px;
	padding-bottom: 20px;
	width: 650px;
	}
	
#about {
	background:none;
	}
