@charset "utf-8";
/* CSS Document */
body{
	/*background-color:#00194f;*/
	background-image:url(../images/header-bg1.jpg);
	background-repeat: repeat;
}
#wrapper{
	width:900px;
	margin:0 auto;
}
#header{
	width: 900px;
	height: 275px;
	background:url(../images/heikeslogo1.jpg) top center;
	background-repeat:no-repeat;
	margin:0 auto;
	
}
#banner-left{
	float: left; 
	margin-top: 28px;
	margin-left: 65px;
}
#banner-right{
	float: right; 
	margin-top: 28px;
	margin-right: 65px;
}
#nav{
	width:900px;
	height: 40px;
	margin-top: -20px;
	z-index: 1;
}
#content_top{
height:40px;
background: url(../images/body_head.jpg) top left;
margin-top:-40px;
}
#page{
width:780px;
background-color:#ffffff;
margin-left:60px;
}
#content_top{
height:100px;
background:url(../images/body_head1.jpg) top left;
margin-top: -40px;
}
#content_bottom{
height:103px;
background: url(../images/body_footer.jpg) top left;
}
.inside_content p{
font: normal  12px Tahoma;
margin-left:10px;
}
#body-wrap{
	position: absolute;
	z-index: -1;
	margin: 0 auto;
	width: 900px;
}
#head-top{
	background: url(../images/body_head1.jpg);
	height: 100px;
	background-repeat: no-repeat;
	margin: 0 auto;
	z-index: -1;
	margin-top: -90px;
}
#top { 
	width: 780px;  
  	box-shadow: 3px 3px 3px #000;
  	-moz-box-shadow: 3px 3px 3px #000;
  	-webkit-box-shadow: 3px 3px 3px #000;
	margin: 0 auto;
	margin-top: -65px;
	background-color: #fff;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	behavior: url(../border-radius.htc);
	
}
#bottom{
	width: 780px;  
  	box-shadow: 3px 3px 3px #000;
  	-moz-box-shadow: 3px 3px 3px #000;
  	-webkit-box-shadow: 3px 3px 3px #000;
	margin: 0 auto;
	background: #fff;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
