@charset "utf-8";
/* CSS Document */

*{
margin:0px;
padding:0px;
}

body{
background: #4dd3ff;
}

#wrap{
width:960px;
background:url(../images/bg.jpg) top center repeat-y;
margin:0 auto;
overflow:hidden;

}

#wrap2{
margin:0 auto;
width:940px;
background:#FFFFFF;
}
/*head - START*/
#head1{
background:url(../images/h1.jpg) top center no-repeat;
width:940px;
height:117px;
}

#head2{
width:940px;
height:255px;
background:url(../images/h2.jpg) top center no-repeat;
}

/*END*/

/*navigations - START*/
#navi{
width:152px;
padding:10px 0px 0px 40px;
}

#navi img{
border:0px;
}

/*END*/

/*content --- START*/
#contwrap{
width:940px;

}

#contleft{
float:left;
width:262px;
background:url(../images/leftpicbg.jpg) top center no-repeat;
}

#contmid{
float:left;
width:419px;
height:408px;
background:url(../images/midpicbg.jpg) top center no-repeat;
}

#contmid_sitemap{
float:left;
width:419px;
height:408px;
background:url(../images/midpicbg_sitemap.jpg) top center no-repeat;
}

#contright{
float:right;
width:259px;
}

#contleft_page2{
float:left;
width:681px;
background:url(../images/left_otherpage1.jpg) top center no-repeat #FFFFFF;
overflow:hidden;
}
/*END*/

/*Footer -- START*/
#f1{
background:url(../images/f1.jpg) top center no-repeat;
margin:0 auto;
width:960px;
height:47px;
}

#f2{
background:url(../images/f2.jpg) top center no-repeat;
margin:0 auto;
width:960px;
height:25px;
}


/*END*/
