html{
	min-width:981px;
	height:100%;
}
body{
	margin:0;
	font:12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#333;
	padding:60px 0 0;
	background:#000 url(../images/bg-body.jpg) repeat-y 50% 0;
	min-width:980px;
	height:100%;
}
a{
	color:#94bcff;
	text-decoration:underline;
}
a:hover{text-decoration:none;}
img{
	border:0;
}
#wrapper{
	width:976px;
	overflow:hidden;
	margin:0 auto;
}
#header{
	padding:14px 0 13px 23px;
	height:1%;
	background:#000 url(../images/bg-header.jpg) no-repeat;
	overflow:hidden;
}
.logo{
	margin:0 0 2px;
}
.logo a{
	display:block;
	width:439px;
	height:70px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/bg-logo.jpg) no-repeat;
}
#nav{
	height:1%;
	margin:0;
	padding:18px 0 0;
	list-style:none;
	overflow:hidden;
}
#nav li{
	float:left;
	display:inline;
	margin:0 4px 0 -4px;
	padding:0 8px 2px 10px;
	background:url(../images/divider-nav.gif) no-repeat 0 4px;
}
#nav a{
	font-size:17px;
	color:#ccc;
	text-decoration:none;
}
#nav a:hover,
#nav .active a{
	color:#99ccff;
}
#main{
	min-height:355px;
	overflow:hidden;
	background:#fff;
}
* html #main{
	height:355px;
	overflow:visible;
}
#content{
	width:930px;
	overflow:hidden;
	padding:21px 26px 5px;
}
#content h2{
	font-size:18px;
	color:#1b263f;
	margin:0 0 13px;
	font-weight:normal;
}
#content p{margin:0 0 17px;}
.holder-content{
	width:100%;
	overflow:hidden;
	background:#223a50;
}
.visual{
	float:left;
	width:655px;
}
.visual img{display:block;}
.holder-content .content{
	float:right;
	width:321px;
	color:#94bcff;
	font-size:14px;
}
.holder-content .content p{margin:0 0 17px;}
.welcome{
	height:47px;
	margin:0;
	overflow:hidden;
	text-indent:-9999px;
	background:#1b263f url(../images/bg-welcome.gif) no-repeat;
}
.holder-content .text{
	height:1%;
	overflow:hidden;
	padding:19px 15px 0 22px;
}
#footer{
	height:1%;
	overflow:hidden;
	padding:50px 0 20px;
	text-align:center;
	background:url(../images/bg-main.gif) no-repeat;
	color:#d7d7d7;
}
#footer a{
	color:#d7d7d7;
	text-decoration:none;
}
#footer a:hover{text-decoration:underline;}
#footer ul{
	margin:0;
	padding:0 0 12px;
	list-style:none;
}
#footer li{
	display:inline;
	padding:0 2px 0 5px;
	background:url(../images/divider-navigation.gif) no-repeat 0 2px;
}
#footer li:first-child{background:none;}
#footer p{margin:0;}
