/* CSS Document */

html{

    height: 100%;

    width: 100%;

    margin: 0px;

    padding: 0px;

  

}

body{

    height:98%;

    width: 99.9%;

    padding: 0px;
    margin: 0px;
    margin-top: 3px;
    margin-left: auto;

    margin-right: auto;

    background-color: black;

    font-family: "Lucida Sans Unicode";

    font-size: 18px;

    min-width: 950px;

    border: 0px solid red;

    /*background-image: url("../ims/sbgzz.jpg");*/

}



.outer_wrap{

    height: 844px;
    width: 1000px;
    
    border: 1px solid gold;    

    background-color: transparent;

    padding: 0px;
    margin-left: auto;

    margin-right: auto;
}

.head_tr{

    width: 100%;

    height:5%;

}

.body_tr{

    width: 100%;

    height:89%;

}

.foot_tr{

    width: 100%;

    height: 25px;
    background-color: #336666;
    color: #fff;

}



/*  main body elems BEGIN */

#body_wrap{

    width: 100%;

    height: 100%;

    border: 0px solid blue;

}

#body_wrap td{

    vertical-align: top;

}

/**/

#left_td{

    width: 20%;

    height:100%;

    display: none;

}



#mid_td{

     width: 100%;

     height:100%;

     padding:0px;

}

#bod_win{

    height: 742px;

    width: 908px;

    margin: 0px;
    padding: 0px;
    margin-left: auto;

    margin-right: auto;

    border-width: 0px;

}

/*  main body END*/





/*  misc elems BEGIN */

.thumb{

    

}

#marq{

    width:450px;

    margin-left:auto;

    margin-right:auto;

    text-align:center;
	display: inline;

    border: 0px solid red;

    font-weight:700;

    padding-top:5px;

    padding-bottom:5px;

}


#tl{
	background-image: url(../ims/map/map_tl.jpg);
	height: 75px;
	width: 50px;
}
#t{
	background-image: url(../ims/map/map_t.jpg);
	width: 908px;
}
#tr{
	background-image: url(../ims/map/map_tr.jpg);
	width: 50px;
}
#bl{
	background-image: url(../ims/map/map_bl.jpg);
	height: 742px;
}
#m{
	background-image: url(../ims/map/map_m2.jpg);
	width: 908px;
	height: 742px;
}
#br{
	background-image: url(../ims/map/map_br.jpg);
}
/*  misc elems END */

