/*******************************************************TITLE: Fixed One-Column #2 Layout (Basic) V1.0 (Beta)DATE: 20070807AUTHOR: The CSS Tinderbox - http://www.csstinderbox.com*******************************************************/body {	margin:30px 0px 0px;	padding:0;	height:100%;	background-color:#ffffff;	color:#000066;	text-align:center;	font: 16px Verdana, Arial, Helvetica, sans-serif;}a {color:#000066;text-decoration:underline;}a:hover {color:#993300;text-decoration:none;}#container { 	margin:0 auto;padding:0;width:700px;text-align:left;	background-color:#ffffff;}#header {margin:0;padding:0;height:130px;background-image:url(images/SMS-WebHeader.jpg);background-color:#FFF;}#header h1 {	margin:0;	padding:0 0 0 0px;	font-size:1.8em;	letter-spacing:0.1em;	color:#993300;	font-weight:bold;	text-align:right;}#header h2 {margin:0px 0px 0px;padding:0 0 0 0px;font-size:.9em;font-weight:normal;letter-spacing:.1em;color:#000066;text-align:right;}#nav {font-size:0;	position:relative;	z-index: 100;	top: -35px;	left: 0px;	width:700px;	height:31px;	text-align:right;	}#leftColumn {float:left;margin:0;padding:0;width:388px;height:297px;font-size:.9em;}#centerColumn {	margin:0 0 0 410px;	padding:0;	height: 297px;	width: 286px;	background: #ffffff url(images/glass_297.jpg) no-repeat scroll center center;}#centerColumn p {	padding:25px 25px 10px 40px;	margin:0;	font: 80% Verdana, Arial, Helvetica, sans-serif;}.biggerbolder {	font-size: 115%;	font-weight: bolder;}#fullColumn {padding: 30px;	margin:0 0 0 0px;	background: #e6f7ff;}#fullColumn p {		font-size: 90%;	margin-bottom: 14px;	line-height: 1.5em;	margin-top: 0px;}#center {text-align: center;	margin: -25px auto -15px;}.smalllink {	font-size: 60%;}.indent {	font-size: 80%;	margin: 0px 0px 0px 22px;}.copyright {	font-size: 90%;}.floatright {float: right;}.clearright {clear: right;}.clearleft {clear: left;}#footer {	position:relative;	bottom:0;	margin:10px 0 0 0;	padding:0;	height:30px;	line-height:30px;	text-align:center;	font-size:0.6em;	background-color:#ffffff;	clear: both;}