/*  * (c) Copyright 2006 Mobilware. All Rights Reserved. * See the license distributed with this file or look * online at www.mobilware.com *//* Include common styles from base CSS */@import url(evosat-base.css);@media screen {#right	/* Taken from 3 col css */{	float: right;	width: 256px;	margin: 0;	padding: 0;}}@media print {#right {display: none;}	}/* END OF FILE */