﻿html,
body {
	margin: 0px 0px 0px 0px ;
	padding: 0px 0px 0px 0px ;
	}
body {
	 
	background-color:#e3e3e3;
	}
#body-container {

	}

#body-content {
	padding: 340px 340px 0px 40px ; 
	width:420px;  
	margin-left:auto; 
	margin-right:auto;
	text-align:justify;
	
	}
div.main {
	position: fixed ;
	text-align: center ;
	z-index: 1000 ;
	}
div.page-bg {
	top: 0px ;
	height: 2000px ;
	width:4000px;
	margin-left:0px;
	background-image:url('../images/1pxbg_01.jpg');
	background-repeat:repeat-x;
	z-index:-1000;
	}
div.content-bg {
	left:50%;
	top: 0px ;
	height: 2000px ;
	width:800px;
	margin-left: -400px;
	background-image:url('../images/text_bg.jpg');
	background-repeat:repeat-x;
	z-index:-500;
	}
div.banner {
	top: 0px ;
	height: 300px ;
	width:500px;
	margin-left: -400px;
	background-color:#7F7F7F;
	border-bottom:solid 1px #7F7F7F;
	}

div.nav {
	left: 50% ;
	top: 0px ;
	height: 300px ;
	width:300px;
	margin-left: 99px ;
	background-color:#7F7F7F;
	border-left:solid 1px #7F7F7F;
	
	}
div.side {
	left: 50% ;
	top: 300px ;
	height: 3700px ;
	width:300px;
	margin-left: 99px ;
	background-color:#7F7F7F;
	border-top:solid 1px #7F7F7F;
	border-left:solid 1px #7F7F7F;
	}

div.footer {
	bottom: 0px ;
	height:30px; 
	padding-top:10px;
	width:800px;
	margin-left: -400px;
	background-color:white;
	border-top:solid 1px #7F7F7F;
	}
div.leftmargin {
	top: 0px ;
	height: 4000px ;
	width:1px;
	margin-left: -401px;
	background-color: #7F7F7F ;
	}
div.rightmargin {
	top: 0px ;
	height: 4000px ;
	width:1px;
	margin-left: 400px;
	background-color: #7F7F7F ;
	}
div.banner, div.footer, div.leftmargin, div.rightmargin {
	left: 50% ;
	}
#navbox {
    width:299px; 
    height:300px; 
    float:right; 
    padding:0px; 
    margin:0; 
    border-left:solid 1px #7F7F7F;
    }
.hdiv_container {
    overflow:visible;
    height:100%; 
    padding:0px 0px 0px 0px;
    /*background-color:Yellow;*/
    }	    
.hdiv {
    height:100%; 
    width:420px;
    padding:0px;  
    /*top:-60px; */
    z-index:30; 
    position:relative;
    margin:0;
    background-color:#f2f2f2;
    }
#logoprint {
    display:none;
}
#printfooter {
    display:none;
}
img {
    float:left;
}	


