body {
			background: #108da9;
			font-size:0.75em;
		}
		
		#container {
			width:900px;
			background:#fff;
			margin:20px auto;
			padding:15px;
		}
		
		.group:after {
			content:".";
			clear:both;
			height:0;
			display:block;
			visibility:hidden;
		}
		
		.group {
			zoom:1;
		}
		
		#leftcol {
			width:310px;
			float:left;
			position:relative;
		}
		
		#leftcol img {
			border:none;
			display:block;
			margin:0 auto;
			position:absolute;
			top:15%;
			left:20px;
		}	
		
		#leftcol a {
			display:block;
			width:270px;
			height:305px;
		}
		
		#rightcol {
			width:500px;
			float:right;
			font-size:1.17em;
		}
		
		#rightcol h1 {
			background:url(/design/comingsoon/header.gif) 0 0 no-repeat;
			height:40px;
			width:435px;
			text-indent:-9999px;
			margin:10px auto;
		}
		
		#rightcol h2 {
			text-align:center;
			margin:10px 0;
		}
		
		#rightcol p {
			text-align:center;
			color:#333;
		}
		
		#rightcol a {
			color:#108da9;
			text-decoration:none;
		}
		
		#rightcol a:hover {
			color:#fd742a;
		}
		
		#rightcol table {
			margin:40px 0;
			width:100%;
		}
		
		#rightcol td span {
			font-size: 1.67em;
			display:block;
			height:30px;
			line-height:30px;
		}
		
		span.phone {
			background:url(/design/comingsoon/phone.gif) 0 0 no-repeat;
			padding-left:40px;
		}
		
		span.fax {
			background:url(/design/comingsoon/fax.gif) 0 0 no-repeat;
			padding-left:40px;
		}
		
		#rightcol img {
			display:block;
			margin:20px auto;
		}