html { height: 100%; }
body{
	margin:0;
	color:#fff;
	font:17px/20px Arial, Helvetica, sans-serif;
	height: 100%;
	position: relative;
	min-width:1000px;
}
img{border-style:none;}
a{text-decoration:none; color:#fff;}
a:hover{text-decoration:underline;}
input,
textarea,
select{
	font:100% Arial, Helvetica, sans-serif;
	vertical-align:middle;
	color:#000;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
q{quotes:none;}
q:before{content:''}
q:after{content:''}
#wrapper{
	width:100%;
	position: relative;
	z-index: 2;
	min-width:1000px;
}
#wrapper:after{
	content:"";
	display:block;
	clear:both;
}
#bg-box {
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
#bg{
	position: absolute;
	top: 0;
	left: 0;
}
#header{
	width:900px;
	padding: 4px 0 0 6px;
}
.logo{
	text-indent:-9999px;
	overflow:hidden;
	background: url(../images/logo.png) no-repeat;
	width: 744px;
	height: 220px;
	margin:0;
}
.logo2{
	text-indent:-9999px;
	overflow:hidden;
	background: url(../images/logo_1.png) no-repeat;
	width: 744px;
	height: 350px;
	margin:0;
}
.logo a{
	height:100%;
	display:block;
}	
#nav{
	list-style: none;
	overflow: hidden;
	margin: -1px 0 0;
	padding: 0;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 40px;
}
#nav li{
	float:left;
	padding: 0 31px 0 0;
}
#nav a:hover{
	color:#d6d6d6;
	text-decoration:none;
}
#main{
	width:100%;
}
#content{
	width:100%;

	overflow:auto;
}
.t{
	height: 29px;
	background-repeat: repeat-x;
}
.b{
	height: 28px;
	background-repeat: repeat-x;
	background-position: 0 100%;
}
.block{
	padding: 17px 0 19px 37px;
	width: 822px;
	overflow:hidden;
}
.photo{
	float:right;
	border:1px solid #9e9e9e;
	margin: 3px 8px 0 16px;
}
.photo img{vertical-align:top;}
.block h2{
	margin: 0 0 19px;
	font-size:20px;
	line-height:24px;
}
.block .title{
	display:block;
	margin: 0 0 20px;
}
.block .two{margin: 0 0 4px;}
.block p{margin:0;}
#footer{
	background: url(../images/bg-top.png) repeat-x;
	padding: 29px 0 0;
}
.footer-holder{
	background: url(../images/b.png);
	padding: 0 0 16px;
}
#footer .block{
	padding: 12px 0 19px 7px;
	overflow:hidden;
}
.block h3{
	margin: 0 0 0 2px;
	font-size:14px;
	line-height:18px;
	font-weight:normal;
}
.block address{
	font-style:normal;
	font-size:14px;
	line-height: 18px;
	overflow:hidden;
	margin: 0 0 0 -2px;
}
.block address span{
	background: url(../images/separator-footer.gif) no-repeat 0 50%;
	padding: 0 6px 0 8px;
	margin:0 2px 0 -2px;
}
