/* -----------------------------------------------------------------------	Client:		RTCRM	Title:		Stylesheet for screen media	Author:		Benjamin watkins, ben@bigwonderful.com	Copyright:	RTCRM, http://www.rtcrm.com	Created:	10 December 2006------------------------------------------------------------------------- *//* ----- General styles ------------------------------------------------- */* { margin: 0; padding: 0; }body {	font-family: Verdana, Arial, Helvetica;	font-size: 62.5%;	text-align: left;	background-color:#FFFFFF;	background-image: url(../images/background.gif);	background-repeat: no-repeat;	}a img { border: 0; }hr { display: none; }.center { text-align: center; }.align { text-align: right; }/* commented backslash hack (second rule is for IE5/Mac) \*/.alt { position: absolute; left: -9999px; }/* end hack *//*\*//*/.alt { text-indent: -9999px; }/**//* ----- Layout --------------------------------------------------------- */div#content {	display: block; 	position: absolute;	top: 210px; 	left: 90px; 	width: 330px; 	border: 0; 	padding: 0; 	text-align: left; 	color:#999; }.floatLeft {	float: left;	}img.floatLeft {	padding: 10px 15px 10px 0;	}.floatRight {	float: right;	}.alignRight {	text-align: right;	padding: 0 0 10px 15px;		}img.floatRight {	padding: 0 0 10px 15px;	}div#content div.inset {	display: inline;	float: right;	margin: 0 0 20px 20px;	}div#content p {	padding-bottom: 1.5em;	line-height: 1.3em;	}div#content a { text-decoration: none; color: #ff9900; }div#content a:hover { text-decoration: underline; color:#ffcc00; }