@charset "UTF-8";/************************** re:Create LLC  Stylesheet   Version 1.0, Dec 2007**************************//************************** General Layout Parameters**************************/* {	padding: 0;	margin: 0;	border: 0;}html, body {	text-align: center;	height: 100%;}body {	font-size: 62.5%;	background-image: url(gfx/bluegradient.jpg);	background-color: #FFF;	background-repeat: repeat-x;	background-position: top;}#mainContainer {	width: 840px;	margin: 140px auto 25px auto;	text-align: left;	height: 100%;}/**************************      Type Parameters**************************/p {	font-family: Arial, Helvetica, sans-serif;	background-color: #FFF;	color: #000;	line-height: 1.4em;	font-size: 1.2em;	padding-left: 10px;	padding-right: 10px;	padding-bottom: 1.3em;}.footer {	font-family: Arial, Helvetica, sans-serif;	background-color: #FFF;	color: #888;	line-height: 1.3em;	font-size: 1.1em;	text-align: center;	padding: 35px 0;}/**************************      Link Parameters**************************/a:link {	text-decoration: none;	color: #09F;	border-bottom: dotted 1px #09F;}a.footerLink:link {	text-decoration: none;	color: #555;	border-bottom: dotted 1px #555;}a:hover, a.footerLink:hover {	text-decoration: none;	color: #F30;	border-bottom: solid 1px #F30;}/**************************  Miscellaneous Parameters**************************/.bottomPadding {	padding-bottom: 50px;}