/*start header part background*/
#top_backg
{
	background-image: url(../images/top_backg.gif);
	background-repeat: repeat-x;
}
#top_left_backg
{
	background-image: url(../images/top_left_backg.gif);
	background-repeat: repeat-y;
}
#top_right_backg
{
	background-image: url(../images/top_right_backg.gif);
	background-repeat: repeat-y;
}
/*end header background part*/
/*start sub_menu*/
#sub_menu_middle_backg
{
 background-image: url(../images/sub_menu_backg.gif);
 background-repeat: repeat-x;
}
/*end sub_menu*/
/*start left_block menu backg*/
#left_block_menu_backg
{
	background-image: url(../images/left_block_menu_backg.gif);
	background-repeat: repeat-x;
}
/*end left_block menu backg*/
/*start repeating page line part*/
#repeating_page_line_vertical
{
	background-image: url(../images/repeating_backg_line.gif);
	background-repeat: repeat-y;
} 
#repeating_page_line_horiz
{
	background-image: url(../images/repeating_backg_line.gif);
	background-repeat: repeat-x;
} 
/*end repeating page line part*/
#border_style
{
	border: #cccccc 1px dashed;
}
