/* Title:     Factor Software's site Home page style sheetAuthor:    Federico Filipponi*//* Container for the home page left column---------------------------------------------------------- */#leftcolumn {	float: left;	width: 450px;}/* Container for the home page right column---------------------------------------------------------- */#rightcolumn {	float: right;	width: 300px;}/* Home page Welcome Box (fixed width with round corners)---------------------------------------------------------- */div.welcomebox {	width: 300px;	margin-bottom: 10px;}div.welcomebox div.top {	height: 8px;	font-size: 1px;	background: url(/images/welcomebox.png) no-repeat top left;}div.welcomebox div.content {	height: auto;	padding: 0 8px;	border-left: 1px solid #333366;	border-right: 1px solid #333366;	background: #666699 url(/images/welcomebox_bkgrd.png);}div.welcomebox div.bottom {	height: 8px;	font-size: 1px;	background: url(/images/welcomebox.png) no-repeat bottom left;}div.welcomebox h2 {	font: bold 1em Tahoma, Helvetica, Arial, sans-serif;	color: #FFFFFF;	margin: 0;}div.welcomebox p {	font: bold 0.7em Tahoma, Helvetica, Arial, sans-serif;	color: #FFFFFF;	line-height: 1.42em;	margin: 0.7em auto 0;}#maincontainer.ff3mac div.welcomebox p {	letter-spacing: -0.02em;}/* Home page News & Updates Box---------------------------------------------------------- *//* div.newsbox {	min-height: 26.2em;} *//* Home page Stay Connected Box (fixed width with round corners)------------------------------------------------------------- */div.connectbox {	width: 300px;	margin-bottom: 10px;}div.connectbox div.top {	height: 8px;	font-size: 1px;	background: url(/images/connectbox.png) no-repeat top left;}div.connectbox div.content {	height: auto;	padding: 0 8px;	border-left: 1px solid #FF9933;	border-right: 1px solid #FF9933;	background: #FFFFCC url(/images/connectbox_bkgrd.png);}div.connectbox div.bottom {	height: 8px;	font-size: 1px;	background: url(/images/connectbox.png) no-repeat bottom left;}div.connectbox h2 {	font: bold 0.8em Tahoma, Helvetica, Arial, sans-serif;	margin: 0;}div.connectbox ul {	margin: 0.75em auto 0;	padding: 0;	font-size: 0.65em;	font-weight: bold;	list-style-type: none;}div.connectbox ul li {	display: inline;	margin: 0 0.4em 0 0;	padding: 0 0.75em 0 0;}div.connectbox ul li img {	margin: 0;	vertical-align: middle;}div.connectbox ul li a {	text-decoration: none;}div.connectbox ul li a:hover span.label {	text-decoration: underline;}/* Featured Games Box---------------------------------------------------------- */div.featgame {	position: relative;	padding-left: 72px;	min-height: 6.2em;}div.featgame h3 {	font: 0.65em Verdana, Helvetica, Arial, sans-serif;	font-weight: bold;	color: #000000;	margin: 0.65em 8px 0;	padding: 0;	border: none;	background: none;}div.featgame img {	position: absolute;	top: 0;	left: 8px;}
