.noscreen {
	display:			none;
}

.showscreen {
	display:			block;
}


html, body {
	height: 			100%; 
	margin: 			0; 
	padding: 			0;
	font-family: 		Arial, Helvetica, sans-serif;
	font-size:			0.9em;
}

body {	
	display: 			table; 
	height: 			100%; 
	width: 				100%; 
	background-image:	url( images/background.jpg );
	background-repeat:	repeat-x;
	background-color:	#809DBB;
}

#centerpage {
	text-align: 		center;
}


#page {
	margin: 			0 auto;
	width: 				950px; 
	text-align: 		left;
}

td#content_cell {
	width: 				769px; 
	height:				490px;
	background-image:	url( images/content.jpg );
}

td#content_cell.homepage,
td#content_cell.homepage #content {
	background-image:	url( images/content.jpg );
	height:				460px; /* 490 - 2 * padding */
	overflow:			auto;
}

td#content_cell #content {
	padding:			15px;
	width: 				739px; /* 769 - 2 * padding */
}

td#white_edge {
	width:				2px;
	background-image: 	url( images/white.gif );
}

td#menu {
	background-color:   #225688;
}

div.advert {
	text-align:			center;
	color:				white;
	margin-bottom:		0.5em;
}