a{
	color: #fff;
	text-decoration: none;
}
a:hover{text-decoration: underline;}
body{
	margin: 0;
	font: 24px/28px Arial, Helvetica, sans-serif;
	color: #fff;
	min-width: 954px;
}
.page-holder{
	width: 954px;
	margin: 0 auto;
	overflow: hidden;
}
#header{
	border-top: 22px solid #83b24a;
	background: #fff url(../images/bg-header.gif) repeat-x;
	padding: 15px 0 33px;
	width: 100%;
}
.logo{
	width: 209px;
	height: 47px;
	float: left;
	margin: 0;
	padding: 0 0 0 26px;
}
.logo a{
	display: block;
	height: 100%;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/bg-logo.png) no-repeat;
}
#header ul{
	float: left;
	margin: 26px 0 0 21px;
	padding: 0;
	list-style: none;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 2px;
	overflow: hidden;
}
#header ul li{
	float: left;
	background: url(../images/bg-separate-1.gif) no-repeat left;
	margin: 0 0 0 -1px;
	padding: 0 16px 0 15px;
}
#header ul a{color: #0079c2;}
#content{
	width: 100%;
	background: #0079c2 url(../images/bg-content.gif) repeat-x;
	overflow: hidden;
}
#content .inner{
	float: left;
	width: 50%;
	background: url(../images/bg-content-inner.gif) repeat-x;
}
#content .page-holder{
	float: right;
	background: url(../images/bg-content-grad.jpg) no-repeat;
	min-height: 469px;
	margin: 0 -477px 0 0;
	position: relative;
	padding: 0 0 30px;
}
* html #content .page-holder{
	height: 469px;
	overflow: visible;
}
.info{
	width: 655px;
	padding: 40px 30px 0 0;
	margin: 0 0 0 auto;
}
.info h2{
	font-size: 41px;
	line-height: 50px;
	margin: 0;
	font-weight: normal;
}
.info p{
	margin: 25px 0 28px;
}
.info p.c-soon{
	color: #e2ab53;
	font-size: 28px;
	margin-top: 82px;
}
#footer{
	padding: 68px 17px 10px;
	font-size: 10px;
	color: #666;
	height: 1%;
	overflow: hidden;
	font-weight: bold;
}
#footer a{
	color: #024d78;
	text-decoration: underline;
}
#footer a:hover{text-decoration: none;}
#footer p{
	float: right;
	margin: 0;
}
#footer ul{
	float: right;
	margin: 0 -5px 0 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	display: inline;
}
#footer ul li{
	float: left;
	background: url(../images/bg-separate-2.gif) no-repeat left;
	margin: 0 0 0 -1px;
	padding: 0 9px 0 8px;
}