@charset "UTF-8";

body{background:rgb(242,242,242);}

#main{width:770; visibility:visible;}
.head{position:static; width:800; height:250; background:url(../img/bg_top.jpg); margin:0; padding:0;}
.menu{position:relative; width:800; height:250; top:0; left:0;}
.links{position:absolute; bottom:0; left:60; display:block; width:800; height:20;}
.link_item{list-style-type:none; float:left; margin-right:40;}
a.page_item:link{display:block;  background-position:0px 0px; background-repeat:no-repeat; width:80; height:20;}
a.page_item:visited {display:block;  background-position:0px 0px; background-repeat:no-repeat; width:80; height:20;}
a.page_item:hover {display:block;  background-position:0px -25px; background-repeat:no-repeat; width:80; height:20;}
a.current_page_item:link{display:block;  background-position:0px -50px; background-repeat:no-repeat; width:80; height:20;}
a.current_page_item:visited{display:block;  background-position:0px -50px; background-repeat:no-repeat; width:80; height:20;}

.bottom{position:static; width:800; height:31; background:url(../img/bg_bottom.jpg);}
.text_area{position:static; width:800; background:url(../img/bg_middle.jpg);}
#bt_area{position:absolute; top:50; right:50;}
.description{position:relative; left:80; width:650; font-size:13px; margin:0; padding:50 0; line-height:160%}
.page_name{font-size:16; display:block; margin:0 0 20; padding-left:10; border-left:7px solid ;}
.img_r{float:right; margin:0 0 20 20;}
.img_l{float:left; margin:0 20 20 0;}