/* CSS Document */
body{
font-family:Verdana, Arial, Helvetica, sans-serif;
background-color: #FF9933;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.body_top_line{
background-image:url(images/line.jpg);
background-repeat:repeat-x;
height:5px;

}
.flimm_stript_top{
background-image:url(images/film_strip.jpg);
background-repeat:repeat-x;
height:17px;
}
.menu_header{
background-image:url(images/menu_header_bg.jpg);
height:4px;
background-repeat:repeat-x;
}
.menu_side_line_left{
background-image:url(images/menu_left_line.jpg);
background-repeat:repeat-y;
width:7px;
}
.menu_side_line_right{
background-image:url(images/menu_body_right_line.jpg);
background-repeat:repeat-y;
width:6px;
}
.menu_bottom_line{
background-image:url(images/menu_bottom_line.jpg);
background-repeat:repeat-x;
height:8px;
}
.flash_top_bg{
background-image:url(images/flash_movie_top.jpg);
background-repeat: repeat-x;
height:39px;
}
.flash_bottom_bg{
background-image:url(images/flash_bottom.jpg);
background-repeat: repeat-x;
height:39px;
}
.footer{
background-image:url(images/footer_bg.jpg);
background-repeat:repeat-x;
height:30px;
}
.btn{
background-image:url(images/btn_normal.jpg);
width:120px;
height:33;
background-repeat:no-repeat;
}
.on_over{
background-image:url(images/btn_over.jpg);
width:120px;
height:33;
background-repeat:no-repeat;
}
.on_overe{
color: #000;
}
a:hover {
color: #ffc;
}
.navigation{
font-size:12px;
color:#000000;
text-decoration:none;
}
a.navigation:link{
font-size:12px;
color:#000000;
text-decoration:none;

}
a.navigation:active{
font-size:12px;
color:#99FF00;
text-decoration:none;

}
a.navigation:hover{
font-size:12px;
color:#000000;
text-decoration:none;
}
a.navigation:visited{
font-size:12px;
color:#000000;
text-decoration:none;
}
html {scrollbar-base-color: #FF9900;}

